odbc2parquet
odbc2parquet copied to clipboard
Flag to support legacy converted types
Inspired by #284 and #285.
The switch to logical types allowed odbc2parquet
to select better fitting types in many situations. However, if logical types are not supported by the next step in the data pipeline restricting odbc2parquet
to only choose schemas which can be expressed within the legacy converted types may be preferable.
Ping @leo-schick.
See also upstream issue about supporting other Time units than Nanoseconds for Time: https://github.com/apache/arrow-rs/issues/3362