Skip to content

Commit

Permalink
Create table with right file format
Browse files Browse the repository at this point in the history
This makes the "without comment" test case aligned with a) class in
general and b) preceding "with comment" test case.
  • Loading branch information
findepi committed Oct 22, 2021
1 parent f2fb78b commit 730b750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ public void testTableComments()
" _x bigint\n" +
")\n" +
"WITH (\n" +
" format = 'ORC'\n" +
" format = '%s'\n" +
")";
assertUpdate(format(createTableWithoutComment, format));
assertUpdate("COMMENT ON TABLE test_table_comments IS NULL");
Expand Down

0 comments on commit 730b750

Please sign in to comment.