[GLUTEN-11106][VL] Spark 3.5 / Delta 3.3: Add DeltaSuite / UpdateSQLSuite test suits#11041
Conversation
As title. Import more test suites from Delta 3.3 to Gluten's code base. Moving forward, we may need a way to leverage Delta's unit tests with less code change to Gluten. Maybe by downloading the test code during compilation time, or by release a test jar by ourselves.
jinchengchenghh
left a comment
There was a problem hiding this comment.
The directory name may be noticed, for iceberg, it is src-iceberg34, 34 means the Spark version34, but this src-delta33 looks like is delta version.
|
My PR also failed with cpp-test-udf-test (pull_request), and same failure |
Yes, that error seemed unrelated. |
I found |
|
|
@jinchengchenghh I see. Thanks for reviewing. |
As title. Import more test suites from Delta 3.3 to Gluten's code base.
Moving forward, we may need a way to leverage Delta's unit tests with less code change to Gluten. Maybe by downloading the test code during compilation time, or by release a test jar by ourselves.
Related issue: #11106