rdblue commented on code in PR #4525:
URL: https://github.com/apache/iceberg/pull/4525#discussion_r846841468
##########
build.gradle:
##########
@@ -193,6 +193,7 @@ project(':iceberg-bundled-guava') {
project(':iceberg-api') {
dependencies {
implementation project(path: ':iceberg-bundled-guava', configuration:
'shadow')
+ implementation "com.fasterxml.jackson.core:jackson-databind"
Review Comment:
Why is an additional Jackson library needed? I think we should be able to
add default value serialization just like the other parsers.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]