Guosmilesmile commented on code in PR #17617:
URL: https://github.com/apache/iceberg/pull/17617#discussion_r3782743258
##########
data/src/test/java/org/apache/iceberg/data/BaseFormatModelTests.java:
##########
@@ -185,6 +175,7 @@ private static List<Record> project(List<Record> records,
Schema targetSchema) {
static final String FEATURE_COLUMN_METRICS_TRUNCATE_BINARY =
"columnMetricsTruncateBinary";
static final String FEATURE_NATIVE_ENCRYPTION = "nativeEncryption";
static final String FEATURE_AES_STREAM_ENCRYPTION = "aesStreamEncryption";
+ protected static final String FEATURE_VARIANT = "variant";
Review Comment:
I added this for testing the Flink Avro functionality, but forgot to remove
it. Sorry about that.
--
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]