nandorKollar commented on code in PR #4050:
URL: https://github.com/apache/polaris/pull/4050#discussion_r2984436088
##########
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:
I think - unlike with Hadoop and Hive catalog - this doesn't bring in any
new direct dependency, which we have concern with. We should be good to include
this extension in the standard distribution no?
--
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]