xushiyan commented on code in PR #7416:
URL: https://github.com/apache/hudi/pull/7416#discussion_r1050008515
##########
hudi-spark-datasource/hudi-spark/src/test/scala/org/apache/hudi/functional/TestParquetColumnProjection.scala:
##########
@@ -229,10 +229,11 @@ class TestParquetColumnProjection extends
SparkClientFunctionalTestHarness with
// is invariant of the # of columns)
val fullColumnsReadStats: Array[(String, Long)] =
if (HoodieSparkUtils.isSpark3)
+ // TODO re-enable tests (these tests are very unstable currently)
Array(
- ("rider", 14167),
- ("rider,driver", 14167),
- ("rider,driver,tip_history", 14167))
+ ("rider", -1),
Review Comment:
these sizes are not reliable - they fluctuate every run
--
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]