RussellSpitzer commented on code in PR #3396:
URL: https://github.com/apache/polaris/pull/3396#discussion_r2722127972


##########
runtime/service/build.gradle.kts:
##########
@@ -39,6 +39,12 @@ dependencies {
   compileOnly(project(":polaris-immutables"))
   annotationProcessor(project(":polaris-immutables", configuration = 
"processor"))
 
+  runtimeOnly(project(":polaris-persistence-nosql-metastore"))
+  runtimeOnly(project(":polaris-persistence-nosql-cdi-quarkus"))
+  runtimeOnly(project(":polaris-persistence-nosql-cdi-quarkus-distcache"))
+  runtimeOnly(project(":polaris-persistence-nosql-maintenance-impl"))
+  runtimeOnly(project(":polaris-persistence-nosql-metastore-maintenance"))

Review Comment:
   This is imho, a great use of a followup issue. The follow up would make 
things arguably more clean but requires a larger refactoring than the scope of 
this pr which currently just follows the existing model from JDBC.



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