abstractdog commented on code in PR #5772:
URL: https://github.com/apache/hive/pull/5772#discussion_r2056262595


##########
ql/src/java/org/apache/hadoop/hive/llap/LlapOutputFormatService.java:
##########
@@ -198,16 +198,9 @@ private void registerReader(ChannelHandlerContext ctx, 
String id, byte[] tokenBy
       LOG.debug("registering socket for: " + id);
       int maxPendingWrites = HiveConf.getIntVar(conf,
           HiveConf.ConfVars.LLAP_DAEMON_OUTPUT_SERVICE_MAX_PENDING_WRITES);
-      boolean useArrow = HiveConf.getBoolVar(conf, 
HiveConf.ConfVars.LLAP_OUTPUT_FORMAT_ARROW);
-      @SuppressWarnings("rawtypes")

Review Comment:
   ack



##########
llap-ext-client/src/java/org/apache/hadoop/hive/llap/LlapBaseInputFormat.java:
##########
@@ -219,26 +191,8 @@ public RecordReader<NullWritable, V> 
getRecordReader(InputSplit split, JobConf j
 
     LOG.info("Registered id: " + fragmentId);
 
-    @SuppressWarnings("rawtypes")

Review Comment:
   ack



-- 
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-unsubscr...@hive.apache.org

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


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

Reply via email to