pvary commented on code in PR #3131:
URL: https://github.com/apache/hive/pull/3131#discussion_r847528556


##########
ql/src/java/org/apache/hadoop/hive/ql/io/IOContext.java:
##########
@@ -187,6 +188,14 @@ public void parseRecordIdentifier(Configuration 
configuration) {
     }
   }
 
+  public void parsePositionDeleteInfo(Configuration configuration) {
+    this.pdi = PositionDeleteInfo.parseFromConf(configuration);

Review Comment:
   Would it worth to set the `pdi` fields one-by-one instead of creating a new 
object for every row?



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