-
Notifications
You must be signed in to change notification settings - Fork 916
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] Add ORC fuzz tests with varying function parameters #6571
[REVIEW] Add ORC fuzz tests with varying function parameters #6571
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Codecov Report
@@ Coverage Diff @@
## branch-0.17 #6571 +/- ##
===============================================
- Coverage 82.25% 81.72% -0.54%
===============================================
Files 94 95 +1
Lines 15512 15854 +342
===============================================
+ Hits 12759 12956 +197
- Misses 2753 2898 +145
Continue to review full report at Codecov.
|
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.
A small question, other than that looks good.
Co-authored-by: Keith Kraus <[email protected]>
rerun tests |
rerun tests |
1 similar comment
rerun tests |
Partially resolves: #6001 , #6260
This PR:
pyorc
to write a pandas dataframe to orc filescudf.read_orc
anddf.to_orc
This PR has changes already existing in #6489, extraavro
related changes will vanish once #6489 is merged.This is ready for review but dependent on #6384 forcudf._fuzz_testing.utils.compare_dataframe
API