alamb opened a new issue, #9192: URL: https://github.com/apache/arrow-datafusion/issues/9192
### Is your feature request related to a problem or challenge? "Collation" generically means how to compare and sort string values. Databases like Postgres allow you to change the default collation order to control this more carefully to match whatever the user wants rather than what the standard sort order means Someone asked about this on discord: https://discord.com/channels/885562378132000778/1166447479609376850/1205554368292855868 Here are some details on how this works in Postgres: https://www.postgresql.org/docs/current/collation.html ### Describe the solution you'd like Someone to design and implement `COLLATION` This probably looks like a `SessionConfig` setting to control collation at the session level and possibly some way to define it as part of the table definition ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
