Skip to content

Commit

Permalink
[regression](fix case) fix case bug (#41346)
Browse files Browse the repository at this point in the history
## Proposed changes

Issue Number: close #xxx

<!--Describe your changes.-->
  • Loading branch information
shuke987 authored Sep 26, 2024
1 parent ae766d3 commit 370a727
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suite("test_iceberg_statistics", "p0,external,doris,external_docker,external_doc
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")
String catalog_name = "test_iceberg_rest_catalog"
String catalog_name = "test_iceberg_rest_catalog_2"
String db_name = "format_v2"

sql """drop catalog if exists ${catalog_name}"""
Expand Down

0 comments on commit 370a727

Please sign in to comment.