You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by go...@apache.org on 2021/03/25 19:31:15 UTC

[phoenix] branch 4.x-PHOENIX-6247 updated (410f738 -> ee4ce9f)

This is an automated email from the ASF dual-hosted git repository.

gokcen pushed a change to branch 4.x-PHOENIX-6247
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from 410f738  PHOENIX-6421 Selecting an indexed array value from an uncovered column with local index returns NULL.
     add 1cde9ee  PHOENIX-6417 Fix PHERF ITs that are failing in the local builds
     add 7198196  PHOENIX-6424 SELECT cf1.* FAILS with a WHERE clause including cf2.
     add ee4ce9f  PHOENIX-6427 Create sequence fails in lowercase schema

No new revisions were added by this update.

Summary of changes:
 .../apache/phoenix/end2end/BasePermissionsIT.java  | 61 ++++++++++++++++++++
 .../apache/phoenix/end2end/MultiCfQueryExecIT.java | 65 ++++++++++++++++++++++
 .../org/apache/phoenix/end2end/SequenceIT.java     | 29 ++++++++++
 .../org/apache/phoenix/compile/FromCompiler.java   |  2 +-
 .../phoenix/iterate/BaseResultIterators.java       |  4 ++
 .../apache/phoenix/util/EncodedColumnsUtil.java    |  2 +-
 phoenix-pherf/pom.xml                              |  9 +++
 .../java/org/apache/phoenix/pherf/PherfMainIT.java |  3 +-
 .../{config => src/it/resources}/pherf.properties  |  4 +-
 .../src/test/resources/scenario/test_scenario.xml  |  6 +-
 10 files changed, 176 insertions(+), 9 deletions(-)
 copy phoenix-pherf/{config => src/it/resources}/pherf.properties (95%)