Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwenchi committed Jan 8, 2025
1 parent dc93bae commit b10ea0e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ suite("test_iceberg_filter", "p0,external,doris,external_docker,external_docker_
String enabled = context.config.otherConfigs.get("enableIcebergTest")
if (enabled != null && enabled.equalsIgnoreCase("true")) {
try {
sql """set num_partitions_in_batch_mode=0"""
String rest_port = context.config.otherConfigs.get("iceberg_rest_uri_port")
String minio_port = context.config.otherConfigs.get("iceberg_minio_port")
String externalEnvIp = context.config.otherConfigs.get("externalEnvIp")
Expand Down Expand Up @@ -91,6 +92,7 @@ suite("test_iceberg_filter", "p0,external,doris,external_docker,external_docker_
}

} finally {
sql """set num_partitions_in_batch_mode=1024"""
}
}
}
Expand Down

0 comments on commit b10ea0e

Please sign in to comment.