Skip to content

Commit

Permalink
Fix flaky Iceberg parquet metadata cache test (prestodb#24415)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmahadevuni authored Jan 23, 2025
1 parent cf19b92 commit 3534361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ protected QueryRunner createQueryRunner()
PARQUET,
false,
true,
OptionalInt.of(2),
OptionalInt.of(1),
Optional.empty());
}

Expand Down

0 comments on commit 3534361

Please sign in to comment.