-
Notifications
You must be signed in to change notification settings - Fork 938
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
Flink SQL Engine - GetColumns Operation #3519
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3519 +/- ##
============================================
- Coverage 51.72% 51.70% -0.02%
Complexity 13 13
============================================
Files 482 482
Lines 26933 26950 +17
Branches 3760 3761 +1
============================================
+ Hits 13930 13934 +4
- Misses 11652 11657 +5
- Partials 1351 1359 +8
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
...bi-flink-sql-engine/src/main/scala/org/apache/kyuubi/engine/flink/operation/GetColumns.scala
Show resolved
Hide resolved
...bi-flink-sql-engine/src/main/scala/org/apache/kyuubi/engine/flink/operation/GetColumns.scala
Outdated
Show resolved
Hide resolved
...bi-flink-sql-engine/src/main/scala/org/apache/kyuubi/engine/flink/operation/GetColumns.scala
Outdated
Show resolved
Hide resolved
...bi-flink-sql-engine/src/main/scala/org/apache/kyuubi/engine/flink/operation/GetColumns.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.
Thanks for @cxzl25 contribution. I have left the minor comment for this pull request. PTAL.
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.
LGTM. @pan3793 help to merge this pull request.
Thanks, merging to master/1.6 |
### _Why are the changes needed?_ #1322 #2129 ### _How was this patch tested?_ - [x] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] 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 #3519 from cxzl25/flink_get_columns. Closes #3519 ab81776 [sychen] add column size efdf1b9 [sychen] indent 630e907 [sychen] refactor 48a79d5 [sychen] add ut 69763bd [sychen] GetColumns 8e5e6c5 [sychen] GetColumns Authored-by: sychen <[email protected]> Signed-off-by: Cheng Pan <[email protected]> (cherry picked from commit 8419b7b) Signed-off-by: Cheng Pan <[email protected]>
Why are the changes needed?
#1322
#2129
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