Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzzzzzs committed Mar 29, 2024
1 parent 759085f commit daa67ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ suite("insert_group_commit_into_unique_sync_mode") {

// 1. insert into
connect(user = context.config.jdbcUser, password = context.config.jdbcPassword, url = context.config.jdbcUrl) {
// TODO: pipeline need to be implemented
sql """ set experimental_enable_nereids_dml_with_pipeline = false; """
sql """ set group_commit = sync_mode; """
if (item == "nereids") {
sql """ set enable_nereids_dml = true; """
Expand Down

0 comments on commit daa67ac

Please sign in to comment.