houqp opened a new pull request #982: URL: https://github.com/apache/arrow-datafusion/pull/982
# Which issue does this PR close? closes https://github.com/apache/arrow-datafusion/issues/968 # Rationale for this change A Cargo.lock will be useful for projects like datafusion python binding and ballista since they both produce binaries. Right now, our source releases are not reproducible for these two subprojects because we don't ship a lock file to pin dependencies to exact versions. This means if users use our official source release to build binaries, their output could be different than the ones we tested when prepping for the release. # What changes are included in this PR? Added auto generated lock file. # Are there any user-facing changes? No -- 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]
