Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark should infer schema when running against Parquet #3776

Closed
andygrove opened this issue Oct 9, 2022 · 0 comments · Fixed by #3817
Closed

Benchmark should infer schema when running against Parquet #3776

andygrove opened this issue Oct 9, 2022 · 0 comments · Fixed by #3817
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@andygrove
Copy link
Member

andygrove commented Oct 9, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant