deniskuzZ commented on code in PR #6793:
URL: https://github.com/apache/hive/pull/6793#discussion_r4030031689
##########
iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergStorageHandler.java:
##########
@@ -1890,7 +1889,8 @@ private static boolean hasOrcTimeInSchema(Properties
tableProps, Schema tableSch
/**
* Vectorized reads of parquet files from columns with list or map type is
only supported if the nested types are of
* primitive type category
- * check {@link VectorizedParquetRecordReader#checkListColumnSupport} for
details on nested types under lists
+ * check {@link
org.apache.hadoop.hive.ql.io.parquet.vector.ParquetRowGroupDecoder#checkListColumnSupport}
for
Review Comment:
do we need full name with package 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]