wombatu-kun commented on code in PR #12772:
URL: https://github.com/apache/hudi/pull/12772#discussion_r2086432775
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestParquetColumnProjection.scala:
##########
@@ -71,7 +71,7 @@ class TestParquetColumnProjection extends
SparkClientFunctionalTestHarness with
// Stats for the reads fetching only _projected_ columns (note how amount
of bytes read
// increases along w/ the # of columns)
val projectedColumnsReadStats: Array[(String, Long)] =
- if (HoodieSparkUtils.isSpark3)
+ if (HoodieSparkUtils.gteqSpark3_3_2)
Review Comment:
I suppose, it was changed to not fail with Spark4. Removed this 'if'
completely, as Spark 2 is not supported anymore
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]