tuhaihe commented on issue #74: URL: https://github.com/apache/cloudberry-pxf/issues/74#issuecomment-4028310240
Hi @ostinru , sorry for the late response. From my understanding, using `Oracle` or `MS SQL Server` containers in CI for integration testing should not conflict with Apache licensing policies. The key point is that we are not redistributing these databases or their JDBC drivers as part of the Cloudberry PXF source repository or release artifacts. They would only be used at test runtime in CI environments (e.g., via TestContainers). Many Apache projects follow a similar pattern: proprietary or restricted software may be used for optional integration testing, as long as it is not included in the distributed source or binaries. As long as the Oracle / MSSQL images and JDBC drivers are not bundled with Cloudberry PXF releases, this approach should be compliant with ASF policies. -- 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]
