Github user twalthr commented on a diff in the pull request:
https://github.com/apache/flink/pull/6218#discussion_r199733710
--- Diff: flink-formats/flink-avro/pom.xml ---
@@ -51,6 +51,17 @@ under the License.
<!-- managed version -->
</dependency>
+ <dependency>
+ <groupId>joda-time</groupId>
+ <artifactId>joda-time</artifactId>
+ <!-- managed version -->
--- End diff --
Yes, we assume that the user provides a Joda-Time that matches the specific
record. We only call 4 methods. I think changes are unlikely there. I went for
the Flink-version the Avro version would be `2.9` but we would always have to
keep this in sync.
---