apurtell commented on PR #1549: URL: https://github.com/apache/phoenix/pull/1549#issuecomment-1378059506
@kadirozde Is this the kind of refactoring you had in mind? This patch: - Adds a preBatchMutate hook that will filter any Append or Increment operations submitted in batch and handle them ahead of base HBase processing. - Retains existing hooks for preAppend and preIncrement that are necessary for intercepting other APIs. - Refactor most logic to reusable private methods. -- 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]
