[30/50] [abbrv] phoenix git commit: PHOENIX-1071 - Lowering memory usage for Spark integration tests to see if build passes

2015-04-16 Thread maryannxue
PHOENIX-1071 - Lowering memory usage for Spark integration tests to see if build passes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5c32d195 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5c32d195 Diff: htt

[15/50] [abbrv] phoenix git commit: PHOENIX-1748 Applying TRUNC|ROUND|FLOOR|CEIL on TIMESTAMP should maintain return type of TIMESTAMP (Dave Hacker)

2015-04-16 Thread maryannxue
PHOENIX-1748 Applying TRUNC|ROUND|FLOOR|CEIL on TIMESTAMP should maintain return type of TIMESTAMP (Dave Hacker) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f766a780 Tree: http://git-wip-us.apache.org/repos/asf/phoeni

[03/50] [abbrv] phoenix git commit: PHOENIX-1770 Correct exit code from bin scripts

2015-04-16 Thread maryannxue
PHOENIX-1770 Correct exit code from bin scripts Make the python scripts under bin/ exit with the exit code that was returned from the underlying java command. Contributed by Mark Tse. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/pho

[50/50] [abbrv] phoenix git commit: Fix compilation errors and assertion failures

2015-04-16 Thread maryannxue
/phoenix/diff/9309fff7 Branch: refs/heads/calcite Commit: 9309fff7ee1dadbfa4e9956662caaa4131561138 Parents: 2368ea6 3fb3bb4 Author: maryannxue Authored: Thu Apr 16 10:31:13 2015 -0400 Committer: maryannxue Committed: Thu Apr 16 10:31:13 2015 -0400

[32/50] [abbrv] phoenix git commit: PHOENIX-1071 Get the phoenix-spark integration tests running.

2015-04-16 Thread maryannxue
PHOENIX-1071 Get the phoenix-spark integration tests running. Uses the BaseHBaseManagedTimeIT framework now for creating the test cluster and setup/teardown. Tested with Java 7u75 i386 on Ubuntu, and 7u40 x64 on OS X. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://g

[38/50] [abbrv] phoenix git commit: PHOENIX-1765 Add DAYOFMONTH built-in function (Alicia Ying Shu)

