Data types in Parquet source file are ignored #33855
Unanswered
fvha
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Open Source version 0.50.40 - local install.
I have a Parquet file with 15 columns created with pyarrow. The column data types are a mixed bag of int64 and strings. I am using a Postgres DB v16.1 as the destination.
The data gets imported, but all int64 are converted to TEXT except for three columns which are converted to FLOAT8.
The data is valid and all within their resp. range.
How can I force the source connector to use the data types provided in the Parquet file?
Beta Was this translation helpful? Give feedback.
All reactions