-
Notifications
You must be signed in to change notification settings - Fork 276
bug: Fix string decimal type throw right exception #3248
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
base: main
Are you sure you want to change the base?
bug: Fix string decimal type throw right exception #3248
Conversation
| withSQLConf(CometConf.getExprAllowIncompatConfigKey(classOf[Cast]) -> "true") { | ||
| // TODO fix for Spark 4.0.0 | ||
| assume(!isSpark40Plus) | ||
| println("testing with simple input") |
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.
the debug logging should be removed
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.
Thank you. I will update and remove debug statements
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3248 +/- ##
============================================
- Coverage 56.12% 54.95% -1.17%
- Complexity 976 1387 +411
============================================
Files 119 170 +51
Lines 11743 15777 +4034
Branches 2251 2604 +353
============================================
+ Hits 6591 8671 +2080
- Misses 4012 5868 +1856
- Partials 1140 1238 +98 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Root cause for test failures :
|
de1618a to
a9b9ccd
Compare
Which issue does this PR close?
Closes #.
Rationale for this change
What changes are included in this PR?
How are these changes tested?