fapaul commented on a change in pull request #15517:
URL: https://github.com/apache/flink/pull/15517#discussion_r609377847
##########
File path:
flink-table/flink-table-planner-blink/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/serde/FlinkDeserializationContext.java
##########
@@ -56,6 +56,13 @@ protected FlinkDeserializationContext(
this.objectMapper = src.objectMapper;
}
+ protected FlinkDeserializationContext(
Review comment:
How did the version bump affect these lines?
##########
File path: pom.xml
##########
@@ -122,7 +122,7 @@ under the License.
<zookeeper.version>3.4.14</zookeeper.version>
<!-- Only the curator2 TestingServer works with ZK 3.4 -->
<curator.version>2.12.0</curator.version>
- <jackson.version>2.10.1</jackson.version>
+ <jackson.version>2.12.1</jackson.version>
Review comment:
Is this always updated when the jackson version in flink-shaded is
updated?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]