[4/4] phoenix git commit: PHOENIX-1844, PHOENIX-1879

2015-11-10 Thread maryannxue
Branch: refs/heads/calcite Commit: 50e4406dbfe33273c656077e984f1c1dcc79e903 Parents: ed39c7d Author: maryannxue <wei@intel.com> Authored: Tue Nov 10 23:05:46 2015 -0500 Committer: maryannxue <wei@intel.com> Committed: Tue Nov 10 23:05:4

[3/4] phoenix git commit: PHOENIX-1844, PHOENIX-1879

2015-11-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/50e4406d/phoenix-core/src/it/java/org/apache/phoenix/calcite/CalciteIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/calcite/CalciteIT.java

[2/4] phoenix git commit: PHOENIX-1844, PHOENIX-1879

2015-11-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/50e4406d/phoenix-core/src/main/java/org/apache/phoenix/calcite/CalciteUtils.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/calcite/CalciteUtils.java

phoenix git commit: Improve PhoenixMergeSortUnionRule

2015-11-02 Thread maryannxue
asf/phoenix/tree/fe95b66e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/fe95b66e Branch: refs/heads/calcite Commit: fe95b66e984f97d67d931f83696cfbaa48870f12 Parents: d46eed5 Author: maryannxue <wei@intel.com> Authored: Mon Nov 2 15:34:40 2015 -0500 Committer: maryan

phoenix git commit: PHOENIX-2262 Improve collation for salted table

2015-11-04 Thread maryannxue
wip-us.apache.org/repos/asf/phoenix/tree/4060f3bc Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4060f3bc Branch: refs/heads/calcite Commit: 4060f3bcd4300ce79aba2ef63672c8593ec35ea5 Parents: f00a3c9 Author: maryannxue <wei@intel.com> Authored: Wed Nov 4 21:17:58 2015 -0500 Committer: m

phoenix git commit: Implement SUM aggregate function

2015-11-04 Thread maryannxue
asf/phoenix/tree/f00a3c98 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/f00a3c98 Branch: refs/heads/calcite Commit: f00a3c981aed3bef91baf99d4836a17194d7fa38 Parents: be86248 Author: maryannxue <wei@intel.com> Authored: Wed Nov 4 20:37:41 2015 -0500 Committer: maryannxue <wei..

phoenix git commit: Update test ref based on latest Calcite master

2015-11-02 Thread maryannxue
wip-us.apache.org/repos/asf/phoenix/tree/be86248f Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/be86248f Branch: refs/heads/calcite Commit: be86248f5598f52bdd2cd43b865c0f427b5e8959 Parents: 926cf78 Author: maryannxue <wei@intel.com> Authored: Mon Nov 2 22:44:22 2015 -0500 Committer: maryan

phoenix git commit: Code cleanup

2015-11-02 Thread maryannxue
782 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/926cf782 Branch: refs/heads/calcite Commit: 926cf7827e5144df83e366ed787e9529814220f8 Parents: fe95b66 Author: maryannxue <wei@intel.com> Authored: Mon Nov 2 22:36:07 2015 -0500 Committer: maryannxue <wei@intel.com> Com

phoenix git commit: PHOENIX-2193 Add rules to push down Sort through Union

2015-10-20 Thread maryannxue
wip-us.apache.org/repos/asf/phoenix/tree/145db4a2 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/145db4a2 Branch: refs/heads/calcite Commit: 145db4a20b5fd4b8a8c030406525af25e0651948 Parents: 7f2d117 Author: maryannxue <wei@intel.com> Authored: Tue Oct 20 22:41:18 2015 -0400

phoenix git commit: Update test ref based on Calcite master

2015-10-20 Thread maryannxue
pos/asf/phoenix/tree/7f2d1178 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/7f2d1178 Branch: refs/heads/calcite Commit: 7f2d1178492507d95931f8fed6dea8324c673c40 Parents: c2cf126 Author: maryannxue <wei@intel.com> Authored: Tue Oct 20 09:25:58 2015 -0400 Committer: maryan

phoenix git commit: PHOENIX-2074 StackOverflowError for hash join with round robin

2015-07-07 Thread maryannxue
-wip-us.apache.org/repos/asf/phoenix/tree/d0c8f9db Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/d0c8f9db Branch: refs/heads/master Commit: d0c8f9dbd15460c023d50c8b8fd9334fb18c05dc Parents: 39c982f Author: maryannxue wei@intel.com Authored: Tue Jul 7 13:27:49 2015 -0400 Committer

phoenix git commit: PHOENIX-2074 StackOverflowError for hash join with round robin

2015-07-07 Thread maryannxue
://git-wip-us.apache.org/repos/asf/phoenix/tree/193fd92e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/193fd92e Branch: refs/heads/4.x-HBase-1.0 Commit: 193fd92ec0892b08f24823da2d62395fb647ffb0 Parents: b5cb414 Author: maryannxue wei@intel.com Authored: Tue Jul 7 13:34:45 2015 -0400

