You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@hive.apache.org by GitBox <gi...@apache.org> on 2022/09/01 11:47:57 UTC

[GitHub] [hive] szlta commented on a diff in pull request #3551: HIVE-25845: Support ColumnIndexes for Parq files

szlta commented on code in PR #3551:
URL: https://github.com/apache/hive/pull/3551#discussion_r960552486


##########
ql/src/java/org/apache/hadoop/hive/ql/io/parquet/vector/VectorizedParquetRecordReader.java:
##########
@@ -248,9 +245,12 @@ public void initialize(
     requestedSchema = DataWritableReadSupport
       .getRequestedSchema(indexAccess, columnNamesList, columnTypesList, fileSchema, configuration);
 
-    Path path = wrapPathForCache(filePath, cacheKey, configuration, blocks, cacheTag);
+    //TODO: For data cache this needs to be fixed and passed to reader.
+    //Path path = wrapPathForCache(filePath, cacheKey, configuration, blocks, cacheTag);

Review Comment:
   I don't quite get this change. It essentially turns off LLAP data caching of Parquet bytes, I'm not sure if this was intentional.



-- 
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: gitbox-unsubscribe@hive.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscribe@hive.apache.org
For additional commands, e-mail: gitbox-help@hive.apache.org