Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Jun 12, 2024
1 parent 2133c79 commit ff68401
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)
// TODO we need to shim this and use withRowGroupSize(Long) with later hadoop versions to remove
// TODO we need to shim this and use withRowGroupSize(Long) with later parquet-hadoop versions to remove
// the deprecated warning here
.withRowGroupSize(rowGroupSize.toInt)
.withPageSize(pageSize)
Expand Down

0 comments on commit ff68401

Please sign in to comment.