Skip to content
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

Remove the option to completely disable decimal128 columns in the ORC reader #10127

Merged
merged 3 commits into from
Jan 26, 2022

Conversation

vuule
Copy link
Contributor

@vuule vuule commented Jan 26, 2022

The option was put in place to prevent Python users of the read_orc API to read decimal columns as 128bit, since this type was not supported in Python at the time.
Now that decimal128 in supported in Python, this option can be removed.

The change in technically breaking, but it is very unlikely that anyone is using the API.

@vuule vuule added bug Something isn't working cuIO cuIO issue tech debt breaking Breaking change labels Jan 26, 2022
@vuule vuule self-assigned this Jan 26, 2022
@github-actions github-actions bot added Python Affects Python cuDF API. libcudf Affects libcudf (C++/CUDA) code. labels Jan 26, 2022
@vuule vuule added improvement Improvement / enhancement to an existing function and removed bug Something isn't working labels Jan 26, 2022
@codecov
Copy link

codecov bot commented Jan 26, 2022

Codecov Report

Merging #10127 (8bb57f6) into branch-22.04 (e24fa8f) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##           branch-22.04   #10127      +/-   ##
================================================
+ Coverage         10.37%   10.43%   +0.05%     
================================================
  Files               119      119              
  Lines             20149    20590     +441     
================================================
+ Hits               2091     2148      +57     
- Misses            18058    18442     +384     
Impacted Files Coverage Δ
python/cudf/cudf/errors.py 0.00% <0.00%> (ø)
python/cudf/cudf/io/csv.py 0.00% <0.00%> (ø)
python/cudf/cudf/io/hdf.py 0.00% <0.00%> (ø)
python/cudf/cudf/io/orc.py 0.00% <0.00%> (ø)
python/cudf/cudf/__init__.py 0.00% <0.00%> (ø)
python/cudf/cudf/_version.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/abc.py 0.00% <0.00%> (ø)
python/cudf/cudf/api/types.py 0.00% <0.00%> (ø)
python/cudf/cudf/io/dlpack.py 0.00% <0.00%> (ø)
python/cudf/cudf/core/frame.py 0.00% <0.00%> (ø)
... and 60 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 22daaea...8bb57f6. Read the comment docs.

@vuule vuule marked this pull request as ready for review January 26, 2022 09:31
@vuule vuule requested review from a team as code owners January 26, 2022 09:31
Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like one API was missed, otherwise LGTM!

python/cudf/cudf/_lib/cpp/io/orc.pxd Show resolved Hide resolved
@vuule vuule requested a review from bdice January 26, 2022 17:29
Copy link
Contributor

@codereport codereport left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥

@vuule vuule added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Jan 26, 2022
@vuule
Copy link
Contributor Author

vuule commented Jan 26, 2022

rerun tests

@vuule
Copy link
Contributor Author

vuule commented Jan 26, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit d19d683 into rapidsai:branch-22.04 Jan 26, 2022
@vuule vuule deleted the remove-orc-dec128-war branch January 26, 2022 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 - Ready to Merge Testing and reviews complete, ready to merge breaking Breaking change cuIO cuIO issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants