This is an automated email from the ASF dual-hosted git repository.
skadam pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git.
from 21599ac PHOENIX-6436 OrderedResultIterator overestimates memory
requirements.
add 7419f9d PHOENIX-6420 Wrong result when conditional and regular
upserts are passed in the same commit batch
No new revisions were added by this update.
Summary of changes:
.../apache/phoenix/end2end/OnDuplicateKeyIT.java | 43 +++
.../apache/phoenix/execute/PartialCommitIT.java | 2 +-
.../org/apache/phoenix/execute/MutationState.java | 334 +++++++++++++++------
.../apache/phoenix/util/PhoenixKeyValueUtil.java | 23 +-
.../apache/phoenix/execute/MutationStateTest.java | 106 +++++--
5 files changed, 392 insertions(+), 116 deletions(-)