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

panxiaolei pushed a change to branch refactor_rf
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 007e58b507d [test](bloom_filter_func) add case about algorithm
 discard 4c1968ec46e [test](ut) add ut for bloom filter and hybridset (#48698)
    omit 4f6345199ae add rpc fail test and eof test
    omit ee1a212069b test RuntimeFilterMergeControllerEntity (#48678)
    omit e5df476a793 test RuntimeFilterMgr (#48672)
    omit 63c2ac04f5d format (#48658)
    omit 343afdbaa27 test (#48630)
    omit fdcdccb4dec test rf utils (#48615)
    omit 9b0d3138a96 add more ut of roles
    omit b717414fc53 test in or bloom (#48596)
    omit 1dba2c07fc6 fix UT (#48591)
    omit 73ebbecca8b fix compile fail and format
    omit ecc64faa8a8 [rf](ut) test minmax/bitmap filter (#48579)
    omit 551a3c5f15c fix coredump
    omit 5dc9fd1eb30 [runtime filter](UT) test bloom filter (#48575)
    omit 20e1f6ebbf7 add more test and some fix
    omit 626fcf3b64f [runtime filter](UT) test in filter (#48562)
    omit 2d8679480ac [refactor](runtime filter) Refine null property in runtime 
filter (#48534)
    omit 835d84a15c1 some fix and add ut
    omit 6cf12bd3e46 refactor of RuntimeFilterSlots
     add ca850fa67ff [fix](binlog) Set dummy timestamp correctly (#48706)
     add b83fb486610 [improve](routine load) add more metrics to observe the 
routine load job (#48209)
     add fa48f7d60d9 [test](beut) add more agg beut testing util (#48705)
     add ccb0a6317bc [test](stable) fix some unstable hive and mc cases (#48697)
     add a888597bf9c [opt](profile) Refine process of auto_profile for less 
memory usage (#48653)
     add a99eba01c62 [improve](cloud)(transaction) do not execute afterVisible 
if commit transaction fail in cloud mode (#48576)
     add 7cd97571424 [fix](schema-change) Complete check for string type length 
change (#48607)
     add 7f4662c88f4 [Fix](case) Fix `test_config_prune_delete_sign` when 
`force_olap_table_replication_num=3` (#48778)
     add f72b9533fa6 [fix](cloud) Modify the log level to prevent too many logs 
(#48524)
     add dc626d1b2a9 [fix](cloud) speed up file cache initializtion (#48687)
     add e7e3efb5f47 [opt](inverted index) Opt Inverted Index Composite File 
Order (#46120)
     add ff2728e76d0 [env](compile) open compile_check in some file (#48744)
     add 3195fadf2ae [ut](test) Add BE unit tests for four bitmap agg functions 
(#48553)
     add c3253b4ea44 [chore](refactor) rename some file and add some comments 
(#48734)
     add f7d0f3e94c0 [fix](ob catalog) fix oceanbase catalog get connection 
(#48593)
     add 7a73c489f82 refactor of RuntimeFilterSlots
     add 47ee4228419 some fix and add ut
     add 494b6566cc9 [refactor](runtime filter) Refine null property in runtime 
filter (#48534)
     add 8965de9568a [runtime filter](UT) test in filter (#48562)
     add 65e855e6ae9 add more test and some fix
     add 74344929d3b [runtime filter](UT) test bloom filter (#48575)
     add f6376bd05a8 fix coredump
     add f932ac7084b [rf](ut) test minmax/bitmap filter (#48579)
     add 9a7b38ad4b5 fix compile fail and format
     add d9fb68c61f8 fix UT (#48591)
     add 81efa99b189 test in or bloom (#48596)
     add 46f86c77a4a add more ut of roles
     add 5135dd56f95 test rf utils (#48615)
     add 40a0d634866 test (#48630)
     add dd3e10e4eb3 format (#48658)
     add 42f6014e39a test RuntimeFilterMgr (#48672)
     add a6ed1801105 test RuntimeFilterMergeControllerEntity (#48678)
     add e1c632b7070 add rpc fail test and eof test
     add 9db6ffffad7 [test](ut) add ut for bloom filter and hybridset (#48698)
     add 1d62fffd50f [test](bloom_filter_func) add case about algorithm
     add 119abb6e6cd resolve conflict

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (007e58b507d)
            \
             N -- N -- N   refs/heads/refactor_rf (119abb6e6cd)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 be/src/io/cache/fs_file_cache_storage.cpp          |  93 ++++++---
 be/src/olap/delta_writer.cpp                       |   2 +-
 be/src/olap/delta_writer_v2.cpp                    |   2 +-
 .../olap/rowset/segment_v2/inverted_index_desc.cpp |   3 +-
 .../segment_v2/inverted_index_file_writer.cpp      |  62 +++++-
 be/src/olap/rowset_builder.cpp                     |   2 +-
 be/src/pipeline/common/partition_sort_utils.cpp    |   2 +
 be/src/pipeline/common/partition_sort_utils.h      |   2 +-
 be/src/pipeline/common/set_utils.h                 |   3 +
 be/src/pipeline/exec/exchange_sink_buffer.h        |   2 +-
 be/src/pipeline/pipeline_fragment_context.cpp      |   4 +
 be/src/pipeline/pipeline_fragment_context.h        |   7 +-
 be/src/runtime/load_stream_writer.cpp              |   2 +-
 be/src/runtime/routine_load/data_consumer.cpp      |   6 +
 be/src/runtime/runtime_state.cpp                   |   4 +-
 be/src/runtime/types.cpp                           |   7 +-
 be/src/runtime_filter/runtime_filter.cpp           |   2 +-
 be/src/runtime_filter/runtime_filter_mgr.cpp       |   2 +-
 be/src/runtime_filter/runtime_filter_producer.cpp  |   2 +-
 .../arrow_flight/arrow_flight_batch_reader.cpp     |   2 +-
 be/src/service/internal_service.cpp                |   2 +-
 be/src/udf/udf.cpp                                 |   5 +-
 .../util/{ref_count_closure.h => brpc_closure.h}   |   2 +-
 be/src/util/doris_metrics.cpp                      |  10 +
 be/src/util/doris_metrics.h                        |   5 +
 be/src/util/runtime_profile.cpp                    |   9 -
 be/src/util/runtime_profile.h                      |   2 -
 be/src/util/simd/reverse_copy_bytes.h              |   4 +-
 be/src/util/timezone_utils.cpp                     |   4 +-
 be/src/util/timezone_utils.h                       |   2 +-
 .../aggregate_function_approx_top.h                |   4 +-
 .../aggregate_function_approx_top_k.cpp            |   2 +
 .../aggregate_function_approx_top_k.h              |   7 +-
 .../aggregate_function_approx_top_sum.cpp          |   2 +
 .../aggregate_functions/aggregate_function_covar.h |   2 +
 .../aggregate_function_percentile.cpp              |   2 +
 .../aggregate_functions/aggregate_function_rpc.h   |   3 +
 be/src/vec/sink/vdata_stream_sender.h              |   2 +-
 be/src/vec/sink/writer/vtablet_writer.cpp          |   2 +-
 be/src/vec/sink/writer/vtablet_writer.h            |   2 +-
 .../segment_v2/inverted_index_file_writer_test.cpp |  82 ++++++++
 .../vec/aggregate_functions/agg_avg_test.cpp}      |  23 +--
 .../vec/aggregate_functions/agg_bitmap_test.cpp    | 224 ++++++++++++++++++++-
 .../vec/aggregate_functions/agg_function_test.h    | 135 +++++++++++++
 .../apache/doris/alter/SchemaChangeHandler.java    |   2 +-
 .../java/org/apache/doris/binlog/BinlogUtils.java  |   3 +-
 .../java/org/apache/doris/binlog/DBBinlog.java     |   1 +
 .../java/org/apache/doris/binlog/TableBinlog.java  |   1 +
 .../main/java/org/apache/doris/catalog/Column.java |   4 +
 .../java/org/apache/doris/catalog/ColumnType.java  |  30 ++-
 .../java/org/apache/doris/catalog/Replica.java     |   4 +-
 .../apache/doris/cloud/catalog/CloudReplica.java   |   4 +-
 .../doris/cloud/catalog/CloudTabletRebalancer.java |  18 +-
 .../transaction/CloudGlobalTransactionMgr.java     |   5 +-
 .../org/apache/doris/common/profile/Profile.java   |  59 ++----
 .../doris/common/profile/ProfileManager.java       |  78 ++++---
 .../doris/common/profile/RuntimeProfile.java       |   8 +-
 .../jdbc/client/JdbcOceanBaseClient.java           |   8 +-
 .../apache/doris/datasource/kafka/KafkaUtil.java   |  60 +++---
 .../doris/load/routineload/RoutineLoadJob.java     |   8 +-
 .../java/org/apache/doris/metric/MetricRepo.java   |  20 ++
 .../java/org/apache/doris/qe/QeProcessorImpl.java  |   8 +-
 .../doris/common/profile/AutoProfileTest.java      |  79 ++++++++
 .../doris/common/profile/ProfileManagerTest.java   | 106 +++++++++-
 .../common/profile/ProfilePersistentTest.java      |   3 +
 .../common/profile/RuntimeProfileMergeTest.java    |   2 +
 .../doris/load/routineload/RoutineLoadJobTest.java |   4 +-
 .../hive/test_prepare_hive_data_in_case.out        | Bin 267 -> 173 bytes
 .../test_index_compound_file_fault_injection.out}  | Bin 123 -> 128 bytes
 .../schema_change_p0/test_type_length_change.out   | Bin 0 -> 352 bytes
 .../test_config_prune_delete_sign.groovy           |   1 -
 .../hive/test_prepare_hive_data_in_case.groovy     |   3 +-
 .../test_max_compute_partition_prune.groovy        |   3 +-
 ...est_index_compound_file_fault_injection.groovy} |  25 +--
 .../data/{test_schedule.csv => test_metrics.csv}   |   0
 ...ule.groovy => test_routine_load_metrics.groovy} | 158 +++++++++------
 .../test_type_length_change.groovy                 |  77 +++++++
 .../test_varchar_sc_in_complex.groovy              |   6 +-
 .../test_varchar_schema_change.groovy              |   2 +-
 79 files changed, 1213 insertions(+), 325 deletions(-)
 rename be/src/util/{ref_count_closure.h => brpc_closure.h} (99%)
 copy be/{src/vec/core/materialize_block.cpp => 
test/vec/aggregate_functions/agg_avg_test.cpp} (66%)
 create mode 100644 
fe/fe-core/src/test/java/org/apache/doris/common/profile/AutoProfileTest.java
 copy 
regression-test/data/{inverted_index_p0/array_contains/test_compound_arr.out => 
fault_injection_p0/test_index_compound_file_fault_injection.out} (92%)
 create mode 100644 
regression-test/data/schema_change_p0/test_type_length_change.out
 copy 
regression-test/suites/fault_injection_p0/{test_index_file_cache_fault_injection.groovy
 => test_index_compound_file_fault_injection.groovy} (62%)
 copy regression-test/suites/load_p0/routine_load/data/{test_schedule.csv => 
test_metrics.csv} (100%)
 copy 
regression-test/suites/load_p0/routine_load/{test_routine_load_schedule.groovy 
=> test_routine_load_metrics.groovy} (60%)
 create mode 100644 
regression-test/suites/schema_change_p0/test_type_length_change.groovy


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

Reply via email to