-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-4420][SQL] Change nullability of Cast from DoubleType/FloatType to DecimalType. #3278
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 #23411 has started for PR 3278 at commit
|
|
Test build #23411 has finished for PR 3278 at commit
|
|
Test FAILed. |
|
Test build #23412 has started for PR 3278 at commit
|
|
Test build #23412 has finished for PR 3278 at commit
|
|
Test PASSed. |
|
Test build #23416 has started for PR 3278 at commit
|
|
Test build #23416 has finished for PR 3278 at commit
|
|
Test PASSed. |
|
Thanks! Merged to master and 1.2 |
…e to DecimalType. This is follow-up of [SPARK-4390](https://issues.apache.org/jira/browse/SPARK-4390) (#3256). Author: Takuya UESHIN <ueshin@happy-camper.st> Closes #3278 from ueshin/issues/SPARK-4420 and squashes the following commits: 7fea558 [Takuya UESHIN] Add some tests. cb2301a [Takuya UESHIN] Fix tests. 133bad5 [Takuya UESHIN] Change nullability of Cast from DoubleType/FloatType to DecimalType. (cherry picked from commit 3a81a1c) Signed-off-by: Michael Armbrust <michael@databricks.com>
This is follow-up of SPARK-4390 (#3256).