stevenzwu commented on code in PR #13714:
URL: https://github.com/apache/iceberg/pull/13714#discussion_r2344557773
##########
flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/data/FlinkParquetReaders.java:
##########
@@ -802,6 +803,11 @@ public <T> RawValueData<T> getRawValue(int pos) {
return (RawValueData<T>) values[pos];
}
+ @Override
+ public Variant getVariant(int pos) {
Review Comment:
great that Flink 2.1 supports variant.
As a separate follow-up, can we add a unit test to cover the variant type
support?
--
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]