davidmil
2 years agoNew Contributor
Postgres to parquet writer
I am trying to write data from postgres to parquet. The source has numeric data type which has can values as int, decimal or float. I have mapped numeric type to decimal in parquet but the issue is t...