Jefffrey commented on code in PR #23295:
URL: https://github.com/apache/datafusion/pull/23295#discussion_r3584435356


##########
datafusion-examples/examples/ffi/ffi_example_table_provider/Cargo.toml:
##########
@@ -23,10 +23,14 @@ publish = false
 
 [dependencies]
 arrow = { workspace = true }
+arrow-schema = { workspace = true }
 datafusion = { workspace = true }
 datafusion-ffi = { workspace = true }
 ffi_module_interface = { path = "../ffi_module_interface" }
 
+[package.metadata.cargo-machete]
+ignored = ["arrow-schema"]

Review Comment:
   this does solve the machete issue, though i still worry for any downstream 
users of the df version of the macro this would be a non-obvious fix 🤔 



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