-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[spark] Spark3.2 insertoverwrite test support #3458
[spark] Spark3.2 insertoverwrite test support #3458
Conversation
import org.apache.spark.sql.Row | ||
import org.apache.spark.sql.types._ | ||
|
||
class InsertOverwriteTest extends PaimonSparkTestBase { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can this test same to DeleteFromTableTest
? We can have a InsertOverwriteTestBase
in spark common.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK,do it latter
|
||
package org.apache.paimon.spark.sql | ||
|
||
class InsertOverwriteTableTest extends InsertOverwriteTest {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add this to other spark version module too
+1 |
Add test for insertoverwrite for Spark3.2
Linked issue: #3459
Test and verify for insertoverwrite for Spark3.2
API and Format
Documentation