pvary commented on code in PR #14297:
URL: https://github.com/apache/iceberg/pull/14297#discussion_r2981980905
##########
spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/source/SparkFileWriterFactory.java:
##########
@@ -361,4 +448,19 @@ private static StructType useOrConvert(StructType
sparkType, Schema schema) {
return null;
}
}
+
+ private boolean shouldUseVariantShredding() {
+ // Variant shredding is currently only supported for Parquet files
+ if (dataFileFormat != FileFormat.PARQUET) {
Review Comment:
Not here
--
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]