-
Notifications
You must be signed in to change notification settings - Fork 923
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
Simple norm the use of kyuubi.operation.result.arrow.timestampAsString
and kyuubi.operation.result.format
#5807
Conversation
Please fill the PR description properly and be informative for your changes and reasons briefly. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5807 +/- ##
============================================
- Coverage 61.47% 61.33% -0.14%
Complexity 23 23
============================================
Files 603 608 +5
Lines 35640 35931 +291
Branches 4875 4937 +62
============================================
+ Hits 21908 22039 +131
- Misses 11366 11500 +134
- Partials 2366 2392 +26 ☔ View full report in Codecov by Sentry. |
add the desc , thank you @bowenliang123 |
OK. And please fill the 'Author Self Checklist' of PR description properly. |
…timestampAsString` and `kyuubi.operation.result.format` # 🔍 Description ## Issue References 🔗 This pull request norm the arrow conf. ## Describe Your Solution 🔧 Using `kyuubi.operation.result.arrow.timestampAsString` and `kyuubi.operation.result.format` string to get conf . To replace as `ARROW_BASED_ROWSET_TIMESTAMP_AS_STRING.key` and `OPERATION_RESULT_FORMAT`. Make it more norm. ## Types of changes 🔖 - [ ] 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) - [x] Other ## Test Plan 🧪 No need test --- # Checklists ## 📝 Author Self Checklist - [x] My code follows the [style guidelines](https://kyuubi.readthedocs.io/en/master/contributing/code/style.html) of this project - [x] I have performed a self-review - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) ## 📝 Committer Pre-Merge Checklist - [ ] Pull request title is okay. - [ ] No license issues. - [ ] Milestone correctly set? - [ ] Test coverage is ok - [ ] Assignees are selected. - [ ] Minimum number of approvals - [ ] No changes are requested **Be nice. Be informative.** Closes #5807 from zzzzming95/norm-conf. Closes #5807 9e65bfa [佘志铭] norm the arrow conf Authored-by: 佘志铭 <[email protected]> Signed-off-by: liangbowen <[email protected]> (cherry picked from commit 88c8cc3) Signed-off-by: liangbowen <[email protected]>
Thanks, merged to master and branch-1.8 (1.8.1). |
🔍 Description
Issue References 🔗
This pull request norm the arrow conf.
Describe Your Solution 🔧
Using
kyuubi.operation.result.arrow.timestampAsString
andkyuubi.operation.result.format
string to get conf . To replace asARROW_BASED_ROWSET_TIMESTAMP_AS_STRING.key
andOPERATION_RESULT_FORMAT
. Make it more norm.Types of changes 🔖
Test Plan 🧪
No need test
Checklists
📝 Author Self Checklist
📝 Committer Pre-Merge Checklist
Be nice. Be informative.