datafusion-contrib / datafusion-table-providers

DataFusion TableProviders for reading data from other systems
Apache License 2.0
59 stars 17 forks source link

Postgres should respect target decimal precision and scale #120

Closed sgrebnov closed 1 month ago

sgrebnov commented 1 month ago

Improve Postgres rows to arrow conversion to correctly handle decimal precision and scale based on expected schema.