harshal-16 commented on PR #5946:
URL: https://github.com/apache/hive/pull/5946#issuecomment-3051820035

   > @harshal-16 can we drop the `GetWriteIdsForTxnIDHandler`?
   
   
   
   > @harshal-16, can we pass txnId list 
[here](https://github.com/apache/hive/pull/5946/files#diff-ccc50cf147261af64a10e20359f9c52f1d4797bc8e03e682d6a88891ee941f02R561)
 as well ?
   > 
   > ```
   > public List<TxnWriteDetails> getWriteIdsMappingForTxns(long... txnIds) 
throws MetaException {
   >     try {
   >       return sqlRetryHandler.executeWithRetry(
   >               new 
SqlRetryCallProperties().withCallerId("GetWriteIdsMappingForTxnIdsHandler"),
   >               () -> jdbcResource.execute(new 
GetWriteIdsMappingForTxnIdsHandler(Arrays.asList(txnIds))));
   >     } catch (MetaException e) {
   >       throw e;
   >     } catch (TException e) {
   >       throw new MetaException(e.getMessage());
   >     }
   >   }
   > ```
   
   
   Both are addressed


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