-
Notifications
You must be signed in to change notification settings - Fork 919
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
[REVIEW] User specified decimal columns to float64 #8587
[REVIEW] User specified decimal columns to float64 #8587
Conversation
rerun tests |
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 for taking care of this, Jeremy :)
Got some suggestions to tighten up C++ code & testing.
Codecov Report
@@ Coverage Diff @@
## branch-21.08 #8587 +/- ##
================================================
+ Coverage 82.63% 83.01% +0.37%
================================================
Files 109 109
Lines 17869 18225 +356
================================================
+ Hits 14766 15129 +363
+ Misses 3103 3096 -7
Continue to review full report at Codecov.
|
C++ looks good |
rerun tests |
@gpucibot merge |
Until Decimal128 is supported there are situations where users might have ORC files that contain larger than Decimal64 types. In this situation they may desire to convert those values to Float64. This PR allows for them to specify a list of column names they wish to do that for.