-
Notifications
You must be signed in to change notification settings - Fork 920
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 AVRO fuzz tests with varying function parameters #6489
[REVIEW] Add AVRO fuzz tests with varying function parameters #6489
Conversation
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
Codecov Report
@@ Coverage Diff @@
## branch-0.17 #6489 +/- ##
===============================================
- Coverage 82.67% 82.20% -0.48%
===============================================
Files 91 92 +1
Lines 15103 15197 +94
===============================================
+ Hits 12486 12492 +6
- Misses 2617 2705 +88
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.
Looks great - left a couple of questions/comments.
Partially addresses: #6001 , #6260
This PR:
fastavro
to write/create avro files.cudf.read_avro
This is ready for review but dependent on #6384 forcudf._fuzz_testing.utils.compare_dataframe
API