joyhaldar commented on code in PR #4050:
URL: https://github.com/apache/polaris/pull/4050#discussion_r3033111375


##########
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:
   Reverted to optional for now. Making it unconditional was breaking CI due to 
LICENSE/NOTICE requirements for the new BigQuery dependencies. I can make it 
unconditional once the license entries are sorted out, wanted to unblock the PR 
first.



-- 
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]

Reply via email to