odbc2parquet icon indicating copy to clipboard operation
odbc2parquet copied to clipboard

Flag to support legacy converted types

Open pacman82 opened this issue 2 years ago • 1 comments

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: https://github.com/apache/parquet-format/blob/master/LogicalTypes.md#deprecated-timestamp-convertedtype

pacman82 avatar Dec 18 '22 15:12 pacman82

See also upstream issue about supporting other Time units than Nanoseconds for Time: https://github.com/apache/arrow-rs/issues/3362

pacman82 avatar Dec 18 '22 16:12 pacman82