lidavidm commented on code in PR #375: URL: https://github.com/apache/arrow-adbc/pull/375#discussion_r1085279340
########## .gitignore: ########## @@ -107,6 +107,10 @@ target/ *.log +# Conda packages + +/ci/conda/build_artifacts/ Review Comment: Oops, I think this is leftover from when I was building them directly instead of via the script/container. ########## .gitignore: ########## @@ -107,6 +107,10 @@ target/ *.log +# Conda packages + +/ci/conda/build_artifacts/ Review Comment: Oops, I think this is leftover from when I was building them directly instead of via the script/container. Removed. -- 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]
