jbonofre commented on PR #14733:
URL: https://github.com/apache/iceberg/pull/14733#issuecomment-3632082453
For the context, doing query in Spark SQL works fine.
I got `java.lang.NoSuchMethodError:
'org.apache.parquet.schema.LogicalTypeAnnotation$VariantLogicalTypeAnnotation
org.apache.parquet.schema.LogicalTypeAnnotation.variantType(byte)` as soon as
I'm doing table maintenance.
For instance, a simple:
```
var actions = SparkActions.get(sparkSession);
actions.rewriteDataFiles(table)
.option(
"target-file-size-bytes",
Long.toString(configuration.rewriteDataFile().targetFileSize())).execute();
```
reproduce the issue (with Spark 4).
NB: It works fine with Spark 3.5, not with Spark 4 (and the corresponding
Iceberg extension).
--
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]