You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I am trying to run the tpch benchmark against an existing Parquet data set. The decimal type in this data does not match exactly the type hard-coded in the test.
example 1
Failed to map column projection for field l_extendedprice.
Incompatible data types Decimal128(11, 2) and Decimal128(15, 2)
example 2
Failed to map column projection for field l_extendedprice.
Incompatible data types Float64 and Decimal128(15, 2)
Describe the solution you'd like
I would like to use infer_schema when running against Parquet
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I am trying to run the tpch benchmark against an existing Parquet data set. The decimal type in this data does not match exactly the type hard-coded in the test.
example 1
example 2
Describe the solution you'd like
I would like to use
infer_schema
when running against ParquetDescribe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: