getChan commented on issue #21839:
URL: https://github.com/apache/datafusion/issues/21839#issuecomment-4321691931

   I took a pass at this and it looks like the remaining rough edge is 
`arrow-rs` still depending on `rand 0.9` in places we interact with (for 
example some bench/test utilities). We can work around that locally, but that 
feels like the wrong direction.
   
   I think this will be much cleaner once the relevant `arrow-rs` pieces are 
updated to `rand 0.10` as well. My preference would be to defer this until then 
rather than add local compatibility shims/workarounds on the DataFusion side.


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

Reply via email to