6b2af74a63
[doc](fix) add k8s operator doc for upgrade doris ( #31586 )
2024-03-01 04:25:43 +08:00
cb0ab6886b
Test the unique model by modify a value type from BOOLEAN to other type ( #31589 )
2024-03-01 04:25:43 +08:00
05f525e922
[improvement](docs)add faq for flink-connector-doris ( #31426 )
2024-03-01 04:25:43 +08:00
07703633dd
[pipelineX](conf) enable pipelineX by default ( #29894 )
...
* update
* update
2024-03-01 04:25:43 +08:00
336f82e426
[fix](test)Fix mtmv switch is false in incremtn case ( #31584 )
2024-03-01 04:25:43 +08:00
2047b9416f
[Fix](nereids) Only rewrite the slots that appear both in trival-agg func and grouping sets ( #31600 )
...
* [Fix](nereids) Only rewrite the slots that appear both in trival-agg func and grouping sets
* [Fix](nereids) Only rewrite the slots that appear both in trival-agg func and grouping sets
---------
Co-authored-by: feiniaofeiafei <moailing@selectdb.com >
2024-03-01 04:25:43 +08:00
ae926d0d8c
[pipelineX](bug) Fix core dump if union has no children ( #31611 )
2024-03-01 04:25:43 +08:00
1f825ee2d6
[improve](export) Support partition data consistency ( #31290 )
2024-03-01 04:25:43 +08:00
82faa7469b
Support analyze rollup. ( #31576 )
2024-03-01 04:25:43 +08:00
819ab6fc00
[feature](sink) support paritition tablet sink shuffle ( #30914 )
...
Co-authored-by: morrySnow <morrysnow@126.com >
2024-03-01 04:25:43 +08:00
0aa7108ee2
[fix](merge-on-write) incorrect result caused by key range filter with pk ( #31456 )
2024-02-29 19:51:47 +08:00
54709ecf3b
[improvement](plsql) Select statement supports insert into variables #31574
2024-02-29 19:51:18 +08:00
4a05e5a275
[fix](load) delete bytes_appended debug point which may cause bad page ( #31602 )
2024-02-29 19:51:18 +08:00
92e3b31f50
[feature](invert index) match_phrase_edge feature added ( #31142 )
2024-02-29 19:51:18 +08:00
c72e55d867
[enhancement](core) throw exception instead of core during insert_range_from method ( #31592 )
...
---------
Co-authored-by: yiguolei <yiguolei@gmail.com >
2024-02-29 19:51:18 +08:00
e7de2ba0ac
[refactor](raw ptr) disable some raw pointer usage and some unused code ( #31595 )
...
---------
Co-authored-by: yiguolei <yiguolei@gmail.com >
2024-02-29 19:51:18 +08:00
c40c16b8b3
[improve](conf)refactor fuzzy mode in BE ( #31412 )
...
refactor the code of fuzzy in BE, and will be add more variables in it, then could test case at different mode.
2024-02-29 19:51:07 +08:00
de28d7cd2d
[fix](Nereids): AssertNumRowsElement shouldn't be expression ( #31581 )
2024-02-29 19:51:07 +08:00
720b6e3d86
[fix](nereids) forbid create table with illegal auto partition expr ( #31498 ) ( #31604 )
2024-02-29 18:08:37 +08:00
01e6798049
[fix](Neredis) Fix npe when plan node doesn't have expressions in materialized view ( #31579 )
2024-02-29 16:44:40 +08:00
34a31e9fb9
fix test_decimal256_index add wait build index ( #31565 )
2024-02-29 16:44:40 +08:00
12662e42de
[fix](test) fix error messages in fault injection tests (follow-up) ( #31577 )
2024-02-29 16:44:40 +08:00
9988d6f9fb
[Fix](executor)Fix insert select forward carry workload_group #31578
2024-02-29 16:44:40 +08:00
686938f5db
[fix](nereids) window function with grouping sets work not well ( #31475 )
...
```sql
select a, c, sum(sum(b)) over(partition by c order by c rows between unbounded preceding and current row)
from test_window_table2 group by grouping sets((a),( c)) having a > 1 order by 1,2,3;
```
for this kind of case:
sum(sum(col)) over, nereids has cannot find slot problem.
the output slot of repeat and aggregate is computed wrongly.
Only collecting the trival-agg in NormalizeRepeat can fix this problem.
Co-authored-by: feiniaofeiafei <moailing@selectdb.com >
2024-02-29 16:44:40 +08:00
a6ab6c1cb8
[fix](nereids) stats derive for "not equal“, avoid to derive zero ndv ( #31566 )
2024-02-29 16:44:40 +08:00
0b5b7175d6
[fix](multi-catalog) add max compute custom odps and tunnel url ( #31390 )
...
add max compute custom odps and tunnel url
2024-02-29 16:44:40 +08:00
b9a87c63f7
[chore](catalog recycle bin) Add option to ignore min erase latency for testing ( #31417 )
2024-02-29 16:44:40 +08:00
450422556a
[fix](paimon) auto deplay paimon oss/s3 jar file ( #31568 )
...
No need to deploy paimon oss/s3 jar files manually.
Include them in preload-extensions-jar-with-dependencies.jar
2024-02-29 16:44:40 +08:00
df4b289825
fix total task exec time is far more than actual ( #31273 )
2024-02-29 16:44:40 +08:00
9c4708ee74
[function](random_bytes)add random_bytes function ( #31547 )
...
SELECT random_bytes(10);
random_bytes(10) |
----------------------+
0x9b8ea00b7d1084bc5b26|
2024-02-29 16:44:39 +08:00
5276cc4db6
[docker][fix] update routine load cases ( #31553 )
...
Co-authored-by: 胥剑旭 <xujianxu@xujianxudeMacBook-Pro.local >
2024-02-29 16:44:39 +08:00
95b1f76664
[Feature](executor)broker load support workload group ( #30866 ) ( #31580 )
2024-02-29 15:09:10 +08:00
4636b6195b
[Fix](JNI) fix BE core when using JNI to query the empty map type value ( #31502 )
2024-02-29 14:03:38 +08:00
c60fea9bdf
[fix](mtmv)fix getIdToItem cause ConcurrentModificationException ( #31511 )
2024-02-29 12:38:03 +08:00
6ef3455786
[fix](statistics)Fix hms external table get row count bug while analyze ( #31557 )
...
asdasd
2024-02-29 12:38:03 +08:00
17359d59a3
[fix](Nereids) reorder join generate plan is not stable ( #31539 )
2024-02-29 12:38:03 +08:00
000b81f0c7
[chore](docs) fix some typo in english docs in inverted index ( #31497 )
...
Issue Number: close #30051
2024-02-29 12:38:03 +08:00
d0aedaf98e
[fix](regression test)Make index compaction caset nonCouncurrent ( #31520 )
...
Co-authored-by: Luennng <luennng@gmail.com >
2024-02-29 12:38:03 +08:00
ff3c7765d6
[Bug](Func) Fix negative number in bitmap return error result ( #31563 )
2024-02-29 12:38:03 +08:00
82add8dfc1
[Fix](timezone) Introduce a config to use Doris tzdata directly ( #31561 )
2024-02-29 12:38:03 +08:00
6af6997f1d
[Improvement](materialized-view) add approx_count_distinct/ndv to FunctionAlias rule ( #31535 )
...
add approx_count_distinct/ndv to FunctionAlias rule
2024-02-29 12:38:03 +08:00
d75204e947
[fix](Hive-Catalog) fix NPE when using jdbc to access Hive metadata ( #31559 )
2024-02-29 12:38:03 +08:00
413d733255
[Bug](materialized-view) fix npe on create mv with star ( #31554 )
...
fix npe on create mv with star
2024-02-29 12:38:03 +08:00
1316ee4942
Add p1 debug log ( #31560 )
2024-02-29 12:38:03 +08:00
2b7fa9d6bb
[pipelineX](refactor) Rebuild relationship between dep and operator ( #31487 )
2024-02-29 12:38:03 +08:00
4a5283b466
[fix](nereids)need add mark join slot to upper project in PullUpProjectUnderApply rule ( #31408 )
2024-02-29 12:38:03 +08:00
5e80a718fd
[type](docs)add example for sql_dialect #31536
2024-02-29 12:38:03 +08:00
3c37fb085c
[refactor](jdbc catalog) split jdbc executor for different data sources (step-1) ( #31406 )
2024-02-29 12:38:03 +08:00
c956cac1a7
[enhancement](docs) Clarify JAR file locations for JDBC catalog ( #31542 )
2024-02-29 12:38:03 +08:00
d36ad56dce
[Opt](Exec) Support runtime update topn filter ( #31250 )
2024-02-29 12:38:03 +08:00