-
Notifications
You must be signed in to change notification settings - Fork 930
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
[FEATURE] support trino stage progress #6726
Labels
Comments
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 18, 2024
4 tasks
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 21, 2024
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 21, 2024
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Oct 21, 2024
taylor12805
pushed a commit
to taylor12805/kyuubi
that referenced
this issue
Nov 21, 2024
pan3793
added a commit
that referenced
this issue
Dec 9, 2024
# Description Currently, Kyuubi supports Trino progress in scala-2.12, but got some error in scala-2.13. * Make Trino progress available in scala-2.13 ## Types of changes 🔖 - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6841 from naive-zhang/trino-scala13. Closes #6726 0693d28 [Cheng Pan] Update externals/kyuubi-trino-engine/pom.xml c20c49a [native-zhang] modify scala code style 6cfe445 [native-zhang] unify scala grammar c0cd92e [native-zhang] change total stage num back into 3 in TrinoOperationProgressSuite 852398d [naive-zhang] Merge branch 'apache:master' into trino-scala13 6a038ec [native-zhang] move trino progress monitor available in profile scala-2.13 f434a21 [native-zhang] move trino progress monitor into scala-2.12 impl and change state num in some test case 8d291f5 [native-zhang] add scala version diff in pom for trino module Lead-authored-by: native-zhang <[email protected]> Co-authored-by: Cheng Pan <[email protected]> Co-authored-by: naive-zhang <[email protected]> Signed-off-by: Cheng Pan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code of Conduct
Search before asking
Describe the feature
kyuubi now have interface to query operation progress of spark sql job. trino jdbc also have function to query statement progress while job is running, we should also support query progress of trino statement.
Motivation
No response
Describe the solution
No response
Additional context
No response
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: