-
Couldn't load subscription status.
- Fork 246
feat:add_additional_char_support_rpad #2436
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
feat:add_additional_char_support_rpad #2436
Conversation
spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala
Outdated
Show resolved
Hide resolved
native/spark-expr/src/static_invoke/char_varchar_utils/read_side_padding.rs
Outdated
Show resolved
Hide resolved
spark/src/test/scala/org/apache/comet/CometExpressionSuite.scala
Outdated
Show resolved
Hide resolved
85791b8 to
dccd14a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2436 +/- ##
============================================
+ Coverage 56.12% 58.48% +2.35%
- Complexity 976 1440 +464
============================================
Files 119 146 +27
Lines 11743 13517 +1774
Branches 2251 2350 +99
============================================
+ Hits 6591 7905 +1314
- Misses 4012 4379 +367
- Partials 1140 1233 +93 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 @coderfender this is lgtm
Which issue does this PR close?
Closes #2435 .
Rationale for this change
PR : #2435
What changes are included in this PR?
#2435
How are these changes tested?
Unit testing