Closed nj1973 closed 1 month ago
After adding a test for this I've discovered that we also have an issue with PostgreSQL numeric
type in custom-query
validations. For test column "col_num_10_2" we are losing precision and scale even though Ibis initially detects the data type string as "numeric(10,2)".
Test table:
Standard table validation is successful:
But
custom-query
validation throws an exception: