48880c3e1a
[Fix](timezone) fix miss of expected rounding of Date type with timezone #33553
2024-04-17 23:42:11 +08:00
1f5116f3c1
[testcases](auto-partition) Add and fix testcases in P0 #33588
2024-04-17 23:42:11 +08:00
e71b7513e1
[test](bi) add dbeaver and datagrip connect doris test ( #33487 )
2024-04-17 23:42:00 +08:00
379c2e0762
[Fix](Nereids) fix leading hint should have all tables in one query block ( #33517 )
2024-04-17 23:42:00 +08:00
aed3dd72a7
[chore](test) update one join case for nereids because ambiguous name ( #33562 )
2024-04-17 23:42:00 +08:00
ae4a7c93ac
[feat](nereids) support create view in nereids ( #32743 )
2024-04-17 23:42:00 +08:00
249a9c9875
[Feature](Variant) support aggregation model for Variant type ( #33493 )
...
refactor use `insert_from` to replace `replace_column_data` for variable lengths columns
2024-04-17 23:42:00 +08:00
2746ee9d3a
[FIX](regresstest) fix array_range case for regress test ( #33337 )
2024-04-17 23:42:00 +08:00
b2b385a4ff
[improve](fold) support complex type for constant folding ( #32867 )
2024-04-17 23:41:59 +08:00
6bcf24b1f6
[bug](not in) if not in (null) could eos early ( #33482 )
...
* [bug](not in) if not in (null) could eos early
2024-04-17 23:41:59 +08:00
9dfc9665fb
[Fix](inverted index) fix build index error status when batch_next ( #33532 )
2024-04-17 23:41:59 +08:00
09fb30c989
(Chore)[regression-test] fix unstable output variant case ( #33520 )
2024-04-17 23:41:59 +08:00
82d2bde3c7
[fix](nereids) do not transpose semi join agg when mark join ( #32475 )
2024-04-17 23:41:59 +08:00
272269f9c1
[Fix](inverted index) fix fast execute problem when need read data opt enabled ( #33526 )
2024-04-17 23:41:59 +08:00
ca59b25d59
[feat](nereids) add session var to turn on/off common sub expressoin extraction (branch-2.1) #33616
2024-04-17 23:41:43 +08:00
e26a53d8a6
[fix](nereids) SemiJoinSemiJoinTransposeProject rule didn't handle mark join correctly ( #33401 )
2024-04-12 15:09:25 +08:00
78b81d4150
[fix](test) remove distribute node of shape in some regression test ( #33463 )
2024-04-12 15:09:25 +08:00
d2f84229ec
[chore](test) remove some outdated datetime test case ( #33476 )
2024-04-12 15:09:25 +08:00
b035c7ceb4
[fix](catalog) fix resource is not reopen when rename catalog ( #33432 )
...
During the renaming of `JdbcCatalog`, I noticed that the `jdbcClient` was being closed,
resulting in exceptions during subsequent queries. This happens because the `removeCatalog`
method is invoked when changing the name, which in turn calls the `onClose` method of the catalog.
Ideally, the client should not be closed when renaming the catalog.
However, to avoid extra checks in the `removeCatalog` method, we can simply execute `onRefresh`
in the `addCatalog` method to address this issue.
2024-04-12 15:09:25 +08:00
53336d6170
[fix](routine-load) routine load date where expression rewrite should change over time ( #33345 )
2024-04-12 15:09:25 +08:00
031f1e6a65
[case](regression) Add backup restore with NGRAM bloom filter ( #33479 )
2024-04-12 15:09:25 +08:00
9b7af4c0cf
[feature](schema change) unified schema change for parquet and orc reader ( #32873 )
...
Following #25138 , unified schema change interface for parquet and orc reader, and can be applied to other format readers as well.
Unified schema change interface for all format readers:
- First, read the data according to the column type of the file into source column;
- Second, convert source column to the destination column with type planned by FE.
2024-04-12 15:09:25 +08:00
ab4f8fafcd
[Bug](materialized-view) forbid create mv with value column before key column ( #33436 )
...
forbid create mv with value column before key column
2024-04-12 15:09:25 +08:00
6f96e2b64a
[fix](plsql) Fix handle select that fe can do without be ( #33363 )
...
CREATE OR REPLACE PROCEDURE procedure_test1()
BEGIN
select 1;
END;
call procedure_test1()
fix `ERROR 2027 (HY000): Malformed packet`
2024-04-12 15:09:25 +08:00
215f402df7
[fix](nereids)when clause cannot be regarded as common sub expression ( #33358 )
...
* when clause cannot be regarded as common sub expression
2024-04-12 15:09:25 +08:00
18fb8407ae
[feature](insert)use optional location and add hive regression test ( #33153 )
2024-04-12 10:38:54 +08:00
07f296734a
[regression](insert)add hive DDL and CTAS regression case ( #32924 )
...
Issue Number: #31442
dependent on #32824
add ddl(create and drop) test
add ctas test
add complex type test
TODO:
bucketed table test
truncate test
add/drop partition test
2024-04-12 10:24:23 +08:00
716c146750
[fix](insert)fix hive external return msgs and exception and pass all columns to BE ( #32824 )
...
[fix](insert)fix hive external return msgs and exception and pass all columns to BE
2024-04-12 10:23:52 +08:00
f3a6132214
[chore] Format regression-conf.groovy ( #32713 )
2024-04-12 10:21:47 +08:00
9ada38327b
[feature](txn insert) txn insert support insert into select ( #31666 )
2024-04-12 10:11:22 +08:00
babec88aa9
fix cloud mode from PR #32748
2024-04-11 23:01:06 +08:00
3d66723214
[branch-2.1](auto-partition) pick auto partition and some more prs ( #33523 )
2024-04-11 17:12:17 +08:00
9a3b19d21e
[fix](cases) Add check status timeout for backup/restore cases ( #32975 )
2024-04-11 13:10:24 +08:00
e4eb76212a
[fix](Nereids): add order for constraint test ( #33323 )
2024-04-11 09:31:50 +08:00
3070eda58c
[Bug](load) fix stream load file on hll type mv column ( #33373 )
...
fix stream load file on hll type mv column
2024-04-11 09:31:50 +08:00
f35dd3fc35
[chore](test) let some case suitable for legacy planner and nereids ( #33352 )
2024-04-11 09:31:50 +08:00
ea1e542e31
[fix](partial-update) remove unnecessary DECHEK on IndexChannel::num_rows_filtered ( #33160 )
2024-04-11 09:31:50 +08:00
2708641bee
[Fix]fix insert overwrite non-partition table null pointer exception ( #33205 )
...
fix legacy planner bug when insert overwrite non-partition table.
2024-04-11 09:31:50 +08:00
326eee5d04
[Fix](schema change) Fix schema change fault when add complex type column ( #31824 )
...
Problem: An error is encountered when executing a schema change on a unique table to add a column with a complex type, such as bitmap, as documented in https://github.com/apache/doris/issues/31365
Reason: The error arises because the schema change logic erroneously applies an aggregation check for new columns across all table types, demanding an explicit aggregation type declaration. However, unique and duplicate tables inherently assume default aggregation types for newly added columns, leading to this misstep.
Solution: The schema change process for introducing new columns needs to distinguish between table types accurately. For unique and duplicate tables, it should automatically assign the appropriate aggregation type, which, for the purpose of smooth integration with subsequent processes, should be set to NONE.
2024-04-11 09:31:50 +08:00
0d0a96d097
[fix](test) Fix auto partition dbgen product data ( #33313 )
...
Fix auto partition dbgen product data
2024-04-10 16:23:04 +08:00
6462264e77
[Improvement](materialized-view) adjust priority of materialized view match rule ( #33305 )
...
adjust priority of materialized view match rule
2024-04-10 16:23:04 +08:00
4eee1a1f0d
[fix](nereids) make runtime filter targets in fixed order ( #33191 )
...
* make runtime filter targets in fixed order
2024-04-10 16:22:39 +08:00
741d4ff97e
[fix](group commit) Fix syntax error when insert into table which column names contain keyword ( #33322 )
2024-04-10 16:22:09 +08:00
4079a7b6ab
[fix](txn insert) Fix txn insert into values for sequence column or column name is keyword ( #33336 )
2024-04-10 16:21:31 +08:00
5e73d7a281
[fix](compaction) fix incorrect grouping of vertical compaction columns in tables only with key columns ( #32896 ) ( #33470 )
2024-04-10 16:04:33 +08:00
5c0256e4bf
[Bug](case) fix wrong case test_mv_partition ( #33324 )
...
fix wrong case test_mv_partition
2024-04-10 16:02:20 +08:00
d61b9f7091
[chore](test) nereids support window function but some cases does not open yet ( #33098 )
2024-04-10 16:00:12 +08:00
2092a862fc
[Bug](materialized-view) fix wrong result when salias name same with base slot on mv ( #33198 )
...
fix wrong result when salias name same with base slot on mv
2024-04-10 16:00:05 +08:00
0e99926b28
(httpaction) log response of http ( #33270 )
2024-04-10 15:58:14 +08:00
2785269d36
[Improvement](executor)Add BypassWorkloadGroup to pass query queue #33101
2024-04-10 15:56:41 +08:00