Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flaky Iceberg parquet metadata cache test #24415

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix flaky Iceberg parquet metadata cache test
  • Loading branch information
nmahadevuni committed Jan 22, 2025
commit 7fd56185b9479b8b82136ade6ee217c20f0dac47
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
Loading