diff --git a/spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala b/spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala index 5f9d94c63..97ae879ae 100644 --- a/spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala +++ b/spark/src/test/scala/org/apache/spark/sql/CometTestBase.scala @@ -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)