alamb opened a new pull request, #11667: URL: https://github.com/apache/datafusion/pull/11667
Draft until arrow `52.2.0` is released to crates.io (expected Sat July 27) ## Which issue does this PR close? Part of https://github.com/apache/datafusion/issues/10918 ## Rationale for this change We have been integrating a set of StringView changes on the [`string-view2`](https://github.com/apache/datafusion/tree/string-view2) branch as they rely on un-released code in arrow-rs . Once those changes are released and DataFusion uses them we can bring this code directly to main. ## What changes are included in this PR? * Add a config to force using string view in benchmark (#11514) - @XiangpengHao * Add String view helper functions (#11517) - @XiangpengHao * Add ArrowBytesViewMap and ArrowBytesViewSet (#11515) - @XiangpengHao * Enable GroupValueBytesView for aggregation with StringView types (#… - @XiangpengHao * Initial support for regex_replace on StringViewArray (#11556) - @XiangpengHao * Add support for Utf8View for date/temporal codepaths (#11518) - @a10y * GC StringViewArray in CoalesceBatchesStream (#11587) - @XiangpengHao ## Are these changes tested? CI ## Are there any user-facing changes? When StringView is enabled, benchmarks run significantly faster -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org