alamb commented on issue #11682: URL: https://github.com/apache/datafusion/issues/11682#issuecomment-2405021580
> Update is here are the items I think are blocking us from enabling StringView > > * [ ] [ Implement fast min/max accumulator for binary / strings (now it uses the slower path) #6906](https://github.com/apache/datafusion/issues/6906) > * [ ] [Performance: Add "read strings as binary" option for parquet #12788](https://github.com/apache/datafusion/issues/12788) > * [ ] [Implement special Groups for StringViews #12771](https://github.com/apache/datafusion/issues/12771) Update is: I have an implementation of https://github.com/apache/datafusion/issues/6906 and thanks to @goldmedal we have an implementation of https://github.com/apache/datafusion/issues/12788 almost ready to test The final piece I know of is https://github.com/apache/datafusion/issues/12771 and @Rachelint has a good PR https://github.com/apache/datafusion/pull/12809 for that -- 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]
