alamb commented on code in PR #9658:
URL: https://github.com/apache/arrow-rs/pull/9658#discussion_r3111223288


##########
arrow-json/Cargo.toml:
##########
@@ -40,7 +40,9 @@ arrow-array = { workspace = true }
 arrow-buffer = { workspace = true }
 arrow-cast = { workspace = true }
 arrow-data = { workspace = true }
+arrow-ord = { workspace = true }

Review Comment:
   > Worth noting that `arrow-cast` already brings in ord & select in it's 
dependencies, so I don't think this actually affects the build too much 
(compared to previous state)
   
   yeah, adding REE to cast required those new dependencies. We have some ideas 
of how to avoid it but they aren't great
   - https://github.com/apache/arrow-rs/issues/8708
   
   
   



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