alamb commented on code in PR #19205:
URL: https://github.com/apache/datafusion/pull/19205#discussion_r2599964948
##########
datafusion-examples/Cargo.toml:
##########
@@ -56,6 +56,8 @@ object_store = { workspace = true, features = ["aws", "http"]
}
prost = { workspace = true }
rand = { workspace = true }
serde_json = { workspace = true }
+strum = { workspace = true }
Review Comment:
these are not net new workspace dependencies (see Cargo.lock file) -- we
already have them in the workspace. So I think it is ok to add them here
--
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]