dennishuo commented on code in PR #2301:
URL: https://github.com/apache/polaris/pull/2301#discussion_r2271251813
##########
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:
(Also, per offline discussion, +1 to what @adutra said about putting the
Hadoop extension into `runtime/server` if it works correctly for Quarkus
finding it in the runtime assembly.
##########
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:
Also, per offline discussion, +1 to what @adutra said about putting the
Hadoop extension into `runtime/server` if it works correctly for Quarkus
finding it in the runtime assembly.
--
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]