FelixYBW commented on code in PR #4859:
URL: https://github.com/apache/incubator-gluten/pull/4859#discussion_r1523638455
##########
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:
Let's add the limitation to Readme that it only work on Spark3.2 now. The
other gluten user may add support to 3.3 or later if they need
--
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]