This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 9357a7f9fa [fix](planner) push conjuncts into SetOperationStmt inline 
view (#21718)
     new 0f6354f9d0 [fix](Export) Fixed the bug that would be core when 
exporting large amounts of data (#21761)
     new b6bc444655 [Fix](Export) fix nullptr exception when upgrading from 
1.2.3 to 2.0 (#21799)
     new 1c3c0a5cd2 [feature](profile)add monotonice timer for pipeline task 
#21791
     new c539a44f30 [Enhance](function) add boolean type for sum agg function 
(#21862)
     new 5e923bd03b [Enchancement](compatible) show decimalv3 to decimal 
(#21782)
     new 42376bb2ed [fix](dynamic partition) fix create hot partition failed 
without error response (#20996)
     new 3e0a1bb6ab [Fix](multi catalog)Fix hive partition value contains 
special character such as / bug (#21876)
     new 54795289dc [Bug](pipeline) adjust scanner scheduler.submit and 
_num_scheduling_ctx maintain (#21843)
     new 2ea5d65d10 [fix](planner)normalize the behavior of from_unixtime() 
according to Nereids planner (#21723)
     new 2436c98553 [Bug](decimalv3) fix failed on test_dup_tab_decimalv3 due 
to wrong precision (#21890)
     new a499f3d23c  [Fix](multi-catalog) Filter invisible files for hive 
table. (#21867)
     new 98dc24cad6 [enhancement](broker-load) support special partition path 
pattern (#21778)
     new 6e5e5a86df [Bug](excution) fix ScannerContext is done make query 
failed (#21923)
     new dbbdf63fec [feature](profile) add process hashtable time in join node 
(#21878)
     new f03ccd0b05 [fix](Nereids) join other conjuncts should get slot from 
join output (#21840)
     new 9beb1ae538 [fix](two level hash table) fix dead loop when converting 
to two level hash table for zero value (#21899)
     new a3f3345101 [bugfix](deserialize ) pack struct to avoid parse wrong 
content for file header (#21907)
     new 90d16e47ad [opt](hudi) get hudi split concurrently by using 
parallelStream (#21871)

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 be/src/olap/file_header.h                          |  18 +-
 be/src/olap/tablet_schema_cache.cpp                |   1 -
 be/src/pipeline/pipeline_task.cpp                  |  43 +++-
 be/src/pipeline/pipeline_task.h                    |  86 ++++++-
 be/src/pipeline/task_scheduler.cpp                 |   3 +
 .../vec/common/hash_table/partitioned_hash_table.h |   4 +-
 be/src/vec/exec/join/process_hash_table_probe.h    |   2 +-
 .../vec/exec/join/process_hash_table_probe_impl.h  |   4 +-
 be/src/vec/exec/join/vhash_join_node.cpp           |   2 +
 be/src/vec/exec/join/vhash_join_node.h             |   1 +
 be/src/vec/exec/scan/pip_scanner_context.h         |   4 +-
 be/src/vec/exec/scan/scanner_context.cpp           |  44 ++--
 be/src/vec/exec/scan/scanner_context.h             |  11 +-
 be/src/vec/exec/scan/scanner_scheduler.cpp         |   6 +-
 be/src/vec/exec/scan/scanner_scheduler.h           |   2 +-
 be/src/vec/exec/scan/vscan_node.cpp                |  38 ++-
 be/src/vec/runtime/vorc_writer.cpp                 |  22 +-
 be/src/vec/runtime/vorc_writer.h                   |  11 +-
 .../org/apache/doris/analysis/DescribeStmt.java    |  22 ++
 .../java/org/apache/doris/analysis/ExportStmt.java |   7 +-
 .../main/java/org/apache/doris/catalog/Column.java |  10 +
 .../java/org/apache/doris/catalog/FunctionSet.java |   8 +
 .../doris/common/proc/IndexSchemaProcNode.java     |  12 +
 .../org/apache/doris/common/util/BrokerUtil.java   |   6 +
 .../doris/common/util/DynamicPartitionUtil.java    |  40 +++-
 .../doris/datasource/hive/HiveMetaStoreCache.java  |  36 ++-
 .../rules/SimplifyComparisonPredicate.java         |  12 +-
 .../nereids/rules/rewrite/AdjustNullable.java      |   3 +
 .../planner/external/TablePartitionValues.java     |   2 +-
 .../hudi/HudiCachedPartitionProcessor.java         |  50 ++--
 .../external/hudi/HudiPartitionProcessor.java      |  35 +--
 .../doris/planner/external/hudi/HudiScanNode.java  | 140 ++++++-----
 .../java/org/apache/doris/rewrite/FEFunctions.java |   8 +-
 .../analysis/CreateTableAsSelectStmtTest.java      |   4 +-
 .../doris/catalog/DynamicPartitionTableTest.java   |  44 +++-
 .../apache/doris/common/util/BrokerUtilTest.java   |   3 +-
 .../org/apache/doris/rewrite/FEFunctionsTest.java  |   2 +-
 .../test_create_table_with_bloom_filter.out        |  20 +-
 .../decimalv3/test_dup_tab_decimalv3.out           |  10 +
 .../datatype_p0/decimalv3/test_show_decimalv3.out  |  17 ++
 .../hive/test_hive_special_char_partition.out      |  51 ++++
 .../data/index_p0/test_bitmap_index.out            |   6 +-
 .../test_decimal_bitmap_index_multi_page.out       |   2 +-
 .../data/inverted_index_p0/test_bitmap_index.out   |   6 +-
 .../data/inverted_index_p0/test_inverted_index.out |   6 +-
 .../join/test_partitioned_hash_join.out}           |   7 +-
 .../query_p0/join/test_partitioned_hash_join_r.csv | 257 +++++++++++++++++++++
 .../test_outer_join_with_window_function.groovy    |   1 -
 ...t_outer_join_with_window_function_datev2.groovy |   1 -
 .../decimalv3/test_dup_tab_decimalv3.groovy        |   3 +
 .../decimalv3/test_show_decimalv3.groovy}          |  52 ++---
 .../test_export_big_data.groovy}                   | 111 +++++----
 ...ovy => test_hive_special_char_partition.groovy} |  28 +--
 .../join/test_other_conjuncts_nullable.groovy      |  64 +++++
 .../test_dynamic_partition.groovy                  |  22 ++
 .../test_partitioned_hash_join.groovy}             |  71 +++---
 56 files changed, 1141 insertions(+), 340 deletions(-)
 create mode 100644 
regression-test/data/datatype_p0/decimalv3/test_show_decimalv3.out
 create mode 100644 
regression-test/data/external_table_emr_p2/hive/test_hive_special_char_partition.out
 copy regression-test/data/{demo_p0/test_sql_file.out => 
query_p0/join/test_partitioned_hash_join.out} (72%)
 create mode 100644 
regression-test/data/query_p0/join/test_partitioned_hash_join_r.csv
 copy regression-test/suites/{correctness/test_cast_as_decimalv3.groovy => 
datatype_p0/decimalv3/test_show_decimalv3.groovy} (56%)
 copy regression-test/suites/{nereids_p0/outfile/test_outfile_separator.groovy 
=> export_p2/test_export_big_data.groovy} (50%)
 copy 
regression-test/suites/external_table_emr_p2/hive/{test_hive_to_date.groovy => 
test_hive_special_char_partition.groovy} (57%)
 create mode 100644 
regression-test/suites/nereids_p0/join/test_other_conjuncts_nullable.groovy
 copy 
regression-test/suites/query_p0/{sql_functions/window_functions/test_ntile_function.groovy
 => join/test_partitioned_hash_join.groovy} (56%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to