This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from 8524f983139 [minor](join) Refactor partitioned hash join (#36790) add d01d5c76a14 [Feature](Prepared Statement) fix and enable enable_server_side_prepared_statement by default (#36581) No new revisions were added by this update. Summary of changes: .../trees/plans/commands/PrepareCommand.java | 5 ++ .../java/org/apache/doris/qe/ConnectContext.java | 9 +- .../org/apache/doris/qe/PointQueryExecutor.java | 10 ++- .../java/org/apache/doris/qe/SessionVariable.java | 8 +- .../insert_group_commit_with_prepare_stmt.out | 16 ++-- .../data/prepared_stmt_p0/prepared_stmt.out | 36 ++++++++ .../test_compaction_uniq_keys_row_store.groovy | 3 - .../insert_group_commit_with_exception.groovy | 16 +++- .../insert_group_commit_with_prepare_stmt.groovy | 4 +- regression-test/suites/point_query_p0/load.groovy | 16 ++-- .../suites/point_query_p0/test_point_query.groovy | 2 - .../test_point_query_cluster_key.groovy | 25 +++--- .../test_point_query_partition.groovy | 4 +- .../suites/prepared_stmt_p0/prepared_stmt.groovy | 100 +++++++++++++++++++-- 14 files changed, 206 insertions(+), 48 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org