iting0321 commented on code in PR #4826:
URL: https://github.com/apache/polaris/pull/4826#discussion_r3505762349
##########
gradle/projects.main.properties:
##########
@@ -46,6 +46,9 @@ polaris-version=tools/version
polaris-misc-types=tools/misc-types
polaris-extensions-federation-hadoop=extensions/federation/hadoop
polaris-extensions-federation-hive=extensions/federation/hive
+polaris-extensions-lineage=extensions/lineage
+polaris-extensions-auth-opa=extensions/auth/opa/impl
+polaris-extensions-auth-opa-tests=extensions/auth/opa/tests
Review Comment:
I rebased to latest main and this line disappeared.
##########
runtime/service/build.gradle.kts:
##########
@@ -26,6 +26,7 @@ plugins {
dependencies {
implementation(project(":polaris-core"))
+ implementation(project(":polaris-extensions-lineage"))
Review Comment:
Thanks for your feedback.
I changed this to `runtimeOnly(project(":polaris-extensions-lineage"))`.
--
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]