This is an automated email from the ASF dual-hosted git repository.
yanxinyi pushed a change to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git.
from 4f778ec Phoenix-pherf writes the result file even
disableRuntimeResult flag is true
new 85bce05 Revert missing jira number commit "Phoenix-pherf writes the
result file even disableRuntimeResult flag is true"
new 12f9f9e PHOENIX-6159 Phoenix-pherf writes the result file even
disableRuntimeResult flag is true
new b7cb29e PHOENIX-6167 Adding maxMutationCellSizeBytes config and
exception
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../apache/phoenix/end2end/MutationStateIT.java | 74 ++++++++++++++++++++++
.../org/apache/phoenix/compile/UpsertCompiler.java | 47 ++++++++++++--
.../apache/phoenix/exception/SQLExceptionCode.java | 11 ++++
.../apache/phoenix/exception/SQLExceptionInfo.java | 29 +++++++++
.../org/apache/phoenix/query/QueryServices.java | 1 +
.../apache/phoenix/query/QueryServicesOptions.java | 1 +
... => MaxPhoenixColumnSizeExceededException.java} | 21 +++---
7 files changed, 168 insertions(+), 16 deletions(-)
copy
phoenix-core/src/main/java/org/apache/phoenix/schema/{MaxMutationSizeExceededException.java
=> MaxPhoenixColumnSizeExceededException.java} (63%)