deniskuzZ commented on code in PR #6793:
URL: https://github.com/apache/hive/pull/6793#discussion_r4030054129


##########
llap-server/src/java/org/apache/hadoop/hive/llap/io/api/impl/LlapIoImpl.java:
##########
@@ -272,6 +279,10 @@ public void debugDumpShort(StringBuilder sb) {
         metadataCache, dataCache, pathCache, bufferManagerOrc, conf, 
cacheMetrics, ioMetrics, tracePool);
     this.genericCvp = isEncodeEnabled ? new GenericColumnVectorProducer(
         serdeCache, bufferManagerGeneric, conf, cacheMetrics, ioMetrics, 
tracePool, encodeExecutor) : null;
+    // Native Parquet IO is gated per query by the job conf at the dispatch 
sites.
+    this.parquetCvp = dataCache != null
+        ? new ParquetColumnVectorProducer(dataCache, bufferManagerOrc, conf, 
cacheMetrics, ioMetrics)

Review Comment:
   Should we drop `orc` from `bufferManagerOrc` ?



-- 
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]

Reply via email to