[04/12] phoenix git commit: PHOENIX-2151 Two different UDFs called on same column return values from first UDF only(Rajeshbabu)

2015-09-03 Thread maryannxue
PHOENIX-2151 Two different UDFs called on same column return values from first UDF only(Rajeshbabu) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2f128ee8 Tree:

[07/12] phoenix git commit: PHOENIX-2213 ARRAY_LENGTH fails for Decimal type array (Dumindu Buddhika)

2015-09-03 Thread maryannxue
PHOENIX-2213 ARRAY_LENGTH fails for Decimal type 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/f15c4dc3 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f15c4dc3 Diff:

[11/12] phoenix git commit: PHOENIX-2116: phoenix-flume - Sink/Serializer should be extendable

2015-09-03 Thread maryannxue
PHOENIX-2116: phoenix-flume - Sink/Serializer should be extendable Removes 'final' from the PhoenixSink class declaration, and allows passing a custom event serializer class instead of a built-in. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[01/12] phoenix git commit: PHOENIX-2141 ComparisonExpression should return Boolean null if either operand is null (bug fix)

2015-09-03 Thread maryannxue
asf/phoenix/commit/8a983243 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8a983243 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/8a983243 Branch: refs/heads/calcite Commit: 8a983243f55bf36236bbcac018e01dff4cb14e8a Parents: db137dc Author: maryannxue <wei@intel.com> Auth

[12/12] phoenix git commit: Merge branch 'master' into calcite

2015-09-03 Thread maryannxue
/ba8c8243 Branch: refs/heads/calcite Commit: ba8c824301caa95c01950d72b8b572c5594afdfe Parents: b646ca4 6ada2ae Author: maryannxue <wei@intel.com> Authored: Thu Sep 3 17:26:56 2015 -0400 Committer: maryannxue <wei@intel.com> Committed: Thu Sep 3 17:26:5

[02/12] phoenix git commit: Add Apache license header

2015-09-03 Thread maryannxue
Branch: refs/heads/calcite Commit: 80f3e9f18030c7b7c769631267f026009f14ad35 Parents: 8a98324 Author: maryannxue <wei@intel.com> Authored: Tue Aug 25 09:46:19 2015 -0400 Committer: maryannxue <wei@intel.com> Committed: Tue Aug 25 09:46:1

[09/12] phoenix git commit: PHOENIX-2160 - Projection of specific array index does not work (Dumindu Buddhika)

2015-09-03 Thread maryannxue
PHOENIX-2160 - Projection of specific array index does not work (Dumindu Buddhika) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/7d7c2178 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/7d7c2178 Diff:

[06/12] phoenix git commit: PHOENIX-2206 Math function called with PK column ignores WHERE clause

2015-09-03 Thread maryannxue
PHOENIX-2206 Math function called with PK column ignores WHERE clause Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/da37b9da Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/da37b9da Diff:

[2/2] phoenix git commit: Fix nullable attribute for columns

2015-09-08 Thread maryannxue
/71672620 Branch: refs/heads/calcite Commit: 71672620f6497bb92de8bfd2f5419a60225a2c94 Parents: eaebca8 Author: maryannxue <wei@intel.com> Authored: Tue Sep 8 15:41:33 2015 -0400 Committer: maryannxue <wei@intel.com> Committed: Tue Sep 8 15:41:3

[1/2] phoenix git commit: Fix nullable attribute for columns

2015-09-08 Thread maryannxue
asf/phoenix/tree/eaebca87 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/eaebca87 Branch: refs/heads/calcite Commit: eaebca870b189f3d97774f22fc2659dede699cd2 Parents: e7ac8cb Author: maryannxue <wei@intel.com> Authored: Tue Sep 8 15:33:25 2015 -0400 Committer: maryan

phoenix git commit: PHOENIX-2141 ComparisonExpression should return Boolean null if either operand is null (bug fix)

2015-08-25 Thread maryannxue
/phoenix/commit/5e2571b1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/5e2571b1 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/5e2571b1 Branch: refs/heads/4.x-HBase-1.0 Commit: 5e2571b1c4c022b46a4913052a8ced85d704b0e9 Parents: 04692d9 Author: maryannxue wei@intel.com

phoenix git commit: PHOENIX-2141 ComparisonExpression should return Boolean null if either operand is null (bug fix)

2015-08-25 Thread maryannxue
/phoenix/commit/6a3e5485 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/6a3e5485 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/6a3e5485 Branch: refs/heads/4.x-HBase-0.98 Commit: 6a3e548560c10b6999bd00bb216b5ff3e925190c Parents: 530bf82 Author: maryannxue wei@intel.com

