-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-9425] [SQL] support DecimalType in UnsafeRow #7758
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
Conversation
|
Test build #38893 has finished for PR 7758 at commit
|
Conflicts: sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/UnsafeRow.java sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/GenerateUnsafeProjection.scala
|
Test build #38903 has finished for PR 7758 at commit
|
|
Test build #38930 has finished for PR 7758 at commit
|
|
Test build #1229 has finished for PR 7758 at commit
|
|
Test build #38934 has finished for PR 7758 at commit
|
|
Test build #1230 has finished for PR 7758 at commit
|
|
Test build #39009 has finished for PR 7758 at commit
|
|
Test build #39088 has finished for PR 7758 at commit
|
Conflicts: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala
|
Test build #39093 has finished for PR 7758 at commit
|
|
ping @rxin |
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.
this should go before the isNullAt check
|
LGTM |
|
Test build #39114 has finished for PR 7758 at commit
|
|
Merging this in since the test failure is unrelated. |
|
Test build #1247 has finished for PR 7758 at commit
|
This PR brings the support of DecimalType in UnsafeRow, for precision <= 18, it's settable, otherwise it's not settable.