-
Notifications
You must be signed in to change notification settings - Fork 917
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
BUG FIX: CSV Writer ignores the header parameter when no metadata is provided #8740
Conversation
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.
Overall looking good. I gave lots of feedback, but this is a good start. 👍
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.
Silly question - how come the PR only includes a test?
Codecov Report
@@ Coverage Diff @@
## branch-21.12 #8740 +/- ##
==============================================
Coverage 10.79% 10.79%
==============================================
Files 116 116
Lines 18869 19443 +574
==============================================
+ Hits 2036 2098 +62
- Misses 16833 17345 +512
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.
Few minor suggestions.
Thank you for tackling this issue!
@gpucibot merge |
Fixes: #6669