phoenix git commit: PHOENIX-2141 ComparisonExpression should return Boolean null if either operand is null (bug fix)

2015-08-25 Thread maryannxue
/commit/8a983243 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8a983243 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/8a983243 Branch: refs/heads/master Commit: 8a983243f55bf36236bbcac018e01dff4cb14e8a Parents: db137dc Author: maryannxue wei@intel.com Authored: Tue Aug 25

phoenix git commit: PHOENIX-2141 ComparisonExpression should return Boolean null if either operand is null (bug fix)

2015-08-25 Thread maryannxue
/phoenix/commit/fd772a6e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/fd772a6e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/fd772a6e Branch: refs/heads/4.5-HBase-1.1 Commit: fd772a6e530d266bea30c265bb372191c7858f9b Parents: bb2aac7 Author: maryannxue wei@intel.com

phoenix git commit: PHOENIX-2141 ComparisonExpression should return Boolean null if either operand is null (bug fix)

2015-08-25 Thread maryannxue
/phoenix/commit/665abe97 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/665abe97 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/665abe97 Branch: refs/heads/4.5-HBase-1.0 Commit: 665abe9779329eb69c99bb4d52a7b5eb4d2f1e41 Parents: 85d7f71 Author: maryannxue wei@intel.com

phoenix git commit: PHOENIX-2141 ComparisonExpression should return Boolean null if either operand is null (bug fix)

2015-08-25 Thread maryannxue
/phoenix/commit/578b5fc0 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/578b5fc0 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/578b5fc0 Branch: refs/heads/4.5-HBase-0.98 Commit: 578b5fc04056326e22caaaf699d96e1ce66d3156 Parents: 7827463 Author: maryannxue wei@intel.com

phoenix git commit: Add Apache license header

2015-08-25 Thread maryannxue
/tree/80f3e9f1 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/80f3e9f1 Branch: refs/heads/master Commit: 80f3e9f18030c7b7c769631267f026009f14ad35 Parents: 8a98324 Author: maryannxue wei@intel.com Authored: Tue Aug 25 09:46:19 2015 -0400 Committer: maryannxue wei@intel.com Committed

phoenix git commit: Add Apache license header

2015-08-25 Thread maryannxue
/phoenix/tree/996c9510 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/996c9510 Branch: refs/heads/4.x-HBase-0.98 Commit: 996c951087aad5b61da7e038ebf88f5c7c756ba6 Parents: 6a3e548 Author: maryannxue wei@intel.com Authored: Tue Aug 25 09:48:33 2015 -0400 Committer: maryannxue wei

[4/6] phoenix git commit: PHOENIX-2194 order by should not require all PK fields with = constraint

2015-09-10 Thread maryannxue
PHOENIX-2194 order by should not require all PK fields with = constraint Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d18afe18 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d18afe18 Diff:

[2/6] phoenix git commit: PHOENIX-2237 Optimiza search comparator in KeyValyeUtil.

2015-09-10 Thread maryannxue
PHOENIX-2237 Optimiza search comparator in KeyValyeUtil. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b3c05bfd Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b3c05bfd Diff:

[1/6] phoenix git commit: PHOENIX-2207 Load scanner caches in parallel when using stats and round robin iterator

2015-09-10 Thread maryannxue
Repository: phoenix Updated Branches: refs/heads/calcite 71672620f -> 8c19e1c13 PHOENIX-2207 Load scanner caches in parallel when using stats and round robin iterator Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit:

[3/6] phoenix git commit: PHOENIX-2194 order by should not require all PK fields with = constraint

2015-09-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/d18afe18/phoenix-core/src/test/java/org/apache/phoenix/util/ScanUtilTest.java -- diff --git a/phoenix-core/src/test/java/org/apache/phoenix/util/ScanUtilTest.java

[5/6] phoenix git commit: PHOENIX-2198 Support correlate variable

2015-09-10 Thread maryannxue
/2acb38a9 Branch: refs/heads/calcite Commit: 2acb38a9c64d0d4f6551af9ad2767b9e36c6975a Parents: d18afe1 Author: maryannxue <wei@intel.com> Authored: Wed Sep 9 16:58:57 2015 -0400 Committer: maryannxue <wei@intel.com> Committed: Wed Sep 9 16:58:5

phoenix git commit: PHOENIX-2225 Support Correlate (Nested-loop Join) in Phoenix/Calcite Integration; PHOENIX-2226 Support Semi-Join in Phoenix/Calcite Integration

2015-09-10 Thread maryannxue
hor: maryannxue <wei@intel.com> Authored: Thu Sep 10 10:46:37 2015 -0400 Committer: maryannxue <wei@intel.com> Committed: Thu Sep 10 10:46:37 2015 -0400 -- .../org/apache/phoenix/calcite/Calcite

[6/6] phoenix git commit: Fix for merge

