kbendick opened a new pull request, #5550:
URL: https://github.com/apache/iceberg/pull/5550
Error prone is complaining of a missing override in Spark 3.1 JMH.
It's a little strange because it's an `abstract` method, but here's the
warning.
```
$ ./gradlew -DsparkVersions=3.1
:iceberg-spark:iceberg-spark-3.1_2.12:compileJmhJava
/Users/kylebendickson/repos/iceberg/spark/v3.1/spark/src/jmh/java/org/apache/iceberg/spark/source/WritersBenchmark.java:82:
warning: [MissingOverride] fileFormat overrides method in
IcebergSourceBenchmark; expected @Override
protected abstract FileFormat fileFormat();
```
I did not see this error for other Spark versions
--
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]