-
Notifications
You must be signed in to change notification settings - Fork 919
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
[KYUUBI #3444] Support the planOnly mode of kyuubi spark engine support SQL lineage #3558
Conversation
...k-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/operation/PlanOnlyStatement.scala
Show resolved
Hide resolved
...k-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/operation/PlanOnlyStatement.scala
Outdated
Show resolved
Hide resolved
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.
looks a good feature, cc @yaooqinn @cfmcgrady
f66202d
to
74a2783
Compare
Codecov Report
@@ Coverage Diff @@
## master #3558 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 589 590 +1
Lines 33311 33346 +35
Branches 4399 4404 +5
======================================
- Misses 33311 33346 +35
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
df6d76d
to
91bfa68
Compare
the github action seems get sick.. every commit need approve to run : ( |
04b8e24
to
af79aa7
Compare
.../kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/KyuubiSparkUtil.scala
Outdated
Show resolved
Hide resolved
5c58727
to
34e18f6
Compare
ca31fc4
to
faf3621
Compare
We can define a PlanOnlyStatement mode interface in Engine, and then implement it in the lineage plugin. |
cc @ulysses-you |
thanks, merging to master |
Closes #3444
Why are the changes needed?
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