Merge branch 'HAWQ-1048' into HAWQ-964
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/509aef12 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/509aef12 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/509aef12 Branch: refs/heads/HAWQ-964 Commit: 509aef120a33261555234cdfb57f8ca32d9daef3 Parents: 55db7ec dffc760 Author: Oleksandr Diachenko <[email protected]> Authored: Wed Oct 5 11:28:49 2016 -0700 Committer: Oleksandr Diachenko <[email protected]> Committed: Wed Oct 5 11:28:49 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 4 +- LICENSE | 39 +- licenses/LICENSE-json.txt | 131 -- licenses/LICENSE-pexpect-4.2.txt | 20 + licenses/LICENSE-plperl.txt | 135 -- licenses/LICENSE-ppport.txt | 135 ++ licenses/LICENSE-ptyprocess-0.5.1.txt | 16 + src/backend/access/external/pxffilters.c | 295 ++- src/backend/access/external/pxfheaders.c | 9 +- .../access/external/test/pxffilters_test.c | 20 +- .../access/external/test/pxfheaders_test.c | 9 + .../utils/mmgr/test/memaccounting_test.c | 2 + src/include/access/pxffilters.h | 10 +- src/include/catalog/JSON.pm | 2223 ------------------ src/include/catalog/JSON/PP.pm | 2191 ----------------- src/include/catalog/JSON/PP/Boolean.pm | 26 - src/include/catalog/JSON/PP5005.pm | 146 -- src/include/catalog/JSON/PP56.pm | 198 -- src/include/catalog/JSON/PP58.pm | 93 - .../feature/ManagementTool/test_hawq_register.h | 31 + .../test_hawq_register_usage2_case1.cpp | 155 ++ .../test_hawq_register_usage2_case2.cpp | 85 +- .../test_hawq_register_usage2_case3.cpp | 85 +- .../ManagementTool/usage2case1/bucket0_tpl.yml | 31 + .../usage2case1/error_encoding_tpl.yml | 21 + .../usage2case1/includedirectory.yml | 21 + .../usage2case1/larger_eof_tpl.yml | 21 + .../wrong_distributed_policy_tpl.yml | 21 + tools/bin/Makefile | 12 - tools/bin/hawqregister | 123 +- tools/bin/lib/.gitignore | 7 - 31 files changed, 918 insertions(+), 5397 deletions(-) ----------------------------------------------------------------------
