This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Missing null
writes when writing Object[]
values
#116
Labels
Comments
Thank you for reporting this, providing test case. Hope to look into this soon. |
I can reproduce this locally; looks like "all nulls" somehow does not work as expected. |
More likely related to #106: looks like |
cowtowncoder
changed the title
Out-of-order columns
Missing Aug 19, 2016
null
writes when writing Object[]
values
cowtowncoder
added a commit
that referenced
this issue
Aug 19, 2016
This may be tricky to fix. The problem is that suppression serves a function (2 tests fail if it's removed), but I hope there's a way to refine heuristics further to support all usage -- perhaps by further separating output of the first column or something like that (and not just by "array in array" structure). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When writing arrays to CSV, if there is a null, columns get written out of order. Reproduced in 2.7.1 with this test: https://gist.github.com/georgewfraser/164647fbaca61aadf9ee
Possibly related to #68
The text was updated successfully, but these errors were encountered: