This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch auto-pick-47093-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git
discard 5edfa824b16 [fix](Nereids) let anonymous alias same as user input (#47093) add 935c6dcab38 [cherry-pick](branch-3.0) Pick "[Fix](core) Fix null ptr introduced by #42949 (#46074)" (#48346) add 412e59e34e9 branch-3.0: [fix](jvm) the jvm opt should only be set once #48335 (#48342) add e81a403ba01 branch-3.0:[fix](libhdfs) fix the lifecycle issue of libhdfs config (#48353) add 6b4b801993e branch-3.0: [feat](ci) enable enable_parquet_page_index in pipeline (#48217) (#48266) add c88f97edf39 [cherry-pick](branch-3.0) add more hudi jni test cases (#47431) (#48311) add dd2272bf0e4 branch-3.0: [fix](java) should use JAVA_OPTS_FOR_JDK_17 instead of JAVA_OPTS #48170 #48335 (#48284) add 8f58ad223d2 [fix](Nereids) let anonymous alias same as user input (#47093) 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 (5edfa824b16) \ N -- N -- N refs/heads/auto-pick-47093-branch-3.0 (8f58ad223d2) 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/hdfs_builder.cpp | 26 +++++++++++++----- be/src/io/hdfs_builder.h | 7 +++++ be/src/olap/olap_common.h | 4 +-- be/src/olap/rowset/unique_rowset_id_generator.cpp | 9 ------- be/src/util/jni-util.cpp | 29 +++++++++------------ be/test/olap/rowset/rowset_meta_test.cpp | 10 +++++++ bin/start_be.sh | 1 + bin/start_fe.sh | 1 + .../bs_downgrade_shape/query54.out | Bin 6290 -> 6282 bytes .../shape/query54.out | Bin 6290 -> 6282 bytes .../tpcds_sf100/noStatsRfPrune/query54.out | Bin 5471 -> 5463 bytes .../tpcds_sf100/no_stats_shape/query54.out | Bin 5740 -> 5732 bytes .../new_shapes_p0/tpcds_sf100/rf_prune/query54.out | Bin 6245 -> 6237 bytes .../new_shapes_p0/tpcds_sf100/shape/query54.out | Bin 6292 -> 6284 bytes .../pipeline/cloud_p0/conf/be_custom.conf | 3 +++ regression-test/pipeline/external/conf/be.conf | 3 +++ regression-test/pipeline/p0/conf/be.conf | 2 ++ regression-test/pipeline/p1/conf/be.conf | 3 +++ .../pipeline/performance/conf/be_custom.conf | 3 +++ 19 files changed, 66 insertions(+), 35 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org