2015-04-16 Thread maryannxue
PHOENIX-1765 Add DAYOFMONTH built-in function (Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0d78e48b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0d78e48b Diff: http://git-wip-us.apache.org

[02/50] [abbrv] phoenix git commit: PHOENIX-1776 The literal -1.0 (floating point) should not be converted to -1 (Integer) (Dave Hacker)

2015-04-16 Thread maryannxue
PHOENIX-1776 The literal -1.0 (floating point) should not be converted to -1 (Integer) (Dave Hacker) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f941e89f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f941e

[31/50] [abbrv] phoenix git commit: PHOENIX-1742 Update pom to Junit 4.12

2015-04-16 Thread maryannxue
PHOENIX-1742 Update pom to Junit 4.12 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ca4e2124 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ca4e2124 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/ca

[06/50] [abbrv] phoenix git commit: PHOENIX-1457 Use high priority queue for metadata endpoint calls

2015-04-16 Thread maryannxue
PHOENIX-1457 Use high priority queue for metadata endpoint calls Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a7d7dfb5 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a7d7dfb5 Diff: http://git-wip-us.apache.or

[16/50] [abbrv] phoenix git commit: PHOENIX-1712 Add INSTR function

2015-04-16 Thread maryannxue
PHOENIX-1712 Add INSTR function Add method for detecting a substring within another string. Signed-off-by: Gabriel Reid Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1f942b1f Tree: http://git-wip-us.apache.org/repos/a

[43/50] [abbrv] phoenix git commit: PHOENIX-1287 Use the joni byte[] regex engine in place of j.u.regex (Shuxiong Ye)

2015-04-16 Thread maryannxue
PHOENIX-1287 Use the joni byte[] regex engine in place of j.u.regex (Shuxiong Ye) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3f6b2594 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3f6b2594 Diff: http://gi

[07/50] [abbrv] phoenix git commit: PHOENIX-1722 Speedup CONVERT_TZ function (Vaclav Loffelmann)

2015-04-16 Thread maryannxue
PHOENIX-1722 Speedup CONVERT_TZ function (Vaclav Loffelmann) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b9002b7c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b9002b7c Diff: http://git-wip-us.apache.org/re

[37/50] [abbrv] phoenix git commit: PHOENIX-1846 Add MINUTE built-in function (Alicia Ying Shu)

2015-04-16 Thread maryannxue
PHOENIX-1846 Add MINUTE built-in function (Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8975fc1a Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8975fc1a Diff: http://git-wip-us.apache.org/rep

[45/50] [abbrv] phoenix git commit: PHOENIX-1867 Add joni library to server assembly files (Shuxiong Ye)

2015-04-16 Thread maryannxue
PHOENIX-1867 Add joni library to server assembly files (Shuxiong Ye) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/29522506 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/29522506 Diff: http://git-wip-us.apach

[12/50] [abbrv] phoenix git commit: PHOENIX-1797 Add more tests for date literals (Mike Friedman)

2015-04-16 Thread maryannxue
PHOENIX-1797 Add more tests for date literals (Mike Friedman) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0eca5f17 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0eca5f17 Diff: http://git-wip-us.apache.org/r

[23/50] [abbrv] phoenix git commit: PHOENIX-1809 Improve explain plan

2015-04-16 Thread maryannxue
PHOENIX-1809 Improve explain plan Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c823be99 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c823be99 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/c823be

[20/50] [abbrv] phoenix git commit: PHOENIX-1683 Support HBase HA Query(timeline-consistent region replica read) (Rajeshbabu Chintaguntla)

2015-04-16 Thread maryannxue
PHOENIX-1683 Support HBase HA Query(timeline-consistent region replica read) (Rajeshbabu Chintaguntla) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/742ca13d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/742

[24/50] [abbrv] phoenix git commit: PHOENIX-1580 Support UNION ALL

2015-04-16 Thread maryannxue
Branch: refs/heads/calcite Commit: c50feca254f4c8ae2505d83f738a6ab9d92a9fd9 Parents: c823be9 Author: maryannxue Authored: Mon Apr 6 10:46:37 2015 -0400 Committer: maryannxue Committed: Mon Apr 6 10:46:37 2015 -0400 -- .../org

[42/50] [abbrv] phoenix git commit: PHOENIX-1287 Use the joni byte[] regex engine in place of j.u.regex (Shuxiong Ye)

2015-04-16 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/3f6b2594/phoenix-core/src/main/java/org/apache/phoenix/parse/RegexpSubstrParseNode.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/parse/RegexpSubstrParseNode.

[40/50] [abbrv] phoenix git commit: PHOENIX-1705 implement ARRAY_APPEND built in function (Dumindu Buddhika)

2015-04-16 Thread maryannxue
PHOENIX-1705 implement ARRAY_APPEND built in function (Dumindu Buddhika) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/986080f3 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/986080f3 Diff: http://git-wip-us.a

[28/50] [abbrv] phoenix git commit: PHOENIX-1818 - Move cluster-required tests to src/it

2015-04-16 Thread maryannxue
PHOENIX-1818 - Move cluster-required tests to src/it Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f666baa2 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f666baa2 Diff: http://git-wip-us.apache.org/repos/asf/

[25/50] [abbrv] phoenix git commit: PHOENIX-1580 Support UNION ALL

2015-04-16 Thread maryannxue
PHOENIX-1580 Support UNION ALL Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/5ea3607c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5ea3607c Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/5ea3607c

[39/50] [abbrv] phoenix git commit: PHOENIX-1861 Padding character should be inverted if sort order is descending (Dumindu Buddhika)

2015-04-16 Thread maryannxue
PHOENIX-1861 Padding character should be inverted if sort order is descending (Dumindu Buddhika) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1b45110d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1b45110d D

[29/50] [abbrv] phoenix git commit: PHOENIX-1755 Improve error logging if csv line has insufficient fields

2015-04-16 Thread maryannxue
PHOENIX-1755 Improve error logging if csv line has insufficient fields Signed-off-by: Gabriel Reid Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/ff0e8e4e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ff0e8e

[49/50] [abbrv] phoenix git commit: PHOENIX-1815 - Spark Datasource api

2015-04-16 Thread maryannxue
PHOENIX-1815 - Spark Datasource api Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3fb3bb4d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3fb3bb4d Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/3fb3

[35/50] [abbrv] phoenix git commit: PHOENIX-1826 Implement TrackOrderPreservingExpressionCompiler as Expression visitor instead of ParseNode visitor

2015-04-16 Thread maryannxue
PHOENIX-1826 Implement TrackOrderPreservingExpressionCompiler as Expression visitor instead of ParseNode visitor Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2f0b51cb Tree: http://git-wip-us.apache.org/repos/asf/phoeni

[19/50] [abbrv] phoenix git commit: PHOENIX-1803 Fix flapping PhoenixServerRpcIT.testMetadataQos

2015-04-16 Thread maryannxue
PHOENIX-1803 Fix flapping PhoenixServerRpcIT.testMetadataQos Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3a0ce7d0 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3a0ce7d0 Diff: http://git-wip-us.apache.org/re

[47/50] [abbrv] phoenix git commit: PHOENIX-1814 Exponential notation parsing and tests

2015-04-16 Thread maryannxue
PHOENIX-1814 Exponential notation parsing and tests Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d1474231 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d1474231 Diff: http://git-wip-us.apache.org/repos/asf/p

[44/50] [abbrv] phoenix git commit: PHOENIX-1861 Padding character should be inverted if sort order is descending (Dumindu Buddhika)

2015-04-16 Thread maryannxue
PHOENIX-1861 Padding character should be inverted if sort order is descending (Dumindu Buddhika) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b0c28a2d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b0c28a2d

[48/50] [abbrv] phoenix git commit: PHOENIX-1865 Fix missing ASL headers

2015-04-16 Thread maryannxue
PHOENIX-1865 Fix missing ASL headers Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e1bbb944 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e1bbb944 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/e1b

[08/50] [abbrv] phoenix git commit: PHOENIX-1783 Fix IDE compiler errors for JodaTimezoneCacheTest

2015-04-16 Thread maryannxue
PHOENIX-1783 Fix IDE compiler errors for JodaTimezoneCacheTest Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2c0ed104 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/2c0ed104 Diff: http://git-wip-us.apache.org/

[05/50] [abbrv] phoenix git commit: PHOENIX-1457 Use high priority queue for metadata endpoint calls

2015-04-16 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/a7d7dfb5/phoenix-core/src/test/java/org/apache/hadoop/hbase/regionserver/PhoenixIndexRpcSchedulerFactoryTest.java -- diff --git a/phoenix-core/src/test/java/org/apache/hadoop/hba

[14/50] [abbrv] phoenix git commit: PHOENIX-1800 Fix failing test case SaltedViewIT#testSaltedUpdatableViewWithLocalIndex(Rajeshbabu Chintaguntla)

2015-04-16 Thread maryannxue
PHOENIX-1800 Fix failing test case SaltedViewIT#testSaltedUpdatableViewWithLocalIndex(Rajeshbabu Chintaguntla) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1e280617 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/

[04/50] [abbrv] phoenix git commit: Fix IndexExpressionIT test failures

2015-04-16 Thread maryannxue
Fix IndexExpressionIT test failures Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b256fde0 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b256fde0 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/b256

phoenix git commit: Replace public constructors with create() method and set proper collation trait

2015-04-17 Thread maryannxue
796 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c967b796 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/c967b796 Branch: refs/heads/calcite Commit: c967b796257a82f2a813bb326c974d6444c35247 Parents: 9309fff Author: maryannxue Authored: Fri Apr 17 00:42:13 2015 -0400 Commit

phoenix git commit: PHOENIX-1843 Implement getCollations() in PhoenixTable.getStatistics() and all other PhoenixRel nodes

2015-04-21 Thread maryannxue
asf/phoenix/commit/4c65ef2b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4c65ef2b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4c65ef2b Branch: refs/heads/calcite Commit: 4c65ef2b51ae7ac49010ba89b393fb3c5e2bdcca Parents: c967b79 Author: maryannxue Authored: Tue Apr 21 17:14

phoenix git commit: PHOENIX-1773 Backward compatibility for joins fail after PHOENIX-1489

2015-04-23 Thread maryannxue
ttp://git-wip-us.apache.org/repos/asf/phoenix/tree/124ab6db Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/124ab6db Branch: refs/heads/master Commit: 124ab6db0b95fb30b287e1dfb2a626bd95546219 Parents: 80898c0 Author: maryannxue Authored: Thu Apr 23 22:23:05 2015 -0400 Committer: maryann

phoenix git commit: PHOENIX-1773 Backward compatibility for joins fail after PHOENIX-1489

2015-04-23 Thread maryannxue
9b3 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/015029b3 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/015029b3 Branch: refs/heads/4.x-HBase-0.98 Commit: 015029b301b355a501280ba11d31bf72b551224a Parents: 030204b Author: maryannxue Authored: Thu Apr 23 22:27:21 2015 -0

phoenix git commit: Implemented PhoenixCalciteDriver and moved some init logic to PhoenixPrepareImpl

2015-04-24 Thread maryannxue
288 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/08646288 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/08646288 Branch: refs/heads/calcite Commit: 086462884ef8824724d2d1503de83aeea4056433 Parents: 4c65ef2 Author: maryannxue Authored: Fri Apr 24 12:01:41 2015 -0400 Commit

phoenix git commit: PHOENIX-1917 Correlated subquery fails if the inner query contains JOIN

2015-04-24 Thread maryannxue
ree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/20e772ca Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/20e772ca Branch: refs/heads/master Commit: 20e772caf23eb853a458a80a0c5b70affaa44944 Parents: 9605482 Author: maryannxue Authored: Fri Apr 24 15:59:39 2015 -0400 Committer: maryann

phoenix git commit: PHOENIX-1917 Correlated subquery fails if the inner query contains JOIN

2015-04-24 Thread maryannxue
ba9 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/43a7aba9 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/43a7aba9 Branch: refs/heads/4.x-HBase-0.98 Commit: 43a7aba9b5ddd6cc3fc285a7a4a35554740b6a96 Parents: 269e86a Author: maryannxue Authored: Fri Apr 24 16:04:38 2015 -0

phoenix git commit: Implement PhoenixSchema; Add testJoinHsqldb

2015-04-27 Thread maryannxue
org/repos/asf/phoenix/tree/d555ee62 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/d555ee62 Branch: refs/heads/calcite Commit: d555ee62f6c4b308acf4c8bc86bb6a5b3542dd14 Parents: 0864628 Author: maryannxue Authored: Mon Apr 27 13:14:34 2015 -0400 Committer: maryannxue Committed: Mon Apr 27

phoenix git commit: TetestConnectJoinHsqldb ran with results

2015-04-27 Thread maryannxue
org/repos/asf/phoenix/tree/0b1b7e0f Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0b1b7e0f Branch: refs/heads/calcite Commit: 0b1b7e0f0c2e9d5c954e4cec71e9ca3b050fd52b Parents: d555ee6 Author: maryannxue Authored: Mon Apr 27 18:31:29 2015 -0400 Committer: maryannxue Committed: Mon Apr 27 18

phoenix git commit: add testScalarSubquery

2015-04-28 Thread maryannxue
ree/2d083459 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/2d083459 Branch: refs/heads/calcite Commit: 2d083459267f4442cda674c94ea2a376a14f7f7e Parents: 0b1b7e0 Author: maryannxue Authored: Tue Apr 28 19:18:44 2015 -0400 Committer: maryannxue Committed: Tue Apr 28 19:18:44 2015 -0

phoenix git commit: Replace dummy implementation with PTable.getStatistics()

2015-04-28 Thread maryannxue
wip-us.apache.org/repos/asf/phoenix/tree/977d78c1 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/977d78c1 Branch: refs/heads/calcite Commit: 977d78c16fa937cc64382c93216714e2959933e8 Parents: 2d08345 Author: maryannxue Authored: Tue Apr 28 23:25:09 2015 -0400 Committer: maryannxue Commit

phoenix git commit: Fix getRowCount()

2015-04-29 Thread maryannxue
ree/ff4c733e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/ff4c733e Branch: refs/heads/calcite Commit: ff4c733e39ee18531adcefc08873d5e63cf8ecc3 Parents: 977d78c Author: maryannxue Authored: Wed Apr 29 12:22:57 2015 -0400 Committer: maryannxue Committed: Wed Apr 29 12:22:57 2015 -0

phoenix git commit: Add PhoenixJoinSingleValueAggregateMergeRule

2015-04-29 Thread maryannxue
org/repos/asf/phoenix/tree/5cf992ef Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/5cf992ef Branch: refs/heads/calcite Commit: 5cf992ef6e4c62afff7c700a27d239e07bcae998 Parents: ff4c733 Author: maryannxue Authored: Wed Apr 29 18:47:35 2015 -0400 Committer: maryannxue Committed: Wed Apr

phoenix git commit: PHOENIX-1878Implement PhoenixSchema and PhoenixTable in Phoenix/Calcite Integration

2015-04-30 Thread maryannxue
mit/8e3f68a2 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8e3f68a2 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/8e3f68a2 Branch: refs/heads/calcite Commit: 8e3f68a2da1473d62e69db6396232e6214c06201 Parents: 5cf992e Author: maryannxue Authored: Thu Apr 30 12:40:29 2015 -0

phoenix git commit: Code refine for PhoenixSchema

2015-04-30 Thread maryannxue
asf/phoenix/tree/1ee1f201 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/1ee1f201 Branch: refs/heads/calcite Commit: 1ee1f2011eda8a3b22c855e7730ed74b1bd628a9 Parents: 8e3f68a Author: maryannxue Authored: Thu Apr 30 16:45:13 2015 -0400 Committer: maryannxue Committed: Thu Apr 30 16:45:13 2

phoenix git commit: PHOENIX-1786 Implement sort-merge-join with Calcite integration

2015-04-30 Thread maryannxue
git-wip-us.apache.org/repos/asf/phoenix/tree/53dab808 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/53dab808 Branch: refs/heads/calcite Commit: 53dab808a0593b86e50a0f7c42c9a39d25b95e06 Parents: 1ee1f20 Author: maryannxue Authored: Thu Apr 30 23:46:02 2015 -0400 Committer: maryann

[4/4] phoenix git commit: Add server/client conventions for PhoenixRel and use ConvertRules to apply Phoenix server/client operators

2015-06-10 Thread maryannxue
/tree/f2d95da7 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f2d95da7 Branch: refs/heads/calcite Commit: f2d95da77205384df21bfe277693602afddf276a Parents: c1396ec Author: maryannxue Authored: Wed Jun 10 16:46:57 2015 -0400 Committer: maryannxue Committed: Wed Jun 10 16:46:57 2015 -0400

[2/4] phoenix git commit: Add server/client conventions for PhoenixRel and use ConvertRules to apply Phoenix server/client operators

2015-06-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/c1396ecf/phoenix-core/src/main/java/org/apache/phoenix/calcite/rules/PhoenixConverterRules.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/calcite/rules/Phoeni

[1/4] phoenix git commit: Adjust cost of Project

2015-06-10 Thread maryannxue
ree/cedc1c50 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/cedc1c50 Branch: refs/heads/calcite Commit: cedc1c502b177824a476622294d8699f5637e327 Parents: 53dab80 Author: maryannxue Authored: Tue Jun 2 15:14:43 2015 -0400 Committer: maryannxue Committed: Tue Jun 2 15:14:43 2015 -0

[3/4] phoenix git commit: Add server/client conventions for PhoenixRel and use ConvertRules to apply Phoenix server/client operators

2015-06-10 Thread maryannxue
/tree/c1396ecf Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/c1396ecf Branch: refs/heads/calcite Commit: c1396ecfff867d059cb0eb424188ffbfdbfd54f0 Parents: cedc1c5 Author: maryannxue Authored: Wed Jun 10 16:29:15 2015 -0400 Committer: maryannxue Committed: Wed Jun 10 16:29:15 2015 -0400

phoenix git commit: PHOENIX-1843 Implement getCollations() in PhoenixTable.getStatistics() and all other PhoenixRel nodes

2015-06-10 Thread maryannxue
asf/phoenix/commit/59d05d3a Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/59d05d3a Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/59d05d3a Branch: refs/heads/calcite Commit: 59d05d3a2685821f67124b7e407394354c4d9cc3 Parents: f2d95da Author: maryannxue Authored: Wed Jun 10 21:02

phoenix git commit: Upgrade Calcite dependence to 1.3-incubating

2015-06-11 Thread maryannxue
org/repos/asf/phoenix/tree/2e5a9187 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/2e5a9187 Branch: refs/heads/calcite Commit: 2e5a91875e61c571a61f82f7268913d8acc06956 Parents: 59d05d3 Author: maryannxue Authored: Thu Jun 11 16:58:30 2015 -0400 Committer: maryannxue Committed: Thu Jun

phoenix git commit: PHOENIX-1839 Enable hash-join with RIGHT OUTER joins

2015-06-11 Thread maryannxue
wip-us.apache.org/repos/asf/phoenix/tree/171cc924 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/171cc924 Branch: refs/heads/calcite Commit: 171cc92490ac405813c8809b82cac72ead64c5be Parents: 2e5a918 Author: maryannxue Authored: Thu Jun 11 17:40:11 2015 -0400 Committer: maryannxue Committed:

phoenix git commit: PHOENIX-1829 Extend support for equi-join conditions

2015-06-12 Thread maryannxue
wip-us.apache.org/repos/asf/phoenix/tree/f9ddb988 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f9ddb988 Branch: refs/heads/calcite Commit: f9ddb988cd7dca05a4d4aaa75264b505770f3061 Parents: 171cc92 Author: maryannxue Authored: Fri Jun 12 23:29:15 2015 -0400 Committer: maryannxue Committed:

[04/50] [abbrv] phoenix git commit: PHOENIX-1882 Issue column family deletes instead of row deletes in PTableImpl

2015-06-15 Thread maryannxue
PHOENIX-1882 Issue column family deletes instead of row deletes in PTableImpl Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/efd7c9f7 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/efd7c9f7 Diff: http://git-wip

[37/50] [abbrv] phoenix git commit: PHOENIX-2007 java.sql.SQLException: Encountered exception in sub plan [0] execution(Alicia Ying Shu)

2015-06-15 Thread maryannxue
PHOENIX-2007 java.sql.SQLException: Encountered exception in sub plan [0] execution(Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/82df3b97 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/82df3

[30/50] [abbrv] phoenix git commit: PHOENIX-2005 Connection utilities omit zk client port, parent znode

2015-06-15 Thread maryannxue
PHOENIX-2005 Connection utilities omit zk client port, parent znode Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/afb0120e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/afb0120e Diff: http://git-wip-us.apache

[10/50] [abbrv] phoenix git commit: PHOENIX-1956 SELECT (FALSE OR FALSE) RETURNS TRUE

2015-06-15 Thread maryannxue
PHOENIX-1956 SELECT (FALSE OR FALSE) RETURNS TRUE Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c2fee39e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c2fee39e Diff: http://git-wip-us.apache.org/repos/asf/pho

[07/50] [abbrv] phoenix git commit: PHOENIX-1880 Connections from QueryUtil.getConnection don't work on secure clusters (Geoffrey Jacoby)

2015-06-15 Thread maryannxue
PHOENIX-1880 Connections from QueryUtil.getConnection don't work on secure clusters (Geoffrey Jacoby) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1fa09dc5 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1fa0

[05/50] [abbrv] phoenix git commit: PHOENIX-1856 Include min row key for each region in stats row-addendum_1(Ram)

2015-06-15 Thread maryannxue
PHOENIX-1856 Include min row key for each region in stats row-addendum_1(Ram) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/70de0cd4 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/70de0cd4 Diff: http://git-wip

[50/50] [abbrv] phoenix git commit: Fix merge errors

2015-06-15 Thread maryannxue
/heads/calcite Commit: 62d6720f7f2f1bef8a2c99ca2a6aa3feb29a51df Parents: f9ddb98 d1934af Author: maryannxue Authored: Mon Jun 15 14:45:03 2015 -0400 Committer: maryannxue Committed: Mon Jun 15 14:45:03 2015 -0400 -- .gitignore

[22/50] [abbrv] phoenix git commit: PHOENIX-1995 client uberjar doesn't support dfs

2015-06-15 Thread maryannxue
PHOENIX-1995 client uberjar doesn't support dfs Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/981ed472 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/981ed472 Diff: http://git-wip-us.apache.org/repos/asf/phoen

[36/50] [abbrv] phoenix git commit: PHOENIX-2022 Make BaseRegionScanner.next abstract

2015-06-15 Thread maryannxue
PHOENIX-2022 Make BaseRegionScanner.next abstract Avoid infinite recursion by removing a recursive call within BaseRegionScanner.next, which was already being used as an abstract method. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/p

[41/50] [abbrv] phoenix git commit: PHOENIX-777 - Support null value for fixed length ARRAY - Addendum (Ram)

2015-06-15 Thread maryannxue
PHOENIX-777 - Support null value for fixed length ARRAY - Addendum (Ram) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6c3d50ac Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/6c3d50ac Diff: http://git-wip-us.a

[31/50] [abbrv] phoenix git commit: PHOENIX-2005 Connection utilities omit zk client port, parent znode (addendum)

2015-06-15 Thread maryannxue
PHOENIX-2005 Connection utilities omit zk client port, parent znode (addendum) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e493215b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e493215b Diff: http://git-wi

[20/50] [abbrv] phoenix git commit: PHOENIX-1990 bin/queryserver makeWinServiceDesc doesn't actually work in Windows

2015-06-15 Thread maryannxue
PHOENIX-1990 bin/queryserver makeWinServiceDesc doesn't actually work in Windows Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c83ab9ed Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c83ab9ed Diff: http://git-

[38/50] [abbrv] phoenix git commit: PHOENIX-2016 Some Phoenix tests failed with NPE(Alicia Ying Shu)

2015-06-15 Thread maryannxue
PHOENIX-2016 Some Phoenix tests failed with NPE(Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/dc3083fe Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/dc3083fe Diff: http://git-wip-us.apache.or

[15/50] [abbrv] phoenix git commit: PHOENIX-1945 Phoenix tarball from assembly does not contain phoenix-[version]-server.jar

2015-06-15 Thread maryannxue
PHOENIX-1945 Phoenix tarball from assembly does not contain phoenix-[version]-server.jar Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c1e5c71a Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c1e5c71a Diff: ht

[18/50] [abbrv] phoenix git commit: PHOENIX-1976 Exit gracefully if addShutdownHook fails.

2015-06-15 Thread maryannxue
PHOENIX-1976 Exit gracefully if addShutdownHook fails. If the JVM is already in the process of shutting down, we don't need to add the shutdown hook for the PhoenixDriver instance. Additionally, we shouldn't advertise this instance either since we're going down. Project: http://git-wip-us.apache

[43/50] [abbrv] phoenix git commit: PHOENIX-2018 Implement math build-in function SQRT (Shuxiong Ye)

2015-06-15 Thread maryannxue
PHOENIX-2018 Implement math build-in function SQRT (Shuxiong Ye) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/e54c99d8 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/e54c99d8 Diff: http://git-wip-us.apache.or

[24/50] [abbrv] phoenix git commit: PHOENIX-1984 Make INSTR 1-based instead of 0-based

2015-06-15 Thread maryannxue
PHOENIX-1984 Make INSTR 1-based instead of 0-based Bring functionality of INSTR built-in function in-line with other SQL string functions, with indexing of strings starting at 1. Signed-off-by: Gabriel Reid Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.

[06/50] [abbrv] phoenix git commit: PHOENIX-1908 TenantSpecificTablesDDLIT#testAddDropColumn is flaky(Rajeshbabu)

2015-06-15 Thread maryannxue
PHOENIX-1908 TenantSpecificTablesDDLIT#testAddDropColumn is flaky(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d223f2c3 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d223f2c3 Diff: http://git-wip

[19/50] [abbrv] phoenix git commit: PHOENIX-1980 CsvBulkLoad cannot load hbase-site.xml from classpath

2015-06-15 Thread maryannxue
PHOENIX-1980 CsvBulkLoad cannot load hbase-site.xml from classpath Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/6fc53b57 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/6fc53b57 Diff: http://git-wip-us.apache.

[49/50] [abbrv] phoenix git commit: PHOENIX-2032 psql.py is broken after PHOENIX-2013

2015-06-15 Thread maryannxue
PHOENIX-2032 psql.py is broken after PHOENIX-2013 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d1934afb Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d1934afb Diff: http://git-wip-us.apache.org/repos/asf/pho

[09/50] [abbrv] phoenix git commit: PHOENIX-1948 bin scripts run under make_rc.sh packaging

2015-06-15 Thread maryannxue
PHOENIX-1948 bin scripts run under make_rc.sh packaging Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/45a919f3 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/45a919f3 Diff: http://git-wip-us.apache.org/repos/a

[29/50] [abbrv] phoenix git commit: PHOENIX-2008 Integration tests are failing with HBase-1.1.0 because HBASE-13756(Rajeshbabu)

2015-06-15 Thread maryannxue
PHOENIX-2008 Integration tests are failing with HBase-1.1.0 because HBASE-13756(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a28c1d3b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a28c1d3b Diff:

[46/50] [abbrv] phoenix git commit: PHOENIX 1968: Should support saving arrays

2015-06-15 Thread maryannxue
PHOENIX 1968: Should support saving arrays Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/31a1ca6c Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/31a1ca6c Diff: http://git-wip-us.apache.org/repos/asf/phoenix/di

[45/50] [abbrv] phoenix git commit: PHOENIX-2027 Subqueries with no data are raising IllegalStateException(Alicia Ying Shu)

2015-06-15 Thread maryannxue
PHOENIX-2027 Subqueries with no data are raising IllegalStateException(Alicia Ying Shu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/db90196d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/db90196d Diff: htt

[03/50] [abbrv] phoenix git commit: PHOENIX-1930 [BW COMPAT] Queries hangs with client on Phoenix 4.3.0 and server on 4.x-HBase-0.98

2015-06-15 Thread maryannxue
PHOENIX-1930 [BW COMPAT] Queries hangs with client on Phoenix 4.3.0 and server on 4.x-HBase-0.98 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d2c1f2c0 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d2c1f2c0

[02/50] [abbrv] phoenix git commit: PHOENIX-1856 Include min row key for each region in stats row -addendum(Ram)

2015-06-15 Thread maryannxue
PHOENIX-1856 Include min row key for each region in stats row -addendum(Ram) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/902cf0de Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/902cf0de Diff: http://git-wip-

[13/50] [abbrv] phoenix git commit: PHOENIX-1962 Apply check style to the build

2015-06-15 Thread maryannxue
PHOENIX-1962 Apply check style to the build Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/978b2322 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/978b2322 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/d

[12/50] [abbrv] phoenix git commit: PHOENIX-1958 Minimize memory allocation on new connection

2015-06-15 Thread maryannxue
PHOENIX-1958 Minimize memory allocation on new connection Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/93397aff Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/93397aff Diff: http://git-wip-us.apache.org/repos

[40/50] [abbrv] phoenix git commit: PHOENIX-777 Support null value for fixed length ARRAY (Dumindu Buddhika)

2015-06-15 Thread maryannxue
PHOENIX-777 Support null value for fixed length ARRAY (Dumindu Buddhika) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7f6bf10b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7f6bf10b Diff: http://git-wip-us.a

[42/50] [abbrv] phoenix git commit: PHOENIX-1987 SIGN built-in function should be order preserving (Shuxiong Ye)

2015-06-15 Thread maryannxue
PHOENIX-1987 SIGN built-in function should be order preserving (Shuxiong Ye) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/47466e31 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/47466e31 Diff: http://git-wip-

[39/50] [abbrv] phoenix git commit: PHOENIX-2012 RowKeyComparisonFilter logs unencoded data at DEBUG level

2015-06-15 Thread maryannxue
PHOENIX-2012 RowKeyComparisonFilter logs unencoded data at DEBUG level Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9e686b75 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9e686b75 Diff: http://git-wip-us.apa

[23/50] [abbrv] phoenix git commit: PHOENIX-1964 - Pherf tests write output in module base directory

2015-06-15 Thread maryannxue
PHOENIX-1964 - Pherf tests write output in module base directory Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d3ff0798 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d3ff0798 Diff: http://git-wip-us.apache.or

[14/50] [abbrv] phoenix git commit: PHOENIX-1875 implement ARRAY_PREPEND built in function (Dumindu)

2015-06-15 Thread maryannxue
PHOENIX-1875 implement ARRAY_PREPEND built in function (Dumindu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b5ef25c9 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b5ef25c9 Diff: http://git-wip-us.apache.or

[27/50] [abbrv] phoenix git commit: PHOENIX-1681 Use the new Region Interface (Andrew Purtell)

2015-06-15 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/edff624f/phoenix-core/src/main/java/org/apache/phoenix/schema/stats/StatisticsCollector.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/stats/Statistics

[47/50] [abbrv] phoenix git commit: PHOENIX-2033 PQS log environment details on launch

2015-06-15 Thread maryannxue
PHOENIX-2033 PQS log environment details on launch Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/67fea166 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/67fea166 Diff: http://git-wip-us.apache.org/repos/asf/ph

[08/50] [abbrv] phoenix git commit: PHOENIX-1944 PQS secure login only executed when debug is enabled

2015-06-15 Thread maryannxue
PHOENIX-1944 PQS secure login only executed when debug is enabled Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b47dcb66 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b47dcb66 Diff: http://git-wip-us.apache.o

[33/50] [abbrv] phoenix git commit: PHOENIX-2013 Apply PHOENIX-1995 to runnable uberjar as well

2015-06-15 Thread maryannxue
PHOENIX-2013 Apply PHOENIX-1995 to runnable uberjar as well Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/160e9497 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/160e9497 Diff: http://git-wip-us.apache.org/rep

[01/50] [abbrv] phoenix git commit: PHOENIX-1930 [BW COMPAT] Queries hangs with client on Phoenix 4.3.0 and server on 4.x-HBase-0.98

2015-06-15 Thread maryannxue
Repository: phoenix Updated Branches: refs/heads/calcite f9ddb988c -> 62d6720f7 PHOENIX-1930 [BW COMPAT] Queries hangs with client on Phoenix 4.3.0 and server on 4.x-HBase-0.98 Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix

[17/50] [abbrv] phoenix git commit: PHOENIX-1963 - Irregular failures in ResultTest#testMonitorResult

2015-06-15 Thread maryannxue
PHOENIX-1963 - Irregular failures in ResultTest#testMonitorResult Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/289a875b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/289a875b Diff: http://git-wip-us.apache.o

[35/50] [abbrv] phoenix git commit: PHOENIX-2010 Properly validate number of arguments passed to the functions in FunctionParseNode#validate(Rajeshbabu)

2015-06-15 Thread maryannxue
PHOENIX-2010 Properly validate number of arguments passed to the functions in FunctionParseNode#validate(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b7f13824 Tree: http://git-wip-us.apache.org/repos/asf/ph

[48/50] [abbrv] phoenix git commit: PHOENIX-2034 Update pre-commit branches

2015-06-15 Thread maryannxue
PHOENIX-2034 Update pre-commit branches Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/bfb0eee7 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/bfb0eee7 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/

[28/50] [abbrv] phoenix git commit: PHOENIX-1681 Use the new Region Interface (Andrew Purtell)

2015-06-15 Thread maryannxue
PHOENIX-1681 Use the new Region Interface (Andrew Purtell) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/edff624f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/edff624f Diff: http://git-wip-us.apache.org/repo

<    5   6   7   8   9   10   11   12   13   14   >