Is your feature request related to a problem or challenge?
See the comments,
#15348 (comment)
Sort-preserving merging on a single Utf8View
column will cause sort_tpch q3 slow, we need to investigate it.
cc @alamb @2010YOUY01
And for the q 11 case it will be 20% faster with shorter string sort.
#15348 (comment)
To reproduce:
cargo run --profile release-nonlto --bin dfbench -- sort-tpch -p /Users/yongting/Code/datafusion/benchmarks/data/tpch_sf10 -q 3
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response