eric-maynard commented on code in PR #2301:
URL: https://github.com/apache/polaris/pull/2301#discussion_r2270528621
##########
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:
IIUC the functionality is still there, but the way you need to build Polaris
to use that functionality does change (across versions).
--
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]