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
Prevent column misalignment, NaN errors and other type incompatibilities also for --sqlite option, by:
determining a reference schema for the table columns
opening a writer
converting all subsequent files to that reference schema)
The functions are already deployed for the --parquet option (merged PR "Parquet_integration #122). This issue hence boils down to hooking existing functionality up for the 'sqlite' backend.
The text was updated successfully, but these errors were encountered:
diskontinuum
changed the title
integrate the use of a reference schema for the '--sqlite' option (done for --parquet)
Integrate the use of a reference schema for the '--sqlite' option (done for --parquet)
Sep 24, 2020
Prevent column misalignment, NaN errors and other type incompatibilities also for
--sqlite
option, by:The functions are already deployed for the
--parquet
option (merged PR "Parquet_integration #122). This issue hence boils down to hooking existing functionality up for the 'sqlite' backend.The text was updated successfully, but these errors were encountered: