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 9252e9682ee [Fix](create-table-like)Fix create table like error, the 
converted table field COMMENT contains special characters (#25833)
     new 462a84158bb [regression-test](remove case) remove 
test_bitmap_filter_p1.groovy (#25812)
     new 5ca2fc6b1ed [refactor](Nereids) refactor infer predicate rule to avoid 
lost cast (#25637)
     new 7981eeb09fa [enhancement](Nereids) Filter no data partition after 
partition prune (#25456)
     new 3fdadb3e778 [Fix](regression)Fix statistics related regression test 
(#25888)

The 4 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/rowset/segment_v2/segment_iterator.cpp |  40 ++-
 be/src/olap/rowset/segment_v2/segment_iterator.h   |   1 +
 be/src/vec/columns/column.h                        |   2 +
 be/src/vec/columns/column_map.cpp                  |  21 ++
 be/src/vec/columns/column_map.h                    |   4 +-
 be/src/vec/columns/column_nullable.h               |   2 +
 be/src/vec/columns/column_struct.cpp               |  15 +
 be/src/vec/columns/column_struct.h                 |   4 +
 .../doris/nereids/jobs/executor/Rewriter.java      |   2 +
 .../org/apache/doris/nereids/rules/RuleType.java   |   1 +
 ...sIntoJdbcScan.java => PruneEmptyPartition.java} |  23 +-
 .../trees/plans/logical/LogicalOlapScan.java       |   1 -
 .../rules/rewrite/PruneOlapScanTabletTest.java     |   2 -
 .../test_nestedtypes_csv_insert_into_with_s3.out   |   2 +-
 .../test_nestedtypes_json_insert_into_with_s3.out  |   6 +-
 regression-test/data/export/test_struct_export.out | Bin 469 -> 442 bytes
 .../hive/test_hive_statistic_timeout.out           |   7 -
 .../data/insert_p0/test_struct_insert.out          | Bin 444 -> 417 bytes
 .../data/load_p0/stream_load/map_char_test.csv     |   4 +
 .../data/load_p0/stream_load/test_stream_load.out  |   6 +
 .../aggregate/aggregate_group_by_metric_type.out   | Bin 170 -> 154 bytes
 .../hive/test_hive_analyze_db.groovy               | 308 +++++++++----------
 .../hive/test_hive_partition_statistic.groovy      |   2 +-
 .../hive/test_hive_statistic.groovy                | 334 ++++++++++-----------
 .../hive/test_hive_statistic_cache.groovy          | 288 +++++++++---------
 .../hive/test_hive_statistic_clean.groovy          | 115 +++----
 .../hive/test_hive_statistic_timeout.groovy        |  20 +-
 .../load_p0/stream_load/test_stream_load.groovy    |  40 ++-
 .../suites/query_p1/test_bitmap_filter_p1.groovy   | 307 -------------------
 29 files changed, 674 insertions(+), 883 deletions(-)
 copy 
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/{PushConjunctsIntoJdbcScan.java
 => PruneEmptyPartition.java} (60%)
 delete mode 100644 
regression-test/data/external_table_p2/hive/test_hive_statistic_timeout.out
 create mode 100644 regression-test/data/load_p0/stream_load/map_char_test.csv
 delete mode 100644 regression-test/suites/query_p1/test_bitmap_filter_p1.groovy


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

Reply via email to