doris-thirdparty icon indicating copy to clipboard operation
doris-thirdparty copied to clipboard

Self-managed thirdparty dependencies for Apache Doris

Results 9 doris-thirdparty issues
Sort by recently updated
recently updated
newest added

[Feature] (hdfs-native-client) Added custom logger to print errors to stderr instead.

Support IK tokenizer for inverted index: Migrate analysis-ik from Java to C++, Implement basic tokenization functionality. The major differences from the original Java code are as follows: 1. **Encoding Format...

✅ 允许(放行) "\0\0\0\0" → upto=0, all_trailing_nulls=true → ✅ 放行(空字符串+填充) "hello\0\0\0" → upto=5, all_trailing_nulls=true → ✅ 放行(CHAR填充) "abc\0\0" → upto=3, all_trailing_nulls=true → ✅ 放行(CHAR填充) ❌ 拒绝(抛异常) "\0hello" → upto=0, all_trailing_nulls=false →...

When master is Full GC, the observer may meet a handshake error: ``` Caused by: com.sleepycat.je.EnvironmentFailureException: Environment invalid because of previous exception: (JE 18.3.12) fe_46759e47_2b8e_47ec_87b2_6b783c807d65(-1):/data/cdw/doris/fe/meta/bdb A replica with the name:...

## Environment - **OS:** Ubuntu 24.10 - **Compiler:** GCC 14 - **Commit:** `b47f6972e66c47f7e17a2e411ce2cac2f2eeb52b` --- ## Steps to Reproduce 1. Create a build directory and configure the project with tests enabled:...

- Summary: Introduces `kudu.timezone` to control how TIMESTAMP values are conver ted between Trino and Kudu,to ensure co nsistent semantics when Kudu stores UTC timestamps while users expect local time...