Skip to content

Commit

Permalink
Stop using deprecated withRowGroupSize(Int) and use withRowGroupSize(…
Browse files Browse the repository at this point in the history
…Long) instead
  • Loading branch information
andygrove committed Jun 12, 2024
1 parent f24fca4 commit 704923d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ abstract class CometTestBase
.builder(path)
.withDictionaryEncoding(dictionaryEnabled)
.withType(schema)
.withRowGroupSize(rowGroupSize.toInt)
.withRowGroupSize(rowGroupSize)
.withPageSize(pageSize)
.withDictionaryPageSize(dictionaryPageSize)
.withPageRowCountLimit(pageRowCountLimit)
Expand Down

0 comments on commit 704923d

Please sign in to comment.