Example program gives mismatched types
error on ParquetReadOptions
#1021
Labels
bug
Something isn't working
mismatched types
error on ParquetReadOptions
#1021
Describe the bug
Running the example in here with latest ballista package (
39.0.0
) gives an error aboutParquetReadOptions
.Apparently there is some crate that brings in from
35.0.0
and that confuses the compiler.Using ballista
35.0.0
works.Error log excerpt.
To Reproduce
Run the example program from here with this Cargo.toml (or change datafusion to
35.0.0
to see it work)Expected behavior
The program compiles and runs without errors and produces the output on this page.
Additional context
None.
The text was updated successfully, but these errors were encountered: