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

Fix failing CI ORC test #7313

Merged
merged 2 commits into from
Feb 4, 2021
Merged

Conversation

vuule
Copy link
Contributor

@vuule vuule commented Feb 4, 2021

Use a buffer for output in the newly added ORC test.

@vuule vuule added bug Something isn't working Python Affects Python cuDF API. cuIO cuIO issue non-breaking Non-breaking change labels Feb 4, 2021
@vuule vuule self-assigned this Feb 4, 2021
@vuule vuule requested a review from a team as a code owner February 4, 2021 17:37
@vuule vuule added the 5 - Ready to Merge Testing and reviews complete, ready to merge label Feb 4, 2021
@kkraus14
Copy link
Collaborator

kkraus14 commented Feb 4, 2021

@gpucibot merge

@codecov
Copy link

codecov bot commented Feb 4, 2021

Codecov Report

Merging #7313 (97312e6) into branch-0.18 (8860baf) will increase coverage by 0.12%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.18    #7313      +/-   ##
===============================================
+ Coverage        82.09%   82.21%   +0.12%     
===============================================
  Files               97      100       +3     
  Lines            16474    16955     +481     
===============================================
+ Hits             13524    13940     +416     
- Misses            2950     3015      +65     
Impacted Files Coverage Δ
python/cudf/cudf/__init__.py 100.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/avro.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/csv.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/fuzzer.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/io.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/json.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/main.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/orc.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/parquet.py 0.00% <ø> (ø)
python/cudf/cudf/_fuzz_testing/utils.py 0.00% <ø> (ø)
... and 79 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 8334700...97312e6. Read the comment docs.

@rapids-bot rapids-bot bot merged commit 3a52d93 into rapidsai:branch-0.18 Feb 4, 2021
@vuule vuule deleted the bug-orc-test-ci-fix branch February 4, 2021 23:28
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 bug Something isn't working cuIO cuIO issue non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants