houqp commented on a change in pull request #780: URL: https://github.com/apache/arrow-datafusion/pull/780#discussion_r677722032
########## File path: dev/release/cherry-pick-pr.py ########## @@ -0,0 +1,156 @@ +#!/usr/bin/python3 Review comment: I agree, I removed the cherry-pick automation. Let's start with something simple and iterate from there. Git dependency is usually not a problem for projects that have executables as release artifacts. For libraries like delta-rs, using git reference to pin the dependency doesn't work very well because it prevents it from being able to be published to crates.io. But I think we can revisit this when another 5.x patch or minor release is needed. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org