Skip to content

Commit

Permalink
Fix broken Iceberg Glue access count test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr committed Apr 24, 2023
1 parent 7fa0ebe commit 21608c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public void testCreateTableAsSelect()
.add(GET_DATABASE)
.add(GET_DATABASE)
.add(CREATE_TABLE)
.addCopies(GET_TABLE, 6)
.addCopies(GET_TABLE, 5)
.add(UPDATE_TABLE)
.build());
}
Expand Down

0 comments on commit 21608c7

Please sign in to comment.