Merge branch 'master' into HAWQ-1048
Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/9225016b Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/9225016b Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/9225016b Branch: refs/heads/HAWQ-964 Commit: 9225016bdff957afb6f4d3d21c65d2daaa454b05 Parents: d187395 dc12e94 Author: Oleksandr Diachenko <[email protected]> Authored: Thu Sep 22 16:46:46 2016 -0700 Committer: Oleksandr Diachenko <[email protected]> Committed: Thu Sep 22 16:46:46 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 | 13 +- src/backend/access/external/pxfheaders.c | 9 +- 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 - .../ManagementTool/test_hawq_register.cpp | 104 - .../feature/ManagementTool/test_hawq_register.h | 85 +- .../test_hawq_register_usage2_case1.cpp | 207 ++ .../test_hawq_register_usage2_case2.cpp | 77 + .../test_hawq_register_usage2_case3.cpp | 77 + .../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 + .../ManagementTool/usage2case2/t_tpl_1.yml | 31 + .../ManagementTool/usage2case2/t_tpl_2.yml | 33 + .../ManagementTool/usage2case2/t_tpl_3.yml | 21 + .../ManagementTool/usage2case2/t_tpl_4.yml | 23 + .../ManagementTool/usage2case2/t_tpl_new_1.yml | 43 + .../ManagementTool/usage2case2/t_tpl_new_2.yml | 45 + .../ManagementTool/usage2case2/t_tpl_new_3.yml | 23 + .../ManagementTool/usage2case2/t_tpl_new_4.yml | 25 + .../ManagementTool/usage2case3/t_tpl_old_1.yml | 31 + .../ManagementTool/usage2case3/t_tpl_old_2.yml | 33 + .../ManagementTool/usage2case3/t_tpl_old_3.yml | 21 + .../ManagementTool/usage2case3/t_tpl_old_4.yml | 23 + tools/bin/Makefile | 12 - tools/bin/hawqregister | 1003 +++++--- tools/bin/lib/.gitignore | 7 - 40 files changed, 1765 insertions(+), 5653 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/9225016b/src/backend/access/external/pxffilters.c ----------------------------------------------------------------------
