kevinjqliu commented on code in PR #1407:
URL: 
https://github.com/apache/datafusion-python/pull/1407#discussion_r2874440496


##########
Cargo.toml:
##########
@@ -91,3 +91,8 @@ crate-type = ["cdylib", "rlib"]
 [profile.release]
 lto = true
 codegen-units = 1
+
+# We cannot publish to crates.io with any patches in the below section. 
Developers
+# must remove any entries in this section before creating a release candidate.
+[patch.crates-io]
+# datafusion = { git = "https://github.com/apache/datafusion.git";, rev = 
"6713439497561fa74a94177e5b8632322fb7cea5" }

Review Comment:
   L98 is commented out. i assume it wont be parsed by tomllib 😄 



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