GitHub user pboado opened a pull request:
https://github.com/apache/phoenix/pull/285
Sync 4.x-HBase-1.2 to master
This PR syncs 4.x-HBase-1.2 to master branch
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pboado/phoenix 4.x-HBase-1.2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/285.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #285
----
commit b80b18b2ce236c77be104b2acba2091f33c8b4ab
Author: Geoffrey Jacoby <[email protected]>
Date: 2017-11-02T20:41:02Z
PHOENIX-4342 - Surface QueryPlan in MutationPlan
(cherry picked from commit 1d8a6bc)
commit 9cfec56b4a6427e0cca7dc3ef77e70f3ce22ad6d
Author: Chinmay Kulkarni <[email protected]>
Date: 2017-11-16T02:31:20Z
PHOENIX-4361: Remove redundant argument in separateAndValidateProperties in
CQSI
Signed-off-by: aertoria <[email protected]>
(cherry picked from commit ddd3ef2)
commit 5d0f8e2a735cf0984df80dc1c81f32b028aa66b8
Author: Thomas D'Silva <[email protected]>
Date: 2017-11-17T19:11:43Z
PHOENIX-4386 Calculate the estimatedSize of MutationState using
Map<TableRef, Map<ImmutableBytesPtr,RowMutationState>> mutations
(cherry picked from commit 4944081)
commit 649509df4db663ab70b700d6d573b31f3cb7f3b7
Author: Thomas D'Silva <[email protected]>
Date: 2017-11-21T03:13:53Z
PHOENIX-4386 Calculate the estimatedSize of MutationState using
Map<TableRef, Map<ImmutableBytesPtr,RowMutationState>> mutations (addendum)
(cherry picked from commit 4e0c0a3)
commit cbd7e41c4336e231a5a84dba77cab14d6238d66f
Author: Thomas D'Silva <[email protected]>
Date: 2017-11-29T02:37:55Z
Revert "PHOENIX-4386 Calculate the estimatedSize of MutationState using
Map<TableRef, Map<ImmutableBytesPtr,RowMutationState>> mutations (addendum)"
This reverts commit 4e0c0a33ed8b401f7785dde8979041dd5ab9a1f4.
(cherry picked from commit 355ee52)
commit c8fe1d59fdc879eee2127f2a4bb8f5e8e28ccad3
Author: Ankit Singhal <[email protected]>
Date: 2017-11-09T05:57:11Z
PHOENIX-4198 Remove the need for users to have access to the Phoenix SYSTEM
tables to create tables
(cherry picked from commit 217867c)
commit 87ba77193da94c61a21f80b501254df4a3100a78
Author: Karan Mehta <[email protected]>
Date: 2017-11-29T20:04:06Z
PHOENIX-672 Add GRANT and REVOKE commands using HBase AccessController
(cherry picked from commit 88038a2)
commit 30772dbe5a8c9903abbb376d3623851b9200cf93
Author: maryannxue <[email protected]>
Date: 2017-12-05T18:52:46Z
PHOENIX-4288 Indexes not used when ordering by primary key
(cherry picked from commit 6807dac)
commit 98b60247bb49195f7dfec36570f2c1fd1755ce7f
Author: maryannxue <[email protected]>
Date: 2017-12-05T18:59:41Z
PHOENIX-4322 DESC primary key column with variable length does not work in
SkipScanFilter
(cherry picked from commit d77c237)
commit 76c5d42250b504176d85ed31aa80018f5c5ba8a8
Author: maryannxue <[email protected]>
Date: 2017-12-06T20:07:16Z
PHOENIX-3050 Handle DESC columns in child/parent join optimization
(cherry picked from commit 071fbce)
commit 9a2c67417d00e43fb60263107178d257d8fa1044
Author: Thomas D'Silva <[email protected]>
Date: 2017-11-21T03:13:53Z
PHOENIX-4386 Calculate the estimatedSize of MutationState using
Map<TableRef, Map<ImmutableBytesPtr,RowMutationState>> mutations (addendum)
(cherry picked from commit 25359a9)
commit 44ee48ffc2e9c71c86255c3d8bf479e219723483
Author: aertoria <[email protected]>
Date: 2017-11-27T19:58:01Z
PHOENIX-3837 Feature enabling to set property on an index with Alter
statement
Signed-off-by: aertoria <[email protected]>
(cherry picked from commit 1c3387d)
commit 08cedb673050a537fb4db840cbd1ef1ea208de53
Author: James Taylor <[email protected]>
Date: 2017-12-08T03:13:25Z
PHOENIX-4415 Ignore CURRENT_SCN property if set in Pig Storer
(cherry picked from commit d6e61af)
commit 168b7dfdb5b850a418ac40d5c60fbfef007b356d
Author: Karan Mehta <[email protected]>
Date: 2017-12-04T18:44:13Z
PHOENIX-4424 Allow users to create "DEFAULT" and "HBASE" Schema (Uppercase
Schema Names)
(cherry picked from commit c075a17)
----
---