[GitHub] incubator-hawq issue #972: HAWQ-1108 Add JDBC PXF Plugin

2017-03-17 Thread jiadexin
Github user jiadexin commented on the issue: https://github.com/apache/incubator-hawq/pull/972 closes #972 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2017-03-17 Thread jiadexin
Github user jiadexin closed the pull request at: https://github.com/apache/incubator-hawq/pull/972 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq issue #972: HAWQ-1108 Add JDBC PXF Plugin

2016-11-02 Thread jiadexin
Github user jiadexin commented on the issue: https://github.com/apache/incubator-hawq/pull/972 @shivzoneIf there are no partitions, then only one fragment. if have partitions ,HAWQ-MASTER scheduling strategy support is required. HDFS is distributed, and pxf-hdfs can

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-11-02 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r86278188 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java --- @@ -0,0 +1,297 @@ +package

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-10-31 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85867311 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/utils/ByteUtil.java --- @@ -0,0 +1,86 @@ +package

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-10-31 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85867986 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/utils/ByteUtil.java --- @@ -0,0 +1,86 @@ +package

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-10-30 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85683989 --- Diff: pxf/pxf-jdbc/src/test/java/org/apache/hawq/pxf/plugins/jdbc/JdbcMySqlExtensionTest.java --- @@ -0,0 +1,303 @@ +package

[GitHub] incubator-hawq issue #972: HAWQ-1108 Add JDBC PXF Plugin

2016-10-30 Thread jiadexin
Github user jiadexin commented on the issue: https://github.com/apache/incubator-hawq/pull/972 @hornn Thank you for your suggestion, the original code has some of casually. Some of the recommendations I replied to you , the other already changed in accordance with the your

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-10-30 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85678597 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java --- @@ -0,0 +1,284 @@ +package

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-10-30 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85677162 --- Diff: pxf/pxf-jdbc/src/test/java/org/apache/hawq/pxf/plugins/jdbc/JdbcMySqlExtensionTest.java --- @@ -0,0 +1,303 @@ +package

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-10-30 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85677094 --- Diff: pxf/pxf-jdbc/src/test/java/org/apache/hawq/pxf/plugins/jdbc/JdbcFilterBuilderTest.java --- @@ -0,0 +1,81 @@ +package

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-10-30 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/972#discussion_r85676673 --- Diff: pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/JdbcPartitionFragmenter.java --- @@ -0,0 +1,284 @@ +package

[GitHub] incubator-hawq pull request #972: HAWQ-1108 Add JDBC PXF Plugin

2016-10-25 Thread jiadexin
GitHub user jiadexin opened a pull request: https://github.com/apache/incubator-hawq/pull/972 HAWQ-1108 Add JDBC PXF Plugin The PXF JDBC plug-in reads data stored in Traditional relational database,ie : mysql,ORACLE,postgresql. For more information, please refer to:https

[GitHub] incubator-hawq pull request #837: HAWQ-779 support pxf filter pushdwon at th...

2016-09-18 Thread jiadexin
Github user jiadexin closed the pull request at: https://github.com/apache/incubator-hawq/pull/837 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq pull request #837: HAWQ-779 support pxf filter pushdwon at th...

2016-09-17 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/837#discussion_r79295676 --- Diff: src/backend/optimizer/plan/createplan.c --- @@ -1144,9 +1144,15 @@ static char** create_pxf_plan(char **segdb_file_map, RelOptInfo *rel

[GitHub] incubator-hawq pull request #837: HAWQ-779 support pxf filter pushdwon at th...

2016-09-17 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/837#discussion_r79295630 --- Diff: src/backend/optimizer/plan/createplan.c --- @@ -1144,9 +1144,15 @@ static char** create_pxf_plan(char **segdb_file_map, RelOptInfo *rel

[GitHub] incubator-hawq pull request #837: HAWQ-779 support pxf filter pushdwon at th...

