Abacn commented on code in PR #37904:
URL: https://github.com/apache/beam/pull/37904#discussion_r2996901689
##########
settings.gradle.kts:
##########
@@ -212,6 +212,7 @@ include(":sdks:java:io:azure")
include(":sdks:java:io:azure-cosmos")
include(":sdks:java:io:cassandra")
include(":sdks:java:io:clickhouse")
+include(":sdks:java:io:arrow-flight")
Review Comment:
Besides here, we need to add the new module to javaioPreCommit
https://github.com/apache/beam/blob/d2aed60042e0f546f116906cd2e7876734671b1d/build.gradle.kts#L344
to get tests exercised on PreCommit
--
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]