-
Using odbc2parquet to produce parquet files from SQL Server tables. Odbc2Parquet imports it into Postgres properly (the column there is defined as int4). Pyarrow sees the parquet file schema like this: <pyarrow._parquet.ParquetSchema object at 0x000000CA428F7F00> Is this a bug in odbc2parquet or pandas/pyarrow ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hello @Vigenary ,
Best, Markus |
Beta Was this translation helpful? Give feedback.
-
Or wait, you did start out with SQL Server? In that case please this |
Beta Was this translation helpful? Give feedback.
-
Never mind, could reproduce it on my own. Best, Markus |
Beta Was this translation helpful? Give feedback.
Never mind, could reproduce it on my own.
odbc2parquet 2.0.3
is released. It contains a fix, which will query the ODBC driver for the sign of a TINYINT column. The sign will be reflected appropriately in the logical type of the column.Best, Markus