2016-08-28 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/837#discussion_r76547017 --- Diff: pxf/pxf-hbase/src/main/java/org/apache/hawq/pxf/plugins/hbase/HBaseFilterBuilder.java --- @@ -165,6 +165,14 @@ private Filter

[GitHub] incubator-hawq pull request #837: HAWQ-779 support pxf filter pushdwon at th...

2016-08-28 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/837#discussion_r76546715 --- Diff: pxf/pxf-api/src/test/java/org/apache/hawq/pxf/api/FilterParserTest.java --- @@ -215,6 +215,10 @@ public void parseColumnOnLeft() throws

[GitHub] incubator-hawq pull request #837: HAWQ-779 support pxf filter pushdwon at th...

2016-08-26 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/837#discussion_r76368428 --- Diff: src/backend/optimizer/plan/createplan.c --- @@ -1146,7 +1146,7 @@ static char** create_pxf_plan(char **segdb_file_map, RelOptInfo *rel

[GitHub] incubator-hawq pull request #837: HAWQ-779 support pxf filter pushdwon at th...

2016-08-11 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/837#discussion_r74380940 --- Diff: src/backend/access/external/test/pxffilters_test.c --- @@ -61,7 +62,7 @@ test__supported_filter_type(void **state) /* go over

[GitHub] incubator-hawq pull request #820: HAWQ-953 hawq pxf-hive support partition c...

2016-08-09 Thread jiadexin
Github user jiadexin closed the pull request at: https://github.com/apache/incubator-hawq/pull/820 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq pull request #837: HAWQ-779 support pxf filter pushdwon at th...

2016-08-05 Thread jiadexin
GitHub user jiadexin opened a pull request: https://github.com/apache/incubator-hawq/pull/837 HAWQ-779 support pxf filter pushdwon at the 'CREATE PLAN' stage ,and … 1.support pxf filter pushdwon at the 'CREATE PLAN' stage -- src/backend/optimizer/plan/createplan.c 2.Due

[GitHub] incubator-hawq pull request #819: HAWQ-953 pxf-hive only support partition c...

2016-07-27 Thread jiadexin
GitHub user jiadexin opened a pull request: https://github.com/apache/incubator-hawq/pull/819 HAWQ-953 pxf-hive only support partition column filter pushdown whose types are string HAWQ-953 pxf-hive only support partition column filter pushdown whose types are string You can

[GitHub] incubator-hawq pull request #695: HAWQ-779. support more pxf filter pushdwon

2016-07-06 Thread jiadexin
Github user jiadexin closed the pull request at: https://github.com/apache/incubator-hawq/pull/695 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so

[GitHub] incubator-hawq issue #695: support more pxf filter pushdwon

2016-06-12 Thread jiadexin
Github user jiadexin commented on the issue: https://github.com/apache/incubator-hawq/pull/695 My local branch some confusion, handle submodules marked for deletion, I do not know how to recover. I first created PR in GITHUB, not familiar with. --- If your project is set up

[GitHub] incubator-hawq pull request #695: support more pxf filter pushdwon

2016-06-11 Thread jiadexin
Github user jiadexin commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/695#discussion_r66714047 --- Diff: src/backend/access/external/pxffilters.c --- @@ -125,7 +126,48 @@ dbop_pxfop_map pxf_supported_opr[] = {1871 /* int82gt

[GitHub] incubator-hawq pull request #695: support more pxf filter pushdwon

2016-06-07 Thread jiadexin
GitHub user jiadexin opened a pull request: https://github.com/apache/incubator-hawq/pull/695 support more pxf filter pushdwon https://issues.apache.org/jira/browse/HAWQ-779 Description When I use the pxf hawq, I need to read a traditional relational database systems

[GitHub] incubator-hawq pull request #:

2016-06-07 Thread jiadexin
Github user jiadexin commented on the pull request: https://github.com/apache/incubator-hawq/commit/caa20039e73589112c48c20a3f78c4a8f7b1f2d6#commitcomment-17780830 HAWQ-779. support more pxf filter pushdwon --- If your project is set up for it, you can reply to this email and have