HuangXingBo commented on code in PR #29247:
URL: https://github.com/apache/flink/pull/29247#discussion_r4056944330
##########
flink-python/src/main/java/org/apache/flink/table/runtime/arrow/writers/MapWriter.java:
##########
@@ -84,6 +84,13 @@ public void doWrite(T in, int ordinal) {
}
}
+ @Override
Review Comment:
It looks like the `finish` method of `MapWriter` was forgotten to be
overridden as well.
--
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]