yma11 commented on code in PR #4859:
URL: https://github.com/apache/incubator-gluten/pull/4859#discussion_r1520855069


##########
gluten-iceberg/src/test/scala/io/glutenproject/execution/VeloxIcebergSuite.scala:
##########
@@ -56,44 +71,246 @@ class VeloxIcebergSuite extends WholeStageTransformerSuite 
{
     }
   }
 
-  test("iceberg partitioned table") {
-    withTable("p_str_tb", "p_int_tb") {
+  test("iceberg bucketed join") {
+    assume(isSparkVersionAtleast("3.4"))

Review Comment:
   So these tests doesn't work for Spark3.3? should we fix them, maybe in late 
PR?



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to