milenkovicm commented on code in PR #2389:
URL:
https://github.com/apache/datafusion-ballista/pull/2389#discussion_r3988920561
##########
integrations/hudi/Cargo.toml:
##########
@@ -17,10 +15,18 @@
# specific language governing permissions and limitations
# under the License.
-# Checks for unused dependencies. Install with `cargo install cargo-machete`.
-# False positives can be added to the `[package.metadata.cargo-machete]`
-# `ignored` list of the crate's Cargo.toml, with a comment explaining why
-# the dependency is needed.
+[package]
+name = "hudi-ballista"
+version = "54.0.0"
+edition = "2024"
+rust-version = "1.94.0"
+license = "Apache-2.0"
+publish = false
+
+[dependencies]
+ballista = { path = "../../ballista/client", version = "54.0.0", features =
["contrib-hudi", "standalone"] }
+hudi-datafusion = { git = "https://github.com/wirybeaver/hudi-rs.git", rev =
"c3e4009136443057be564b717c41c99420ae821c", default-features = false }
Review Comment:
this depends on unreleased version,
--
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]