You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by kx...@apache.org on 2023/06/21 13:49:13 UTC

[doris] branch branch-2.0 updated (4d84cd8ca1 -> 661e1ae7c5)

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 4d84cd8ca1 Revert "Revert "[Test](regression) CCR syncer thrift interface regression test (#20935)" (#20990)" (#21022)
     add 4766e75d4e [test](regression) add analyze after stream load (#21066)
     add 85ce6a22c0 [enhancement](merge-on-write) some misc optimizations (#21039)
     add 8bcd42d3f6 [test](regression) update some case in brown_p2 #21037
     add 84b97860a1 [fix](memory) Fix memory exceed  limit and query has been canceled, Allocator will block 100ms (#20959)
     add 2beed11256 [Bug](streamload) fix inconsistent load result of be and fe (#20950)
     add cc53391c9a Revert "[feature](merge-on-write) enable merge on write by default (#… (#21041)
     add 6ac0bfeceb [Feature](inverted index) add unicode parser for inverted index (#21035)
     add 442a734ef5 [improvement](config) update be config max_runnings_transactions_per_txn_map default value (#21060)
     add 8b561cfb03 [fix](nereids)create datev2 and datetimev2 literal if enable_date_conversion is true (#21065)
     add 18a0824eb3 [fix](compaction)Modify time series compaction policy default config (#21079)
     add b2c4e51be1 [fix](load) delete lazy open DCheck when unkown load id (#21083)
     add 661e1ae7c5 [fix](memory) no switch bthread context in UBSAN compile (#21064)

No new revisions were added by this update.

Summary of changes:
 be/src/clucene                                     |   2 +-
 be/src/common/config.cpp                           |   6 +-
 be/src/io/fs/stream_load_pipe.cpp                  |   2 +-
 be/src/olap/inverted_index_parser.cpp              |   6 +-
 be/src/olap/inverted_index_parser.h                |   2 +
 be/src/olap/primary_key_index.cpp                  |   9 +-
 .../rowset/segment_v2/inverted_index_reader.cpp    |   5 +
 .../rowset/segment_v2/inverted_index_writer.cpp    |  14 +-
 be/src/olap/rowset/segment_v2/segment.cpp          |   3 -
 be/src/pipeline/exec/exchange_sink_buffer.cpp      |   4 +-
 be/src/runtime/load_channel_mgr.cpp                |   1 -
 be/src/runtime/memory/mem_tracker_limiter.cpp      |   4 +-
 be/src/runtime/thread_context.h                    |  30 +--
 be/src/vec/common/allocator.cpp                    |  39 ++--
 be/src/vec/sink/vdata_stream_sender.cpp            |   2 +-
 be/src/vec/sink/vtablet_sink.cpp                   |   4 +-
 docs/en/docs/admin-manual/config/be-config.md      |   8 +-
 docs/en/docs/data-table/index/inverted-index.md    |  16 +-
 docs/zh-CN/docs/admin-manual/config/be-config.md   |   8 +-
 docs/zh-CN/docs/data-table/index/inverted-index.md |  19 +-
 .../doris/alter/MaterializedViewHandler.java       |   8 +-
 .../org/apache/doris/analysis/CreateTableStmt.java |   4 +-
 .../apache/doris/analysis/InvertedIndexUtil.java   |   6 +-
 .../org/apache/doris/analysis/PartitionDesc.java   |  20 +-
 .../main/java/org/apache/doris/catalog/Env.java    |   2 +-
 .../apache/doris/common/util/PropertyAnalyzer.java |   8 +-
 .../doris/httpv2/controller/BaseController.java    |   2 +-
 .../doris/nereids/parser/LogicalPlanBuilder.java   |  12 +-
 .../apache/doris/nereids/parser/NereidsParser.java |   3 +-
 .../nereids/trees/expressions/literal/Literal.java |   4 +-
 .../org/apache/doris/nereids/types/DataType.java   |  14 +-
 .../apache/doris/analysis/CreateTableStmtTest.java |   2 +-
 .../doris/analysis/ShowCreateTableStmtTest.java    |  25 ---
 .../org/apache/doris/catalog/CreateTableTest.java  |   4 +-
 .../nereids/rules/expression/FoldConstantTest.java |   4 +-
 .../nereids/trees/plans/DeleteCommandTest.java     |   3 +-
 .../apache/doris/nereids/types/DataTypeTest.java   |  11 +-
 .../brown_p2/sql/CPUNetworkUtilization_order.out   |   6 +-
 .../data/brown_p2/sql/powerConsumptionMetrics.out  |  56 +++---
 .../unique/test_unique_mow_table_debug_data.out    |  36 ----
 .../test_unique_mow_table_debug_data_delete.csv    |   1 -
 .../data_model_p0/unique/test_unique_table.out     |   6 +-
 .../unique/test_unique_table_like.out              |  24 +--
 .../unique/test_unique_table_new_sequence.out      |  14 +-
 .../data/index_p0/test_bitmap_index.out            |  10 +-
 .../data/inverted_index_p0/test_bitmap_index.out   |   2 +-
 .../inverted_index_p0/test_chinese_analyzer.out    |   6 -
 .../data/load_p0/stream_load/test_auth.csv         |   2 +
 .../nereids_tpcds_shape_sf100_p0/shape/query94.out |   2 +-
 .../nereids_tpcds_shape_sf100_p0/shape/query95.out |   2 +-
 .../data/schema_change_p0/test_rename_column.out   | Bin 4043 -> 4097 bytes
 .../data/schema_change_p0/test_schema_change.out   |   6 +-
 .../test_uniq_delete_sign_schema_change.out        |  20 +-
 .../tpcds_sf100_dup_without_key_p2/sql/q49.out     | 202 ++++++++++-----------
 .../sql/q49_rewrite.out                            | 200 ++++++++++----------
 .../unsigned/test_unsigned_int_compatibility.out   |   6 +-
 regression-test/data/update/test_update_unique.out |   6 +-
 regression-test/suites/brown_p2/load.groovy        |   1 +
 .../alter_table_add_policy.groovy                  |   3 +-
 .../create_table_use_policy.groovy                 |   6 +-
 .../suites/cold_heat_separation/policy/drop.groovy |   3 +-
 .../unique/test_unique_mow_table_debug_data.groovy |  96 ----------
 .../unique/test_unique_table_debug_data.groovy     |   3 +-
 .../inverted_index_p0/test_chinese_analyzer.groovy |   2 -
 .../load_p0/stream_load/test_stream_load.groovy    |  53 ++++++
 .../suites/nereids_p0/delete/load.groovy           |   3 +-
 .../tpcds_sf100_dup_without_key_p2/load.groovy     |   1 +
 regression-test/suites/tpcds_sf100_p2/load.groovy  |   1 +
 regression-test/suites/tpcds_sf1_p1/load.groovy    |   1 +
 regression-test/suites/tpcds_sf1_p2/load.groovy    |   1 +
 .../suites/tpcds_sf1_unique_p1/load.groovy         |   1 +
 .../suites/tpch_sf0.1_unique_p1/load.groovy        |   2 +
 regression-test/suites/tpch_sf100_p2/load.groovy   |   2 +-
 .../load_four_step/load.groovy                     |   1 +
 .../tpch_sf100_unique_p2/load_one_step/load.groovy |   2 +
 .../load_three_step/load.groovy                    |   1 +
 .../tpch_sf100_unique_p2/load_two_step/load.groovy |   1 +
 .../suites/tpch_sf100_unique_sql_p2/load.groovy    |   2 +-
 .../tpch_sf10_unique_p2/load_four_step/load.groovy |   2 +
 .../tpch_sf10_unique_p2/load_one_step/load.groovy  |   2 +
 .../load_three_step/load.groovy                    |   3 +-
 .../tpch_sf10_unique_p2/load_two_step/load.groovy  |   2 +-
 regression-test/suites/tpch_sf1_p2/load.groovy     |   2 +
 .../suites/tpch_sf1_unique_p2/load.groovy          |   1 +
 .../suites/tpch_unique_sql_zstd_p0/load.groovy     |   1 +
 .../three/load_three_step.groovy                   |   1 +
 .../unique_with_mow_p0/test_create_table.groovy    |  10 +-
 .../suites/update/test_update_mow.groovy           |   5 +-
 88 files changed, 548 insertions(+), 590 deletions(-)
 delete mode 100644 regression-test/data/data_model_p0/unique/test_unique_mow_table_debug_data.out
 delete mode 100644 regression-test/data/data_model_p0/unique/test_unique_mow_table_debug_data_delete.csv
 create mode 100644 regression-test/data/load_p0/stream_load/test_auth.csv
 delete mode 100644 regression-test/suites/data_model_p0/unique/test_unique_mow_table_debug_data.groovy


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org