mnpoonia commented on PR #1541:
URL: https://github.com/apache/phoenix/pull/1541#issuecomment-1346314460

   @shahrs87 Looks like there a reason that we only return 1 for each batch for 
transactional tables. When it is transactional tables they consider it as one 
mutation as a whole. But if we really wanted to get number of deletes that were 
part of batch we need to fetch it using 
   `DELETE_BATCH_FAILED_SIZE` 
   instead of 
   `MUTATION_BATCH_FAILED_SIZE`


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

Reply via email to