-
Notifications
You must be signed in to change notification settings - Fork 980
[DO-NOT-MERGE][KYUUBI #2619] Add profile spark-3.3 #2620
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
| _, | ||
| _, | ||
| _)) if fsRelation.partitionSchemaOption.isDefined => | ||
| _)) if fsRelation.partitionSchema.nonEmpty => |
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.
HadoopFsRelation.partitionSchemaOption was removed by apache/spark#34582
| delegate.parseDataType(sqlText) | ||
| } | ||
|
|
||
| override def parseQuery(sqlText: String): LogicalPlan = { |
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.
the new abstract function parseQuery was added by apache/spark#34543
Codecov Report
@@ Coverage Diff @@
## master #2620 +/- ##
============================================
- Coverage 64.31% 61.16% -3.15%
+ Complexity 80 39 -41
============================================
Files 385 382 -3
Lines 18628 18564 -64
Branches 2523 2514 -9
============================================
- Hits 11980 11355 -625
- Misses 5507 6123 +616
+ Partials 1141 1086 -55
Continue to review full report at Codecov.
|
|
GA passed.
|
cc @yaooqinn |
|
@cfmcgrady thank you for the investigation ! |
it breaks ? |
yes, it also happen in the master branch. https://github.com/apache/incubator-kyuubi/runs/6416448132?check_suite_focus=true |
|
shall we fix the failure first? spark release process for major one take quite a long time |
Ignore the flaky test to pass CI, to see whether we have other compatibility issues. I will enable the unit test after we fix the issue. |
|
seems we are not discussing the same thing,I only mean removing authz module is unacceptable as we have PRs for it now. |
Oops, I misread before. we have 31 failed unit tests in the module |
### _Why are the changes needed?_ to close #2619 add maven profile `spark-3.3`, part of #2620 ### _How was this patch tested?_ Pass CI. Closes #2692 from cfmcgrady/kyuubi-2619-1. Closes #2619 fbd336f [Fu Chen] refine SparkProcessBuilderSuite - `engine log truncation` 039ef82 [Fu Chen] move module kyuubi-spark-connector-kudu to spark-3.3 03d799e [Fu Chen] update kyuubi.operation.plan.only.excludes 724fc7a [Fu Chen] GA 53b97a1 [Fu Chen] add profile `spark-3.3` Authored-by: Fu Chen <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
### _Why are the changes needed?_ to close #2706 Spark extensions support Spark-3.3, part of #2620 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2707 from cfmcgrady/kyuubi-2706. Closes #2706 0b07b6e [Fu Chen] spark extensions support spark 3.3 Authored-by: Fu Chen <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
Why are the changes needed?
close #2619
How was this patch tested?
Add some test cases that check the changes thoroughly including negative and positive cases if possible
Add screenshots for manual tests if appropriate
Run test locally before make a pull request