FANNG1 commented on code in PR #6782:
URL: https://github.com/apache/gravitino/pull/6782#discussion_r2020382111


##########
core/build.gradle.kts:
##########
@@ -36,7 +36,13 @@ dependencies {
   implementation(libs.commons.collections4)
   implementation(libs.guava)
   implementation(libs.h2db)
+  implementation(libs.jackson.datatype.jdk8)

Review Comment:
   `jackson` package is  introduced by `LineageLogSinker` to deserializate run 
event to string, this will add extra dependences for all catalog and may 
introduce some package conflict for `jackson`.   Do you think is it necessary 
to move `LineageLogSinker` to server package?  @jerryshao 



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