Skip to content

Commit

Permalink
uncomment some code
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim_konstantinov committed Apr 28, 2024
1 parent 5b055c0 commit b70f88f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ public class ParquetRewriterTest {
@Parameterized.Parameters(name = "WriterVersion = {0}, IndexCacheStrategy = {1}, UsingHadoop = {2}")
public static Object[][] parameters() {
return new Object[][] {
// {"v1", "NONE", true},
// {"v1", "PREFETCH_BLOCK", true},
// {"v2", "PREFETCH_BLOCK", true},
{"v1", "NONE", true},
{"v1", "PREFETCH_BLOCK", true},
{"v2", "PREFETCH_BLOCK", true},
{"v2", "PREFETCH_BLOCK", false}
};
}
Expand Down

0 comments on commit b70f88f

Please sign in to comment.