You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should organize tests in a way that Parquet, IPC, and eventually CSV/ORC can mostly share test code (save for perhaps skipping/overriding specific format-type pairs)
Incidentally: it may be good to incrementally port this module to JUnit5 and drop JUnit4
David Li / @lidavidm:
We also shouldn't round-trip through JSON to test for equality; we should just use VectorSchemaRoot#equals or something equivalent (if we wanted to be very nice, we should provide something that'll also print a diff)
From apache/arrow#13811
We should ensure all types are tested
We should organize tests in a way that Parquet, IPC, and eventually CSV/ORC can mostly share test code (save for perhaps skipping/overriding specific format-type pairs)
Incidentally: it may be good to incrementally port this module to JUnit5 and drop JUnit4
Reporter: David Li / @lidavidm
Note: This issue was originally created as ARROW-17342. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: