-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-33914][SQL][DOCS] Describe the structure of unified DS v1 and v2 tests #30929
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
Conversation
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #133385 has finished for PR 30929 at commit
|
|
Test build #133394 has finished for PR 30929 at commit
|
|
Not clear how my changes are related to the error: |
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Kubernetes integration test status success |
|
Test build #133397 has finished for PR 30929 at commit
|
|
Test build #133398 has finished for PR 30929 at commit
|
| * - V2 table catalog tests: | ||
| * [[org.apache.spark.sql.execution.command.v2.AlterTableDropPartitionSuite]] | ||
| * - V1 table catalog tests: | ||
| * [[org.apache.spark.sql.execution.command.v1.AlterTableDropPartitionSuiteBase]] |
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.
org.apache.spark.execution.command.AlterTableDropPartitionSuiteBase ?
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.
No, I think the ref is correct, see
Line 23 in 29cca68
| trait AlterTableDropPartitionSuiteBase extends command.AlterTableDropPartitionSuiteBase { |
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.
My bad~
| * - V2 table catalog tests: | ||
| * [[org.apache.spark.sql.execution.command.v2.AlterTableAddPartitionSuite]] | ||
| * - V1 table catalog tests: | ||
| * [[org.apache.spark.sql.execution.command.v1.AlterTableAddPartitionSuiteBase]] |
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.
org.apache.spark.sql.execution.command.AlterTableAddPartitionSuiteBase?
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.
You pointed out the current trait which contains tests for v1 and v2. org.apache.spark.sql.execution.command.v1.AlterTableAddPartitionSuiteBase is the base trait for v1 In-Memory and Hive catalogs.
.../src/test/scala/org/apache/spark/sql/execution/command/AlterTableAddPartitionSuiteBase.scala
Outdated
Show resolved
Hide resolved
|
+1 I like this comments! |
|
thanks, merging to master! |
|
+1, late LGTM. Thank you. |
What changes were proposed in this pull request?
Add comments for the unified datasource tests, describe what kind of tests they contain, and put refs to other test suits.
Why are the changes needed?
To improve code maintenance.
Does this PR introduce any user-facing change?
No
How was this patch tested?
By running
./dev/scalastyle.