2015-09-10 Thread maryannxue
/heads/calcite Commit: 8c19e1c13f2c59c4ff8a974cf351e5a3faae3eab Parents: 7167262 2acb38a Author: maryannxue <wei@intel.com> Authored: Thu Sep 10 09:58:30 2015 -0400 Committer: maryannxue <wei@intel.com> Committed: Thu Sep 10 09:58:3

phoenix git commit: Make PhoenixCalciteDriver parse Phoenix URL and add Phoenix schema

2015-09-11 Thread maryannxue
ttp://git-wip-us.apache.org/repos/asf/phoenix/tree/59abec55 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/59abec55 Branch: refs/heads/calcite Commit: 59abec5584648e80c83882cf16c9fb2644854fec Parents: 86116a9 Author: maryannxue <wei@intel.com> Authored: Fri Sep 11 22:27:09 2

phoenix git commit: PHOENIX-2259 SqlValidator exception if salted index is created on non-salted table

2015-09-14 Thread maryannxue
mit/df370f43 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/df370f43 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/df370f43 Branch: refs/heads/calcite Commit: df370f438ebc5abc98e9540488964f7181673cf4 Parents: 59abec5 Author: maryannxue <wei@intel.com> Authored: Mon Sep 14

phoenix git commit: PHOENIX-2259 SqlValidator exception if salted index is created on non-salted table

2015-09-15 Thread maryannxue
mit/a8648f12 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a8648f12 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/a8648f12 Branch: refs/heads/calcite Commit: a8648f12dbe6efa01022a64035e65eaad32595b9 Parents: df370f4 Author: maryannxue <wei@intel.com> Authored: Tue Sep 15

phoenix git commit: PHOENIX-2250 [Phoenix/Calcite] Deduct column reference for TableScan and project required columns/column-families in Scan

2015-09-11 Thread maryannxue
wip-us.apache.org/repos/asf/phoenix/commit/86116a96 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/86116a96 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/86116a96 Branch: refs/heads/calcite Commit: 86116a9614e9b5b91c9fac10576ffabe72ccd6a2 Parents: 1a18e8f Author: maryannxue &

phoenix git commit: PHOENIX-2198 Support correlate variable

2015-09-09 Thread maryannxue
pos/asf/phoenix/tree/2acb38a9 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/2acb38a9 Branch: refs/heads/master Commit: 2acb38a9c64d0d4f6551af9ad2767b9e36c6975a Parents: d18afe1 Author: maryannxue <wei@intel.com> Authored: Wed Sep 9 16:58:57 2015 -0400 Committer: maryan

phoenix git commit: PHOENIX-2198 Support correlate variable

2015-09-09 Thread maryannxue
org/repos/asf/phoenix/tree/c1b82908 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/c1b82908 Branch: refs/heads/4.x-HBase-1.0 Commit: c1b8290860c328e2118e5f8b7f1b1b3dc1edbdde Parents: d0c17c6 Author: maryannxue <wei@intel.com> Authored: Wed Sep 9 17:08:55 2015 -0400 Committer: m

phoenix git commit: PHOENIX-2198 Support correlate variable

2015-09-09 Thread maryannxue
wip-us.apache.org/repos/asf/phoenix/tree/8f3cd25e Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/8f3cd25e Branch: refs/heads/4.x-HBase-0.98 Commit: 8f3cd25e370c133311a9042e2ba0e2f37c713000 Parents: 0657aee Author: maryannxue <wei@intel.com> Authored: Wed Sep 9 17:16:50 2015 -0400

[2/2] phoenix git commit: Merge branch '4.x-HBase-0.98' of https://git-wip-us.apache.org/repos/asf/phoenix into 4.x-HBase-0.98

2015-09-21 Thread maryannxue
/7eac78e7 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/7eac78e7 Branch: refs/heads/4.x-HBase-0.98 Commit: 7eac78e75dcc63a8667a28635dcacb8f542edeca Parents: ea91e63 1f4a540 Author: maryannxue <wei@intel.com> Authored: Mon Sep 21 09:26:34 2015 -0400 Committer: maryannxu

phoenix git commit: PHOENIX-2274 Sort-merge join could not optimize out the sort on the right table

2015-09-21 Thread maryannxue
bba Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/65d56bba Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/65d56bba Branch: refs/heads/master Commit: 65d56bba6d8782ca0a76a30958daa059e3652f16 Parents: 3c2997c Author: maryannxue <wei@intel.com> Authored: Mon Sep 21 08:3

[1/2] phoenix git commit: PHOENIX-2274 Sort-merge join could not optimize out the sort on the right table

2015-09-21 Thread maryannxue
mit/ea91e634 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/ea91e634 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/ea91e634 Branch: refs/heads/4.x-HBase-0.98 Commit: ea91e634400a58654ba98d8b696c169272ac8308 Parents: 6cd7936 Author: maryannxue <wei@intel.com> Authored

