Forum Discussion

davidmil's avatar
davidmil
New Contributor
2 years ago

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...