llama90 commented on PR #1779: URL: https://github.com/apache/arrow-adbc/pull/1779#issuecomment-2079579649
I'm currently in the initial stages of getting to know what ADBC is, and I've encountered the aforementioned problem while trying to set up the build environment using the `CONTRIBUTING.md` as a guide. Upon examining the `.github/workflow` files, it appears that there are no instances where the `source .env` command is executed, which leads me to believe that this issue has not been verified by CI. A simple solution would be to add a job to the CI workflow that executes the `source .env` command for each operating system. Additionally, since it’s specified that `source .env` is necessary for [Integration Tests](https://github.com/apache/arrow-adbc/blob/main/CONTRIBUTING.md#running-integration-tests), integrating these tests into the workflow would naturally allow us to verify this aspect, wouldn’t it? -- 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]
