poojanilangekar commented on code in PR #2301:
URL: https://github.com/apache/polaris/pull/2301#discussion_r2270737658


##########
runtime/service/build.gradle.kts:
##########
@@ -30,6 +30,9 @@ dependencies {
   implementation(project(":polaris-api-management-service"))
   implementation(project(":polaris-api-iceberg-service"))
   implementation(project(":polaris-api-catalog-service"))
+  if ((project.findProperty("NonRESTCatalogs") as String?)?.contains("HADOOP") 
== true) {

Review Comment:
   Regarding runtime/server module: We reference the ExternalCatalogFactory in 
the IcebergCatalogHandler which is in runtime/service module. So isn't this the 
correct location?



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