brancz commented on PR #8589:
URL: https://github.com/apache/arrow-rs/pull/8589#issuecomment-3400776329

   Got it. The way I see it, there are two paths. Either:
   
   1) We manage to get it to work with `arrow_ord`'s partition and avoid the 
amount of code required altogether (whether by macro or not)
   2) We do it via macro but put ree casting behind a feature flag, so users 
who wants this can opt into it (although it feels a little strange to hide 
features that are very reasonable and available for other types behind a 
feature flag, but I don't feel strongly one way or another as we'd just enable 
it and move on).
   
   @vegarsti can you give the arrow-ord partitioning a try so we understand 
whether this would be a workable path?


-- 
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]

Reply via email to