Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 committed Jun 18, 2024
1 parent 987288d commit 59f45f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public void testFileIndexProcedureSchemaEvolution() throws Exception {
+ " dt STRING"
+ ") PARTITIONED BY (dt, hh) WITH ("
+ " 'write-only' = 'true',"
+ " 'file.format' = 'parquet',"
+ " 'file.format' = 'avro',"
+ " 'bucket' = '-1'"
+ ")");

Expand Down

0 comments on commit 59f45f0

Please sign in to comment.