phoenix git commit: PHOENIX-2383 Implement Sequence in Phoenix/Calcite integration

2015-12-08 Thread maryannxue
git-wip-us.apache.org/repos/asf/phoenix/tree/57c3f3db Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/57c3f3db Branch: refs/heads/calcite Commit: 57c3f3dba5fff6f852ca66a135dc768a560acf78 Parents: 9a3e5e5 Author: maryannxue <wei@intel.com> Authored: Tue Dec 8 22:42:01 2015 -0500

[3/3] phoenix git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/phoenix

2015-12-02 Thread maryannxue
-us.apache.org/repos/asf/phoenix/diff/1c2b9b0e Branch: refs/heads/master Commit: 1c2b9b0e70876862f6be96749cdc8e1522a025fc Parents: bc9974b 26a6f88 Author: maryannxue <wei@intel.com> Authored: Wed Dec 2 21:12:29 2015 -0500 Committer: maryannxue <wei@intel.com> Committed: Wed Dec 2 2

[1/2] phoenix git commit: PHOENIX-2480 SQL Query with multiple projection selections over multiple tables having LEFT OUTER JOINS returns completely null for random columns even when data is present

2015-12-02 Thread maryannxue
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-0.98 8236cf007 -> 4b509269e http://git-wip-us.apache.org/repos/asf/phoenix/blob/4b509269/phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinMoreIT.java

[2/3] phoenix git commit: PHOENIX-2480 SQL Query with multiple projection selections over multiple tables having LEFT OUTER JOINS returns completely null for random columns even when data is present

2015-12-02 Thread maryannxue
/commit/bc9974ba Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/bc9974ba Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/bc9974ba Branch: refs/heads/master Commit: bc9974ba1c4cf3fd7b3cba9f4120b0a4b4c81610 Parents: 30ef0cc Author: maryannxue <wei@intel.com> Authored: Wed De

[2/2] phoenix git commit: PHOENIX-2480 SQL Query with multiple projection selections over multiple tables having LEFT OUTER JOINS returns completely null for random columns even when data is present

2015-12-02 Thread maryannxue
/commit/a57553c1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/a57553c1 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/a57553c1 Branch: refs/heads/4.x-HBase-1.0 Commit: a57553c1a584980f3c6c1c48c5c79a087ce885dd Parents: 76df6f2 Author: maryannxue <wei@intel.com> Authore

[1/2] phoenix git commit: PHOENIX-2480 SQL Query with multiple projection selections over multiple tables having LEFT OUTER JOINS returns completely null for random columns even when data is present

2015-12-02 Thread maryannxue
Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 76df6f2f0 -> a57553c1a http://git-wip-us.apache.org/repos/asf/phoenix/blob/a57553c1/phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinMoreIT.java --

[2/2] phoenix git commit: PHOENIX-2480 SQL Query with multiple projection selections over multiple tables having LEFT OUTER JOINS returns completely null for random columns even when data is present

2015-12-02 Thread maryannxue
/commit/4b509269 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4b509269 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4b509269 Branch: refs/heads/4.x-HBase-0.98 Commit: 4b509269e5d748a54db3cd7b93b58e9d30a27eed Parents: 8236cf0 Author: maryannxue <wei@intel.com> Authore

phoenix git commit: PHOENIX-2383 Implement Sequence in Phoenix/Calcite integration

2015-12-09 Thread maryannxue
git-wip-us.apache.org/repos/asf/phoenix/tree/7fd35a31 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/7fd35a31 Branch: refs/heads/calcite Commit: 7fd35a31f0795bdbb436680604f6328c0d6e60f9 Parents: 57c3f3d Author: maryannxue <wei@intel.com> Authored: Wed Dec 9 22:04:22 2015 -0500

phoenix git commit: PHOENIX-2386 Add new test cases to verify existing functionalities in Phoenix / Calcite integration (Part 1: local index)

2015-12-16 Thread maryannxue
wip-us.apache.org/repos/asf/phoenix/commit/1f43b8fc Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1f43b8fc Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/1f43b8fc Branch: refs/heads/calcite Commit: 1f43b8fc5ae9e162ded987141ccd91fbb00e9fce Parents: cdc40087 Author: maryannxue <m

phoenix git commit: Remove temporary fix for CALCITE-1018

2015-12-15 Thread maryannxue
pos/asf/phoenix/tree/cdc40087 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/cdc40087 Branch: refs/heads/calcite Commit: cdc400876c781ec12b15949d828ddb287864d13b Parents: 5a833c3 Author: maryannxue <maryann@gmail.com> Authored: Tue Dec 15 15:40:43 2015 -0500 Committer: maryannxue

[32/52] [abbrv] phoenix git commit: PHOENIX-2469 Problem with arrays in phoenix-spark (Dawid Wysakowicz)

