rdblue commented on a change in pull request #828: iceberg-spark changes for
vectorized reads
URL: https://github.com/apache/incubator-iceberg/pull/828#discussion_r410507597
##########
File path:
arrow/src/main/java/org/apache/iceberg/arrow/vectorized/parquet/VectorizedDictionaryEncodedParquetValuesReader.java
##########
@@ -111,7 +111,8 @@ void readBatchOfDictionaryEncodedLongs(FieldVector vector,
int startOffset, int
}
void readBatchOfDictionaryEncodedTimestampMillis(FieldVector vector, int
startOffset, int numValuesToRead,
- Dictionary dict,
NullabilityHolder nullabilityHolder) {
+ Dictionary dict,
NullabilityHolder nullabilityHolder,
+ int typeWidth) {
Review comment:
Nit: indentation is off.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]