EeshanBembi commented on code in PR #19444:
URL: https://github.com/apache/datafusion/pull/19444#discussion_r2779395991


##########
datafusion/physical-plan/Cargo.toml:
##########
@@ -73,6 +73,7 @@ pin-project-lite = "^0.2.7"
 tokio = { workspace = true }
 
 [dev-dependencies]
+arrow-data = { workspace = true }

Review Comment:
   This is intentional, arrow-data is added as a dev-dependency because the 
test helper calculate_string_view_waste_ratio uses 
arrow_data::MAX_INLINE_VIEW_LEN to determine whether a string value would be 
inlined in a StringView array.



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