nastra commented on a change in pull request #2826: URL: https://github.com/apache/iceberg/pull/2826#discussion_r677157207
########## File path: arrow/src/main/java/org/apache/iceberg/arrow/vectorized/parquet/VectorizedParquetDefinitionLevelReader.java ########## @@ -305,7 +305,7 @@ public void nextDictEncodedBatch( protected abstract void nextVal( FieldVector vector, int idx, ValuesAsBytesReader valuesReader, int typeWidth, byte[] byteArray); protected abstract void nextDictEncodedVal( - FieldVector vector, int startOffset, VectorizedDictionaryEncodedParquetValuesReader reader, + FieldVector vector, int idx, VectorizedDictionaryEncodedParquetValuesReader reader, Review comment: this is due to `ConsistentOverrides` from the additional ErrorProne checks in https://github.com/palantir/gradle-baseline#baseline-error-prone-checks -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org