dimas-b commented on code in PR #4050:
URL: https://github.com/apache/polaris/pull/4050#discussion_r2984649679
##########
runtime/server/build.gradle.kts:
##########
@@ -43,6 +43,10 @@ dependencies {
runtimeOnly(project(":polaris-extensions-federation-hive"))
}
+ if ((project.findProperty("NonRESTCatalogs") as
String?)?.contains("BIGQUERY") == true) {
+ runtimeOnly(project(":polaris-extensions-federation-bigquery"))
Review Comment:
From my POV it seems reasonable to include it by default in Apache Polaris.
Downstream builds can make their own decisions since the impl. is
well-isolated in terms of build modules.
--
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]