2015-12-10 Thread maryannxue
PHOENIX-2469 Problem with arrays in phoenix-spark (Dawid Wysakowicz) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b8faae52 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b8faae52 Diff:

[45/52] [abbrv] phoenix git commit: PHOENIX-2481 JSON bulkload tool

2015-12-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/578979a1/phoenix-core/src/main/java/org/apache/phoenix/mapreduce/MultiHfileOutputFormat.java -- diff --git

[15/52] [abbrv] phoenix git commit: PHOENIX-2449 QueryServer needs Hadoop configuration on classpath with Kerberos(Josh Elser)

2015-12-10 Thread maryannxue
PHOENIX-2449 QueryServer needs Hadoop configuration on classpath with Kerberos(Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cab39d72 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/cab39d72 Diff:

[06/52] [abbrv] phoenix git commit: PHOENIX-1674 Snapshot isolation transaction support through Tephra (James Taylor, Thomas D'Silva)

2015-12-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/cc9929b5/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/ScanRegionObserver.java -- diff --git

[43/52] [abbrv] phoenix git commit: PHOENIX-2490 Exception while running update statistics on transactional table

2015-12-10 Thread maryannxue
PHOENIX-2490 Exception while running update statistics on transactional table Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/8ce3b580 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/8ce3b580 Diff:

[02/52] [abbrv] phoenix git commit: PHOENIX-1674 Snapshot isolation transaction support through Tephra (James Taylor, Thomas D'Silva)

2015-12-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/cc9929b5/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java

[13/52] [abbrv] phoenix git commit: PHOENIX-2441 Addendum to not require transaction manager to be run

2015-12-10 Thread maryannxue
PHOENIX-2441 Addendum to not require transaction manager to be run Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/104af256 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/104af256 Diff:

[22/52] [abbrv] phoenix git commit: PHOENIX-2462 Add tephra test dependency to spark module

2015-12-10 Thread maryannxue
PHOENIX-2462 Add tephra test dependency to spark module Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0e45e245 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0e45e245 Diff:

[41/52] [abbrv] phoenix git commit: PHOENIX-2448 Fix quoting for sqlline-thin.py on Windows.

2015-12-10 Thread maryannxue
PHOENIX-2448 Fix quoting for sqlline-thin.py on Windows. Also fix the use of "hbase" instead of "hbase.cmd" on Windows. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/a8238f9b Tree:

[04/52] [abbrv] phoenix git commit: PHOENIX-1674 Snapshot isolation transaction support through Tephra (James Taylor, Thomas D'Silva)

2015-12-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/cc9929b5/phoenix-core/src/main/java/org/apache/phoenix/index/PhoenixTransactionalIndexer.java -- diff --git

[31/52] [abbrv] phoenix git commit: PHOENIX-2402 NPE when using UPSERT SELECT with a char array (Julian Jaffe)

2015-12-10 Thread maryannxue
PHOENIX-2402 NPE when using UPSERT SELECT with a char array (Julian Jaffe) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/00ee9415 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/00ee9415 Diff:

[07/52] [abbrv] phoenix git commit: PHOENIX-1674 Snapshot isolation transaction support through Tephra (James Taylor, Thomas D'Silva)

2015-12-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/cc9929b5/phoenix-core/src/it/java/org/apache/phoenix/tx/TransactionIT.java -- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/tx/TransactionIT.java

[47/52] [abbrv] phoenix git commit: PHOENIX-2496 Attempt to gracefully close in ShutdownHook, but still exit promptly.

2015-12-10 Thread maryannxue
PHOENIX-2496 Attempt to gracefully close in ShutdownHook, but still exit promptly. The JVM will not exit until all ShutdownHooks have completed. Blocking until a query thread completes might be on the order of minutes which is undesirable. Try to clean up, but exit quickly. Introduces

[29/52] [abbrv] phoenix git commit: PHOENIX-2374 Honor PTable.isWALDisabled() for row deletes

2015-12-10 Thread maryannxue
PHOENIX-2374 Honor PTable.isWALDisabled() for row deletes Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/15ab697f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/15ab697f Diff:

[08/52] [abbrv] phoenix git commit: PHOENIX-1674 Snapshot isolation transaction support through Tephra (James Taylor, Thomas D'Silva)

2015-12-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/cc9929b5/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexIT.java -- diff --git

[49/52] [abbrv] phoenix git commit: PHOENIX-1949 NPE while inserting NULL in a VARCHAR array using UPSERT stmt (Ram)

2015-12-10 Thread maryannxue
PHOENIX-1949 NPE while inserting NULL in a VARCHAR array using UPSERT stmt (Ram) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/c2a1f744 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/c2a1f744 Diff:

[36/52] [abbrv] phoenix git commit: Refactoring tests that start the txn manager to use BaseOwnClusterIT

2015-12-10 Thread maryannxue
Refactoring tests that start the txn manager to use BaseOwnClusterIT Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/26a6f881 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/26a6f881 Diff:

[20/52] [abbrv] phoenix git commit: PHOENIX-2461 Tweak shutdown of ConnectionQueryService during testing

2015-12-10 Thread maryannxue
PHOENIX-2461 Tweak shutdown of ConnectionQueryService during testing Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/33ed7d9f Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/33ed7d9f Diff:

[23/52] [abbrv] phoenix git commit: Revert "PHOENIX-2462 Add tephra test dependency to spark module"

2015-12-10 Thread maryannxue
Revert "PHOENIX-2462 Add tephra test dependency to spark module" This reverts commit 0e45e24581e592a21745cf07b8c7620bbd1f3263. Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d60713e9 Tree:

[48/52] [abbrv] phoenix git commit: PHOENIX-2494 Fix test failure AlterTableWithViewsIT.testMakeBaseTableTransactional

2015-12-10 Thread maryannxue
PHOENIX-2494 Fix test failure AlterTableWithViewsIT.testMakeBaseTableTransactional Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/bf066177 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/bf066177 Diff:

[46/52] [abbrv] phoenix git commit: PHOENIX-2481 JSON bulkload tool

2015-12-10 Thread maryannxue
PHOENIX-2481 JSON bulkload tool Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/578979a1 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/578979a1 Diff:

[30/52] [abbrv] phoenix git commit: PHOENIX-2471 Move update meta data call prior to getting index maintainer

2015-12-10 Thread maryannxue
PHOENIX-2471 Move update meta data call prior to getting index maintainer Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/49be33e7 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/49be33e7 Diff:

[11/52] [abbrv] phoenix git commit: PHOENIX-2441 Do not require transaction manager to be run

2015-12-10 Thread maryannxue
PHOENIX-2441 Do not require transaction manager to be run Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/dec2ad98 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/dec2ad98 Diff:

[19/52] [abbrv] phoenix git commit: PHOENIX-2459 Add tephra test dependency to pherf module

2015-12-10 Thread maryannxue
PHOENIX-2459 Add tephra test dependency to pherf module Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/07ede93b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/07ede93b Diff:

[51/52] [abbrv] phoenix git commit: PHOENIX-2495 Fix test failures in CsvBulkLoadToolIT

2015-12-10 Thread maryannxue
PHOENIX-2495 Fix test failures in CsvBulkLoadToolIT Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/f244feb4 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/f244feb4 Diff:

[09/52] [abbrv] phoenix git commit: PHOENIX-1674 Snapshot isolation transaction support through Tephra (James Taylor, Thomas D'Silva)

2015-12-10 Thread maryannxue
PHOENIX-1674 Snapshot isolation transaction support through Tephra (James Taylor, Thomas D'Silva) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/cc9929b5 Tree:

[16/52] [abbrv] phoenix git commit: PHOENIX-2444 Expansion of derived table query works incorrectly with aggregate over order by

2015-12-10 Thread maryannxue
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/7b2e1b14 Branch: refs/heads/calcite Commit: 7b2e1b1493c1fe2bbcf8d2c8b5de6ba1447f7ec3 Parents: 1b5e7fd Author: maryannxue <wei@intel.com> Authored: Wed Nov 25 14:00:40 2015 -0500 Committer: maryannxue <wei@intel.com> Commit

[37/52] [abbrv] phoenix git commit: PHOENIX-2480 SQL Query with multiple projection selections over multiple tables having LEFT OUTER JOINS returns completely null for random columns even when data is

2015-12-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/bc9974ba/phoenix-core/src/it/java/org/apache/phoenix/end2end/SortMergeJoinMoreIT.java -- diff --git

[40/52] [abbrv] phoenix git commit: PHOENIX-2477 ClassCastException in IndexedWALEditCodec after HBASE-14501 (possible dataloss)

2015-12-10 Thread maryannxue
PHOENIX-2477 ClassCastException in IndexedWALEditCodec after HBASE-14501 (possible dataloss) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/9478d1f2 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/9478d1f2

[35/52] [abbrv] phoenix git commit: PHOENIX-2468 Add dynamic column to track asynchronous index creation date

2015-12-10 Thread maryannxue
PHOENIX-2468 Add dynamic column to track asynchronous index creation date Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/30ef0cc5 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/30ef0cc5 Diff:

[12/52] [abbrv] phoenix git commit: PHOENIX-2451 Use ReadOnlyProps instead of Configuration in ConnectionQueryServicesImpl

2015-12-10 Thread maryannxue
PHOENIX-2451 Use ReadOnlyProps instead of Configuration in ConnectionQueryServicesImpl Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b621c7fd Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b621c7fd Diff:

[52/52] [abbrv] phoenix git commit: Merge from master; Temporary fix for CALCITE-1018

2015-12-10 Thread maryannxue
/phoenix/diff/5a833c32 Branch: refs/heads/calcite Commit: 5a833c326ff9d542792a3c261884b78cadfe4c61 Parents: 271de4d f244feb Author: maryannxue <wei@intel.com> Authored: Thu Dec 10 21:42:56 2015 -0500 Committer: maryannxue <wei@intel.com> Committed: Thu Dec 10 21:42:5

[34/52] [abbrv] phoenix git commit: PHOENIX-2458 Refactoring tests that start the txn manager to use BaseOwnClusterIT

2015-12-10 Thread maryannxue
PHOENIX-2458 Refactoring tests that start the txn manager to use BaseOwnClusterIT Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/0701e06d Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0701e06d Diff:

[17/52] [abbrv] phoenix git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/phoenix

2015-12-10 Thread maryannxue
-us.apache.org/repos/asf/phoenix/diff/3bfa38dd Branch: refs/heads/calcite Commit: 3bfa38dd992836d81d44f2c5676dd3a216f8d788 Parents: 7b2e1b1 cab39d7 Author: maryannxue <wei@intel.com> Authored: Wed Nov 25 14:01:16 2015 -0500 Committer: maryannxue <wei@intel.com> Committed: Wed Nov

[28/52] [abbrv] phoenix git commit: PHOENIX-2466 Correct warning on maven-dependency-plugin in phoenix-core (Gabor Liptak)

2015-12-10 Thread maryannxue
PHOENIX-2466 Correct warning on maven-dependency-plugin in phoenix-core (Gabor Liptak) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d4a4376e Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d4a4376e Diff:

[03/52] [abbrv] phoenix git commit: PHOENIX-1674 Snapshot isolation transaction support through Tephra (James Taylor, Thomas D'Silva)

2015-12-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/cc9929b5/phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java -- diff --git

[05/52] [abbrv] phoenix git commit: PHOENIX-1674 Snapshot isolation transaction support through Tephra (James Taylor, Thomas D'Silva)

2015-12-10 Thread maryannxue
http://git-wip-us.apache.org/repos/asf/phoenix/blob/cc9929b5/phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java -- diff --git a/phoenix-core/src/main/java/org/apache/phoenix/execute/MutationState.java

[18/52] [abbrv] phoenix git commit: PHOENIX-2458 MutableIndexFailureIT causes other NeedsOwnMiniClusterTest tests to hang

2015-12-10 Thread maryannxue
PHOENIX-2458 MutableIndexFailureIT causes other NeedsOwnMiniClusterTest tests to hang Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/b2676cbe Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b2676cbe Diff:

[01/52] [abbrv] phoenix git commit: PHOENIX-1674 Snapshot isolation transaction support through Tephra (James Taylor, Thomas D'Silva)

2015-12-10 Thread maryannxue
Repository: phoenix Updated Branches: refs/heads/calcite 271de4d04 -> 5a833c326 http://git-wip-us.apache.org/repos/asf/phoenix/blob/cc9929b5/phoenix-core/src/main/java/org/apache/phoenix/schema/PTableRef.java -- diff --git

[39/52] [abbrv] phoenix git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/phoenix

2015-12-10 Thread maryannxue
-us.apache.org/repos/asf/phoenix/diff/1c2b9b0e Branch: refs/heads/calcite Commit: 1c2b9b0e70876862f6be96749cdc8e1522a025fc Parents: bc9974b 26a6f88 Author: maryannxue <wei@intel.com> Authored: Wed Dec 2 21:12:29 2015 -0500 Committer: maryannxue <wei@intel.com> Committed: Wed Dec 2 2

[14/52] [abbrv] phoenix git commit: PHOENIX-2441 Addendum to not require transaction manager to be run

2015-12-10 Thread maryannxue
PHOENIX-2441 Addendum to not require transaction manager to be run Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/1b5e7fd7 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/1b5e7fd7 Diff:

[38/52] [abbrv] phoenix git commit: PHOENIX-2480 SQL Query with multiple projection selections over multiple tables having LEFT OUTER JOINS returns completely null for random columns even when data is

2015-12-10 Thread maryannxue
/commit/bc9974ba Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/bc9974ba Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/bc9974ba Branch: refs/heads/calcite Commit: bc9974ba1c4cf3fd7b3cba9f4120b0a4b4c81610 Parents: 30ef0cc Author: maryannxue <wei@intel.com> Authored: Wed De

[27/52] [abbrv] phoenix git commit: PHOENIX-2465 Upgrade ANTLR version to correct generation (Gabor Liptak)

2015-12-10 Thread maryannxue
PHOENIX-2465 Upgrade ANTLR version to correct generation (Gabor Liptak) Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/21e7c7dd Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/21e7c7dd Diff:

<    1   2   3   4   5   6   7   8   9   10   >