doupache opened a new pull request, #12643:
URL: https://github.com/apache/datafusion/pull/12643
## Which issue does this PR close?
Closes #12500
## Rationale for this change
a step forward to enable reading StringViewArray by default from Parquet
## What changes are included in this PR?
add binary to string_view coercion
## Are these changes tested?
yes , add a slt test case
I also test manually
change `benchmarks/src/clickbench.rs`
```rust
config
.options_mut()
.execution
.parquet
.schema_force_view_types = true
```
```sh
cargo build
cargo run --bin dfbench -- clickbench --iterations 1 \
--path data/hits_partitioned \
--queries-path queries/clickbench/queries.sql \
-o ./clickbench_partitioned.json
```
all 43 query completed.
## Are there any user-facing changes?
No, since force_view_type default is still false.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]