xushiyan commented on code in PR #7327:
URL: https://github.com/apache/hudi/pull/7327#discussion_r1039290630


##########
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),
+        ("rider,driver", -1),
+        ("rider,driver,tip_history", -1))

Review Comment:
   this test case wasn't run previously in GH actions CI under spark 3.2 
profile because it was run under `unit-tests` profile while this is under 
`functional-tests`. otherwise it would have failed before



-- 
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: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to