[incubator-hawq] Git Push Summary

2018-08-02 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/2.4.0.0-incubating [created] 59133ea40

svn commit: r28249 - /release/incubator/hawq/KEYS

2018-07-20 Thread rlei
Author: rlei Date: Fri Jul 20 09:49:33 2018 New Revision: 28249 Log: Add Radar Lei (CODE SIGNING KEY) info Modified: release/incubator/hawq/KEYS Modified: release/incubator/hawq/KEYS == --- release/incubator/hawq

svn commit: r28248 - /dev/incubator/hawq/KEYS

2018-07-20 Thread rlei
Author: rlei Date: Fri Jul 20 09:31:59 2018 New Revision: 28248 Log: Add Radar Lei (CODE SIGNING KEY) info Modified: dev/incubator/hawq/KEYS Modified: dev/incubator/hawq/KEYS == --- dev/incubator/hawq/KEYS (original

incubator-hawq-site git commit: HAWQ-1638. Modify the release notes links.

2018-07-13 Thread rlei
0e4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/tree/d3e100e4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/diff/d3e100e4 Branch: refs/heads/asf-site Commit: d3e100e4fe0373f6627c9a66bdcbb7a7cc0d3704 Parents: a1fb756 Author: rlei Authored: Fri Jul 13 17:56

incubator-hawq-site git commit: HAWQ-1638. Remove 2.2.0.0 release to archive.

2018-07-13 Thread rlei
mit/a1fb7569 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/tree/a1fb7569 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/diff/a1fb7569 Branch: refs/heads/asf-site Commit: a1fb75698c76894a2cbf7d43091c495d8e2acb45 Parents: da5e23f Author: rlei Authored: Fri Jul 13 17:22

incubator-hawq-site git commit: HAWQ-1638. Only use one gpg command as an example.

2018-07-13 Thread rlei
mit/da5e23f4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/tree/da5e23f4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/diff/da5e23f4 Branch: refs/heads/asf-site Commit: da5e23f4b88e1c41355a69c3be2eb3130e5aac11 Parents: ce698f1 Author: rlei Authored: Fri Jul 13

incubator-hawq-site git commit: HAWQ-1638. Use full name for Apache Ambari.

2018-07-13 Thread rlei
mit/ce698f18 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/tree/ce698f18 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/diff/ce698f18 Branch: refs/heads/asf-site Commit: ce698f1806d3c177ee52ff8e0cc729b7b2b7cba4 Parents: aae4392 Author: rlei Authored: Fri Jul 13 16:17

incubator-hawq-site git commit: HAWQ-1638. Add how to verify downloaded files section, removed md5 keys.

2018-07-11 Thread rlei
asf/incubator-hawq-site/commit/a71dc190 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/tree/a71dc190 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/diff/a71dc190 Branch: refs/heads/asf-site Commit: a71dc190fc4e2427803e7165e3920f99238f850f Parents: c6a20e5 Author: r

incubator-hawq git commit: HAWQ-1618. Segment panic at workfile_mgr_close_file() when transaction ROLLBACK

2018-06-06 Thread rlei
30 14:26:01 2018 +0800 Committer: rlei Committed: Wed Jun 6 16:53:37 2018 +0800 -- src/backend/executor/execWorkfile.c | 53 - src/backend/executor/test/Makefile| 2 +- src/backend/executor/t

[2/3] incubator-hawq git commit: HAWQ-1619. Fix Vectorized Execution bugs

2018-06-06 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/f0e95fc4/contrib/vexecutor/create_udv.sql.in -- diff --git a/contrib/vexecutor/create_udv.sql.in b/contrib/vexecutor/create_udv.sql.in new file mode 100644 index

[1/3] incubator-hawq git commit: HAWQ-1619. Fix Vectorized Execution bugs

2018-06-06 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master 3779f14dc -> f0e95fc4e http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/f0e95fc4/contrib/vexecutor/execVScan.c -- diff --git

[3/3] incubator-hawq git commit: HAWQ-1619. Fix Vectorized Execution bugs

2018-06-06 Thread rlei
HAWQ-1619. Fix Vectorized Execution bugs Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/f0e95fc4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/f0e95fc4 Diff:

[2/9] incubator-hawq git commit: HAWQ-1612. Implement vectorized aggregate functions, such as avg/sum/count.

2018-05-18 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/ce2814d4/src/test/feature/vexecutor/ans/vagg.ans -- diff --git a/src/test/feature/vexecutor/ans/vagg.ans b/src/test/feature/vexecutor/ans/vagg.ans new file mode 100644

[5/9] incubator-hawq git commit: HAWQ-1612. Implement vectorized aggregate functions, such as avg/sum/count.

2018-05-18 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/ce2814d4/contrib/vexecutor/vtype.c -- diff --git a/contrib/vexecutor/vtype.c b/contrib/vexecutor/vtype.c index 89c6556..8b7c898 100644 --- a/contrib/vexecutor/vtype.c +++

[4/9] incubator-hawq git commit: HAWQ-1612. Implement vectorized aggregate functions, such as avg/sum/count.

2018-05-18 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/ce2814d4/src/test/feature/vexecutor/ans/create_type_vadt.ans -- diff --git a/src/test/feature/vexecutor/ans/create_type_vadt.ans

[7/9] incubator-hawq git commit: HAWQ-1612. Implement vectorized aggregate functions, such as avg/sum/count.

2018-05-18 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/ce2814d4/contrib/vexecutor/create_udv.sql -- diff --git a/contrib/vexecutor/create_udv.sql b/contrib/vexecutor/create_udv.sql new file mode 100644 index 000..41b0220

[6/9] incubator-hawq git commit: HAWQ-1612. Implement vectorized aggregate functions, such as avg/sum/count.

2018-05-18 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/ce2814d4/contrib/vexecutor/execVScan.c -- diff --git a/contrib/vexecutor/execVScan.c b/contrib/vexecutor/execVScan.c index 911a49d..064dfed 100644 ---

[1/9] incubator-hawq git commit: HAWQ-1612. Implement vectorized aggregate functions, such as avg/sum/count.

2018-05-18 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master 25ed0ae26 -> ce2814d4e http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/ce2814d4/src/test/feature/vexecutor/sql/create_type.sql -- diff --git

[9/9] incubator-hawq git commit: HAWQ-1612. Implement vectorized aggregate functions, such as avg/sum/count.

2018-05-18 Thread rlei
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/ce2814d4 Branch: refs/heads/master Commit: ce2814d4e2912d5fae8b71b6b488526858c6fb08 Parents: 25ed0ae Author: Shujie Zhang <shzh...@pivotal.io> Authored: Tue May 15 12:39:04 2018 +0800 Committer: rlei <r...@pivotal.io> Co

[3/9] incubator-hawq git commit: HAWQ-1612. Implement vectorized aggregate functions, such as avg/sum/count.

2018-05-18 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/ce2814d4/src/test/feature/vexecutor/ans/drop_type.ans -- diff --git a/src/test/feature/vexecutor/ans/drop_type.ans b/src/test/feature/vexecutor/ans/drop_type.ans index

[8/9] incubator-hawq git commit: HAWQ-1612. Implement vectorized aggregate functions, such as avg/sum/count.

2018-05-18 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/ce2814d4/contrib/vexecutor/create_type.sql -- diff --git a/contrib/vexecutor/create_type.sql b/contrib/vexecutor/create_type.sql deleted file mode 100644 index

incubator-hawq git commit: HAWQ-1613. Create Date based Vectorized type and relevant expression

2018-05-10 Thread rlei
Authored: Tue May 8 13:01:19 2018 +0800 Committer: rlei <r...@pivotal.io> Committed: Thu May 10 15:45:20 2018 +0800 -- contrib/vexecutor/HowToCreateAVecType.md | 83 + contrib/vexecutor/Makefile

incubator-hawq git commit: HAWQ-1527 Added feature to enable partition filtering for integral data types

2018-01-31 Thread rlei
ham.uc...@gmail.com> Authored: Fri Sep 15 16:05:19 2017 -0700 Committer: rlei <r...@pivotal.io> Committed: Wed Jan 31 17:26:17 2018 +0800 -- .../pxf/plugins/hive/HiveDataFragmenter.java| 24 - .

incubator-hawq git commit: HAWQ-1125. Running pl/python related feature_test cases in parallel

2018-01-02 Thread rlei
nts: 4fd7565 Author: Kuien Liu <kuien@alibaba-inc.com> Authored: Thu Dec 28 16:16:17 2017 +0800 Committer: rlei <r...@pivotal.io> Committed: Wed Jan 3 13:43:50 2018 +0800 -- src/test/feature/planner/ans/subplan.ans

incubator-hawq git commit: HAWQ-1573. Clear debug_query_string in proc_exit to avoid crash

2018-01-02 Thread rlei
s/asf/incubator-hawq/tree/4fd7565e Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/4fd7565e Branch: refs/heads/master Commit: 4fd7565ed6a150aa1e4e00cf53563a8f6dbe5b73 Parents: 2607507 Author: Kuien Liu <kuien@alibaba-inc.com> Authored: Fri Dec 15 12:51:07 2017 +08

incubator-hawq git commit: HAWQ-1572 Fix travis ci build failure. Thrift/Boost incompatibility

2017-12-14 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master 7f10c94a0 -> 85fd30570 HAWQ-1572 Fix travis ci build failure. Thrift/Boost incompatibility Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit:

incubator-hawq git commit: HAWQ-1560. Changed log level to DEBUG1 for data locality messages

2017-12-13 Thread rlei
nts: 870c7b9 Author: Kyle Roberts <krobe...@pivotal.io> Authored: Fri Dec 1 17:44:42 2017 -0800 Committer: rlei <r...@pivotal.io> Committed: Thu Dec 14 11:29:40 2017 +0800 -- src/backend/cdb/cdbdatalocality.c | 2 +- 1

[3/3] incubator-hawq git commit: HAWQ-1532. test cases on 'Asia' timezone

2017-11-30 Thread rlei
/repos/asf/incubator-hawq/diff/5e152951 Branch: refs/heads/master Commit: 5e152951d9a648a797199f2d21513bb8e30e4644 Parents: 7d522a8 Author: Kuien Liu <kuien@alibaba-inc.com> Authored: Thu Nov 30 17:43:12 2017 +0800 Committer: rlei <r...@pivotal.io> Committed: Fri Dec 1 14:29:5

[1/3] incubator-hawq git commit: HAWQ-1532. Fix conflict in Asia timezone

2017-11-30 Thread rlei
asf/incubator-hawq/diff/7d522a83 Branch: refs/heads/master Commit: 7d522a83a97817177e36d35ac25af5cc46a1585c Parents: e4042df Author: Kuien Liu <kuien@alibaba-inc.com> Authored: Thu Oct 19 17:18:11 2017 +0800 Committer: rlei <r...@pivotal.io> Committed: Fri Dec 1 14:2

[2/3] incubator-hawq git commit: HAWQ-1532. recognize timezone 'CST' correctly in China

2017-11-30 Thread rlei
os/asf/incubator-hawq/tree/e4042dfa Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/e4042dfa Branch: refs/heads/master Commit: e4042dfa6cf6bd6362bd67923509663812a7411a Parents: e5c75a0 Author: Tom Lane <t...@sss.pgh.pa.us> Authored: Wed Dec 24 16:35:23 2014 -0500 Commit

[1/2] incubator-hawq git commit: HAWQ-1368 Add option to hawq register to specify log directory

2017-11-30 Thread rlei
il.com> Authored: Mon Nov 20 17:28:44 2017 -0800 Committer: rlei <r...@pivotal.io> Committed: Fri Dec 1 14:24:26 2017 +0800 -- tools/bin/hawqregister | 3 ++- tools/doc/hawqregister_help | 8 ++-- 2 files changed, 8 i

incubator-hawq git commit: HAWQ-1559 - Fix travis ci build failure due to missing apr package

2017-11-30 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master 1ccf01b3d -> aa518ad8e HAWQ-1559 - Fix travis ci build failure due to missing apr package Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit:

incubator-hawq git commit: HAWQ-1549 Enable standby resync using -M smart/fast/immediate

2017-11-13 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master 4cb2a7ab9 -> 1ccf01b3d HAWQ-1549 Enable standby resync using -M smart/fast/immediate Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit:

[incubator-hawq] Git Push Summary

2017-09-23 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/hdb-2.3.0.1 [deleted] b8b8d07cd

[1/4] incubator-hawq git commit: [#147975399] update versions for HAWQ/PXF/Ambari-plugin

2017-09-23 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/hdb-2.3.0.1 [created] b8b8d07cd [#147975399] update versions for HAWQ/PXF/Ambari-plugin Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/251d9c7d

[3/4] incubator-hawq git commit: HAWQ-1198. Fix to filter out irrelevant fragments while accessing Hive.

2017-09-23 Thread rlei
HAWQ-1198. Fix to filter out irrelevant fragments while accessing Hive. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/dcdeb137 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/dcdeb137

[4/4] incubator-hawq git commit: HAWQ-1526. Added support for functions in WHERE clause for PXF tables.

2017-09-23 Thread rlei
: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/b8b8d07c Branch: refs/heads/hdb-2.3.0.1 Commit: b8b8d07cd9e4137d500ff02f9b7c9b9290a98597 Parents: dcdeb13 Author: Oleksandr Diachenko <odiache...@pivotal.io> Authored: Fri Sep 22 11:26:49 2017 -0700 Committer: rlei <r...@p

[2/4] incubator-hawq git commit: HAWQ-1525. Segmentation fault occurs if reindex database when loading data from Hive to HAWQ using hcatalog

2017-09-23 Thread rlei
HAWQ-1525. Segmentation fault occurs if reindex database when loading data from Hive to HAWQ using hcatalog Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/fd9073c6 Tree:

incubator-hawq git commit: HAWQ-1525. Segmentation fault occurs if reindex database when loading data from Hive to HAWQ using hcatalog

2017-09-14 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master 4cd0c565b -> 9f76faa70 HAWQ-1525. Segmentation fault occurs if reindex database when loading data from Hive to HAWQ using hcatalog Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit:

incubator-hawq git commit: HAWQ-1495 Updated Readme with a note to run tests parallely to avoid answer file mismatch

2017-09-05 Thread rlei
rma <shubham.uc...@gmail.com> Authored: Mon Jul 3 16:40:19 2017 -0700 Committer: rlei <r...@pivotal.io> Committed: Wed Sep 6 10:18:46 2017 +0800 -- src/test/feature/README.md | 5 +++-- 1 file changed, 3 insertions(

incubator-hawq git commit: HAWQ-1520. Create filespace should also skip hdfs trash directory

2017-09-04 Thread rlei
ored: Fri Sep 1 15:57:34 2017 +0800 Committer: rlei <r...@pivotal.io> Committed: Mon Sep 4 16:01:19 2017 +0800 -- src/backend/commands/filespace.c | 3 +-- src/backend/storage/file/fd.c| 23 +-- src/

incubator-hawq git commit: HAWQ-1504 - Fixed namenode hang during docker container restart

2017-09-01 Thread rlei
il.com> Authored: Mon Jul 17 18:42:51 2017 -0700 Committer: rlei <r...@pivotal.io> Committed: Fri Sep 1 12:28:47 2017 +0800 -- contrib/hawq-docker/centos6-docker/hawq-test/start-hdfs.sh | 2 +- contrib/hawq-docker/centos7-docker/

incubator-hawq git commit: HAWQ-1524 - Fix travis ci build failure after protobuf upgrade to 3.4

2017-08-31 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master cf27070ed -> a43575010 HAWQ-1524 - Fix travis ci build failure after protobuf upgrade to 3.4 Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit:

incubator-hawq git commit: HAWQ-1520. gpcheckhdfs should skip hdfs trash directory

2017-08-31 Thread rlei
Aug 29 15:46:24 2017 +0800 Committer: rlei <r...@pivotal.io> Committed: Thu Aug 31 15:09:36 2017 +0800 -- src/bin/gpcheckhdfs/gpcheckhdfs.c | 24 ++-- 1 file changed, 22 insertions(

incubator-hawq git commit: HAWQ-1507. Fix unittest-check fail on SuSE

2017-07-27 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master 0d6a74406 -> 3ee258ed1 HAWQ-1507. Fix unittest-check fail on SuSE Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/3ee258ed Tree:

[3/4] incubator-hawq git commit: HAWQ-1501. Support TDE by adding KmsClientProvider class to interact with KMS server.

2017-07-24 Thread rlei
/tree/c024842f Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/c024842f Branch: refs/heads/master Commit: c024842ff3102aae0611d468da4f36aedb7e3c07 Parents: 04b8884 Author: amyrazz44 <a...@pivotal.io> Authored: Tue Jul 11 15:51:32 2017 +0800 Committer: rlei <r...@pivotal.io&g

[2/4] incubator-hawq git commit: HAWQ-1502. Support TDE write function.

2017-07-24 Thread rlei
/repos/asf/incubator-hawq/diff/0d6a7440 Branch: refs/heads/master Commit: 0d6a74406a4599f70b5a6cc73554d647394de382 Parents: c024842 Author: amyrazz44 <a...@pivotal.io> Authored: Tue Jul 11 15:57:26 2017 +0800 Committer: rlei <r...@pivotal.io> Committed: Mon Jul 24 16:53:1

[4/4] incubator-hawq git commit: HAWQ-1500. Support TDE by adding a common class HttpClient to get response from KMS.

2017-07-24 Thread rlei
/04b8884e Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/04b8884e Branch: refs/heads/master Commit: 04b8884eee2a2f95cf0a24accb19dd77f441f045 Parents: 993a918 Author: amyrazz44 <a...@pivotal.io> Authored: Tue Jul 11 15:43:18 2017 +0800 Committer: rlei <r...@pivotal.io&g

[1/4] incubator-hawq git commit: HAWQ-1502. Support TDE write function.

2017-07-24 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master 993a918fb -> 0d6a74406 http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/0d6a7440/depends/libhdfs3/test/unit/UnitTestOutputStream.cpp -- diff --git

incubator-hawq git commit: HAWQ-1273 - Removed incorrect references from gplogfilter

2017-07-18 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master 278b3d3c0 -> 993a918fb HAWQ-1273 - Removed incorrect references from gplogfilter Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/993a918f

incubator-hawq git commit: HAWQ-1373 - Added feature to reload GUC values using hawq reload-config deprecating hawq stop -u

2017-07-11 Thread rlei
ham Sharma <shubham.uc...@gmail.com> Authored: Tue Jun 13 08:02:33 2017 -0700 Committer: rlei <r...@pivotal.io> Committed: Tue Jul 11 15:14:04 2017 +0800 -- .../feature/ManagementTool/test_hawq_

[1/2] incubator-hawq git commit: Revert "HAWQ-1458. The maximum value of guc share_input_scan_wait_lockfile_timeout should be greater than the default value."

2017-07-02 Thread rlei
h: refs/heads/master Commit: a85b0ce8adbdceb71e1ba3d37652317f680e6c0e Parents: 8a9a4d9 Author: rlei <r...@pivotal.io> Authored: Mon Jul 3 13:44:03 2017 +0800 Committer: rlei <r...@pivotal.io> Committed: Mon Jul 3 13:44:03 2017 +0800 --

[2/2] incubator-hawq git commit: Revert "fix share input scan bug for writer part" and releated commits.

2017-07-02 Thread rlei
refs/heads/master Commit: 4aae1a07670ebc820e32d525709f562356e97235 Parents: a85b0ce Author: rlei <r...@pivotal.io> Authored: Mon Jul 3 13:44:14 2017 +0800 Committer: rlei <r...@pivotal.io> Committed: Mon Jul 3 13:44:14 2017 +0800 -

incubator-hawq git commit: HAWQ-1425. Print error message if ssh connect failed.

2017-04-07 Thread rlei
mit/32e01c76 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/32e01c76 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/32e01c76 Branch: refs/heads/2.2.0.0-incubating Commit: 32e01c76b54782d0367204737d412cdf5b6146ff Parents: 18e928c Author: rlei <r...@pivotal.io>

incubator-hawq git commit: HAWQ-1425. Print error message if ssh connect failed.

2017-04-07 Thread rlei
ree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/a48afb61 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/a48afb61 Branch: refs/heads/master Commit: a48afb6144289276fe3978302f5ad3337489a254 Parents: 1bbd1e9 Author: rlei <r...@pivotal.io> Authored: Thu Apr 6 17:1

[2/3] incubator-hawq git commit: HAWQ-1420. Enable build of Ranger plugin open source RPM

2017-03-31 Thread rlei
-wip-us.apache.org/repos/asf/incubator-hawq/diff/4e6624a4 Branch: refs/heads/2.2.0.0-incubating Commit: 4e6624a49a43af5cffd65be944c06cc6f966ba22 Parents: 2045627 Author: ljainpivotalio <lj...@pivotal.io> Authored: Tue Mar 28 17:31:02 2017 -0700 Committer: rlei <r...@pivotal.io> Committed:

[1/3] incubator-hawq git commit: HAWQ-1421. PXF rpm updates to make it oss friendly

2017-03-31 Thread rlei
il.com> Authored: Wed Mar 29 18:15:37 2017 -0700 Committer: rlei <r...@pivotal.io> Committed: Sat Apr 1 12:02:48 2017 +0800 -- pxf/Makefile | 2 +- pxf/build.gradle | 13 + 2 files changed, 10 insertions(

[3/3] incubator-hawq git commit: HAWQ-1409. Send AGG-TYPE header to PXF

2017-03-31 Thread rlei
: 20456278f93b8b9a425f606be440c79e19f30436 Parents: d70d709 Author: Kavinder Dhaliwal <kavind...@gmail.com> Authored: Fri Mar 3 15:27:05 2017 -0800 Committer: rlei <r...@pivotal.io> Committed: Sat Apr 1 12:02:48 2017 +0800 -- src/backend/access/exter

incubator-hawq git commit: HAWQ-1421. PXF rpm updates to make it oss friendly

2017-03-31 Thread rlei
29 18:15:37 2017 -0700 Committer: rlei <r...@pivotal.io> Committed: Sat Apr 1 12:00:09 2017 +0800 -- pxf/Makefile | 2 +- pxf/build.gradle | 13 + 2 files changed, 10 insertions(

incubator-hawq git commit: HAWQ-1420. Enable build of Ranger plugin open source RPM

2017-03-31 Thread rlei
ue Mar 28 17:31:02 2017 -0700 Committer: rlei <r...@pivotal.io> Committed: Sat Apr 1 11:40:34 2017 +0800 -- contrib/hawq-package/make_rpm_tarball.sh | 2 +- ranger-plugin/pom.xml

incubator-hawq git commit: HAWQ-326. Fix specified HAWQ_RELEASE_VERSION for rpm build.

2017-03-29 Thread rlei
pos/asf/incubator-hawq/diff/d70d7092 Branch: refs/heads/2.2.0.0-incubating Commit: d70d7092ff6296a45a75368919f5803c41b026f0 Parents: dc41e4c Author: rlei <r...@pivotal.io> Authored: Tue Mar 28 22:19:29 2017 +0800 Committer: rlei <r...@pivotal.io> Committed: Wed Mar 29 14:0

incubator-hawq git commit: HAWQ-326. Fix specified HAWQ_RELEASE_VERSION for rpm build.

2017-03-28 Thread rlei
asf/incubator-hawq/diff/2761edb6 Branch: refs/heads/master Commit: 2761edb60e48290fa011e141d544f8770dbc56c9 Parents: dc41e4c Author: rlei <r...@pivotal.io> Authored: Tue Mar 28 22:19:29 2017 +0800 Committer: rlei <r...@pivotal.io> Committed: Wed Mar 29 13:2

incubator-hawq git commit: HAWQ-326. Support build rpm package for Apache HAWQ.

2017-03-28 Thread rlei
ree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/22306b09 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/22306b09 Branch: refs/heads/master Commit: 22306b09a165780ccd3f6a599ee2c05d4dfca041 Parents: 9d88cdd Author: rlei <r...@pivotal.io> Authored: Fri Mar 17 10:3

incubator-hawq git commit: HAWQ-1401. Fix make install with DESTDIR option.

2017-03-22 Thread rlei
ttp://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/477af283 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/477af283 Branch: refs/heads/master Commit: 477af283eebf666085b0dcc2242fcb0d8596882e Parents: 3fae123 Author: rlei <r...@pivotal.io> Authored: Wed Mar 22 12:4

incubator-hawq git commit: HAWQ-1214. Remove resource_parameters

2016-12-15 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master b590ed9d4 -> 6dee3cccf HAWQ-1214. Remove resource_parameters Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/6dee3ccc Tree:

incubator-hawq git commit: HAWQ-1159. Skip namenode check while namenode not part of hawq cluster

2016-11-16 Thread rlei
awq/commit/833c2f97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/833c2f97 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/833c2f97 Branch: refs/heads/master Commit: 833c2f97c8f0ad90e01791cdad2f5c6e0d05a418 Parents: 1584bb2 Author: rlei <r...@pivotal.io> Authored

incubator-hawq git commit: HAWQ-1129. Install PLR into hawq home directory

2016-10-31 Thread rlei
ttp://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/58a9cdc6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/58a9cdc6 Branch: refs/heads/master Commit: 58a9cdc6bcc88de40c97f1615414c85fc0a62b9e Parents: 7e11e66 Author: rlei <r...@pivotal.io> Authored: Mon Oct 31 15:36:04 2

[2/2] incubator-hawq git commit: HAWQ-955. Add runnable scripts for feature test running in parallel.

2016-10-30 Thread rlei
HAWQ-955. Add runnable scripts for feature test running in parallel. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/3c2f5d2f Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/3c2f5d2f Diff:

[1/2] incubator-hawq git commit: HAWQ-955. Add runnable scripts for feature test running in parallel.

2016-10-30 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master d3f4826fb -> 7ab73156f HAWQ-955. Add runnable scripts for feature test running in parallel. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit:

[05/17] incubator-hawq git commit: HAWQ-1122. Fix ORCA - gpdb exception handling. This closes #793

2016-10-27 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/f6b76472/src/test/regress/expected/namespace_optimizer.out -- diff --git a/src/test/regress/expected/namespace_optimizer.out

[11/17] incubator-hawq git commit: HAWQ-1122. Fix bug in index dxl translators that can't translatte ScalarArrayOpExpr [#126158185]

2016-10-27 Thread rlei
Branch: refs/heads/master Commit: 15fa66e76820ff5f5aff97812016790ea2ff72bb Parents: 71caebc Author: Haisheng Yuan <hy...@pivotal.io> Authored: Mon Aug 8 22:23:07 2016 -0700 Committer: rlei <r...@pivotal.io> Committed: Fri Oct 28 1

[01/17] incubator-hawq git commit: HAWQ-1122. Fix feature test case failures which are introduced by GPORCA upgradation.

2016-10-27 Thread rlei
t;paul...@gmail.com> Authored: Thu Oct 27 13:59:00 2016 +0800 Committer: rlei <r...@pivotal.io> Committed: Fri Oct 28 11:52:20 2016 +0800 -- src/test/feature/catalog/test_alter_table.cpp | 2 +- src/test/feature/query/test_insert

[10/17] incubator-hawq git commit: HAWQ-1122. Adds a GUC to enable array constraint derivation.

2016-10-27 Thread rlei
: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/71caebcf Branch: refs/heads/master Commit: 71caebcfbdbb19146e149f8e808790693ebcf41e Parents: e7bba17 Author: Marc Spehlmann <marc.spehlm...@gmail.com> Authored: Mon Aug 1 08:53:58 2016 -0700 Committer: rlei <r...@pivotal.io> Co

[16/17] incubator-hawq git commit: HAWQ-1122. Bump GPORCA to v1.674 and GPOS to v1.145

2016-10-27 Thread rlei
os/asf/incubator-hawq/tree/70fab40f Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/70fab40f Branch: refs/heads/master Commit: 70fab40fc09d53a9f33403691285d9c266eec1c1 Parents: 9bdad63 Author: Xin Zhang <xzh...@pivotal.io> Authored: Wed Oct 26 16:09:01 2016 -0700 Committer: rlei <

[14/17] incubator-hawq git commit: HAWQ-1122. Guard against ScalarArrayOpExpr qual under Index Scan [#128092771]

2016-10-27 Thread rlei
: 7c69aacf341514a206501a65478f599a0c106fe0 Parents: 14524b4 Author: Haisheng Yuan <hy...@pivotal.io> Authored: Fri Aug 12 11:57:53 2016 -0700 Committer: rlei <r...@pivotal.io> Committed: Fri Oct 28 11:52:20 2016 +0800 -- .../gpo

[02/17] incubator-hawq git commit: HAWQ-1122. Hint to disable NAryJoinDP when join has large number of children [#121181555]

2016-10-27 Thread rlei
) Raghavan <vragha...@pivotal.io> Authored: Thu Sep 29 15:41:08 2016 -0700 Committer: rlei <r...@pivotal.io> Committed: Fri Oct 28 11:52:20 2016 +0800 -- src/backend/gpopt/utils/COptTasks.cpp | 11 --- src/backen

[12/17] incubator-hawq git commit: HAWQ-1122. Adds a GUC to enable array constraint derivation.

2016-10-27 Thread rlei
g 1 08:53:58 2016 -0700 Committer: rlei <r...@pivotal.io> Committed: Fri Oct 28 11:52:20 2016 +0800 -- src/backend/gpopt/config/CConfigParamMapping.cpp | 4 ++-- src/backend/utils/misc/guc.c | 9 +

[06/17] incubator-hawq git commit: HAWQ-1122. Fix ORCA - gpdb exception handling. This closes #793

2016-10-27 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/f6b76472/src/test/regress/expected/horology_optimizer.out -- diff --git a/src/test/regress/expected/horology_optimizer.out

[13/17] incubator-hawq git commit: HAWQ-1122. Convert elog::ERROR to elog::WARNING in translator and throw exception to stop execution

2016-10-27 Thread rlei
Jambu Rajaraman <karthi@gmail.com> Authored: Thu Aug 18 15:41:59 2016 -0700 Committer: rlei <r...@pivotal.io> Committed: Fri Oct 28 11:52:20 2016 +0800 -- src/backend/gpopt/utils/COptTasks.cpp | 8 +--- 1 fil

[04/17] incubator-hawq git commit: HAWQ-1122. Print exception message as warning and abort plan generation.(#920)

2016-10-27 Thread rlei
<karthi@gmail.com> Authored: Wed Jul 6 13:53:08 2016 -0700 Committer: rlei <r...@pivotal.io> Committed: Fri Oct 28 11:52:20 2016 +0800 -- src/backend/gpopt/CGPOptimizer.cpp| 6 +++- src/backend/gpopt/utils/COptTa

[03/17] incubator-hawq git commit: HAWQ-1122. Fix translator to show missing message from exception

2016-10-27 Thread rlei
thi@gmail.com> Authored: Thu Aug 18 15:41:18 2016 -0700 Committer: rlei <r...@pivotal.io> Committed: Fri Oct 28 11:52:20 2016 +0800 -- src/backend/gpopt/utils/COptTasks.cpp | 16 +++- src/include/gpopt/utils

[09/17] incubator-hawq git commit: HAWQ-1122. Add ORCA optimizer GUC optimizer_parallel_union for parallel append (#977)

2016-10-27 Thread rlei
/incubator-hawq/diff/e7bba170 Branch: refs/heads/master Commit: e7bba17080139dd1f20d9d875947b62a2d543082 Parents: f0d891f Author: Haisheng Yuan <hy...@pivotal.io> Authored: Wed Jul 27 19:03:32 2016 -0500 Committer: rlei <r...@pivotal.io> Committed: Fri Oct 28 11:52:2

incubator-hawq git commit: HAWQ-1121. Fix Madlib gppkg package installation hang issue.

2016-10-26 Thread rlei
50d Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/838cf50d Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/838cf50d Branch: refs/heads/master Commit: 838cf50d3fac3ac6b2d51ed61899facf56916d8f Parents: be0bcf2 Author: ivan & rlei <iw...@pivotal.io> Auth

incubator-hawq git commit: HAWQ-991. Bugfix for hawq register under --force mode.

2016-09-27 Thread rlei
Sep 27 15:34:36 2016 +0800 Committer: rlei <r...@pivotal.io> Committed: Tue Sep 27 15:58:22 2016 +0800 -- tools/bin/hawqregister | 32 +--- 1 file changed, 21 insertions(+

[2/2] incubator-hawq git commit: HAWQ-1067. Append hawq version number to plr-hawq rpm pakcage name.

2016-09-25 Thread rlei
: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/23d36f28 Branch: refs/heads/vplr Commit: 23d36f28a25ef3a4205e40bf480160310a4b82cc Parents: 5515de9 Author: rlei <r...@pivotal.io> Authored: Thu Sep 22 14:55:09 2016 +0800 Committer: rlei <r...@pivotal.io> Committed: Mon Sep 26 1

incubator-hawq git commit: HAWQ-1033. Combine update and insert into one transaction, fix hadoop warning.

2016-09-13 Thread rlei
il.com> Authored: Tue Sep 13 14:41:45 2016 +0800 Committer: rlei <r...@pivotal.io> Committed: Wed Sep 14 10:24:16 2016 +0800 -- tools/bin/hawqregister | 72 - 1 file changed

[incubator-hawq] Git Push Summary

2016-09-07 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/confighelp [deleted] 429ae91ae

[2/2] incubator-hawq git commit: HAWQ-958, HAWQ-976, HAWQ-957. LICENSE & NOTICE updates

2016-09-07 Thread rlei
anch: refs/heads/master Commit: 0fe6d82d050fab2327429d38b0865777913d3a81 Parents: cfbf19e Author: Ed Espino <eesp...@pivotal.io> Authored: Mon Sep 5 17:00:48 2016 +0800 Committer: rlei <r...@pivotal.io> Committed: Wed Sep 7 15:

[1/2] incubator-hawq git commit: HAWQ-958, HAWQ-976, HAWQ-957. LICENSE & NOTICE updates

2016-09-07 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master cfbf19e35 -> 0fe6d82d0 http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/0fe6d82d/licenses/LICENSE-pitlockfile.txt -- diff --git

incubator-hawq git commit: HAWQ-960. Remove the file BUILD_INSTRUCTIONS.md and move the content in it to README.md.

2016-09-06 Thread rlei
z44 <a...@pivotal.io> Authored: Wed Sep 7 11:01:33 2016 +0800 Committer: rlei <r...@pivotal.io> Committed: Wed Sep 7 13:10:54 2016 +0800 -- BUILD_INSTRUCTIONS.md | 4 README.md | 6 +++--- 2 files changed, 3 i

[07/13] incubator-hawq git commit: HAWQ-1007. Add the pgcrypto code into hawq

2016-09-06 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/801100ed/contrib/pgcrypto/internal.c -- diff --git a/contrib/pgcrypto/internal.c b/contrib/pgcrypto/internal.c new file mode 100644 index 000..a02c943 --- /dev/null

[11/13] incubator-hawq git commit: HAWQ-1007. Add the pgcrypto code into hawq

2016-09-06 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/801100ed/contrib/pgcrypto.patch -- diff --git a/contrib/pgcrypto.patch b/contrib/pgcrypto.patch deleted file mode 100644 index 9663fab..000 ---

[05/13] incubator-hawq git commit: HAWQ-1007. Add the pgcrypto code into hawq

2016-09-06 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/801100ed/contrib/pgcrypto/pgp-mpi.c -- diff --git a/contrib/pgcrypto/pgp-mpi.c b/contrib/pgcrypto/pgp-mpi.c new file mode 100644 index 000..c8765b6 --- /dev/null +++

[10/13] incubator-hawq git commit: HAWQ-1007. Add the pgcrypto code into hawq

2016-09-06 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/801100ed/contrib/pgcrypto/expected/3des.out -- diff --git a/contrib/pgcrypto/expected/3des.out b/contrib/pgcrypto/expected/3des.out new file mode 100644 index

[03/13] incubator-hawq git commit: HAWQ-1007. Add the pgcrypto code into hawq

2016-09-06 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/801100ed/contrib/pgcrypto/rijndael.tbl -- diff --git a/contrib/pgcrypto/rijndael.tbl b/contrib/pgcrypto/rijndael.tbl new file mode 100644 index 000..c7610c0 ---

[04/13] incubator-hawq git commit: HAWQ-1007. Add the pgcrypto code into hawq

2016-09-06 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/801100ed/contrib/pgcrypto/px.c -- diff --git a/contrib/pgcrypto/px.c b/contrib/pgcrypto/px.c new file mode 100644 index 000..f23d4de --- /dev/null +++

[01/13] incubator-hawq git commit: HAWQ-1007. Add the pgcrypto code into hawq

2016-09-06 Thread rlei
Repository: incubator-hawq Updated Branches: refs/heads/master 327863331 -> 801100edd http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/801100ed/contrib/pgcrypto/sql/pgp-pubkey-decrypt.sql -- diff --git

[13/13] incubator-hawq git commit: HAWQ-1007. Add the pgcrypto code into hawq

2016-09-06 Thread rlei
HAWQ-1007. Add the pgcrypto code into hawq Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/801100ed Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/801100ed Diff:

[09/13] incubator-hawq git commit: HAWQ-1007. Add the pgcrypto code into hawq

2016-09-06 Thread rlei
http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/801100ed/contrib/pgcrypto/expected/sha2.out -- diff --git a/contrib/pgcrypto/expected/sha2.out b/contrib/pgcrypto/expected/sha2.out new file mode 100644 index

[51/51] [partial] incubator-hawq git commit: HAWQ-959. revert thrift build commands.

2016-09-05 Thread rlei
: 72ea8afd7e17b4777bef9a4f75b8691570cc92c7 Parents: 429ae91 Author: Ed Espino <eesp...@pivotal.io> Authored: Mon Aug 29 15:15:00 2016 -0700 Committer: rlei <r...@pivotal.io> Committed: Tue Sep 6 13:17:20 2016 +0800 -- GN

  1   2   3   4   >