[GitHub] incubator-hawq pull request #955: HAWQ-1035. Support partition table registe...

2016-10-24 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/955#discussion_r84825338 --- Diff: tools/bin/hawqregister --- @@ -422,9 +462,9 @@ class HawqRegister(object): Format = 'AO'

[GitHub] incubator-hawq pull request #955: HAWQ-1035. Support partition table registe...

2016-10-24 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/955#discussion_r84825537 --- Diff: tools/bin/hawqregister --- @@ -855,6 +895,85 @@ class HawqRegister(object): logger.info('Hawq Register Succeed.')

[jira] [Resolved] (HAWQ-1103) Send constant datatype and length in filter to PXF

2016-10-24 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko resolved HAWQ-1103. --- Resolution: Fixed > Send constant datatype and length in filter to PXF >

[jira] [Updated] (HAWQ-1103) Send constant datatype and length in filter to PXF

2016-10-24 Thread Oleksandr Diachenko (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleksandr Diachenko updated HAWQ-1103: -- Fix Version/s: (was: backlog) 2.0.1.0-incubating > Send constant

[GitHub] incubator-hawq pull request #969: HAWQ-1100. Support for new filter string

2016-10-24 Thread kavinderd
Github user kavinderd closed the pull request at: https://github.com/apache/incubator-hawq/pull/969 --- 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, or if the

[GitHub] incubator-hawq pull request #962: HAWQ-1103. Send constant datatype and leng...

2016-10-24 Thread sansanichfb
Github user sansanichfb closed the pull request at: https://github.com/apache/incubator-hawq/pull/962 --- 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, or if the

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

2016-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602963#comment-15602963 ] ASF GitHub Bot commented on HAWQ-1107: -- GitHub user lisakowen opened a pull request:

[jira] [Commented] (HAWQ-1107) PXF HDFS documentation - restructure content and include more examples

2016-10-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/HAWQ-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15602949#comment-15602949 ] ASF GitHub Bot commented on HAWQ-1107: -- GitHub user lisakowen opened a pull request:

[jira] [Created] (HAWQ-1119) create new documentation topic for PXF writable profiles

2016-10-24 Thread Lisa Owen (JIRA)
Lisa Owen created HAWQ-1119: --- Summary: create new documentation topic for PXF writable profiles Key: HAWQ-1119 URL: https://issues.apache.org/jira/browse/HAWQ-1119 Project: Apache HAWQ Issue Type:

[GitHub] incubator-hawq pull request #969: HAWQ-1100. Support for new filter string

2016-10-24 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/969#discussion_r84760743 --- Diff: pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/HiveFilterBuilder.java --- @@ -61,8 +61,11 @@ public

[GitHub] incubator-hawq pull request #969: HAWQ-1100. Support for new filter string

2016-10-24 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/969#discussion_r84745915 --- Diff: pxf/pxf-hive/src/main/java/org/apache/hawq/pxf/plugins/hive/HiveFilterBuilder.java --- @@ -61,8 +61,11 @@ public

[GitHub] incubator-hawq pull request #969: HAWQ-1100. Support for new filter string

2016-10-24 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/969#discussion_r84745476 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/FilterParser.java --- @@ -30,26 +34,40 @@ * interface with two pop-ed operands.

[GitHub] incubator-hawq pull request #969: HAWQ-1100. Support for new filter string

2016-10-24 Thread kavinderd
Github user kavinderd commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/969#discussion_r84744935 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/FilterParser.java --- @@ -279,25 +296,110 @@ int safeToInt(Long value) throws

[GitHub] incubator-hawq pull request #969: HAWQ-1100. Support for new filter string

2016-10-24 Thread denalex
Github user denalex commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/969#discussion_r84744638 --- Diff: pxf/pxf-api/src/main/java/org/apache/hawq/pxf/api/FilterParser.java --- @@ -279,25 +296,110 @@ int safeToInt(Long value) throws

[GitHub] incubator-hawq pull request #962: HAWQ-1103. Send constant datatype and leng...

2016-10-24 Thread shivzone
Github user shivzone commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/962#discussion_r84744589 --- Diff: src/backend/access/external/test/pxffilters_test.c --- @@ -514,23 +514,28 @@ test__pxf_serialize_filter_list__manyFilters(void **state)

[GitHub] incubator-hawq pull request #970: HAWQ-1113. Fix bug when files in yaml is d...

2016-10-24 Thread wcl14
Github user wcl14 closed the pull request at: https://github.com/apache/incubator-hawq/pull/970 --- 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, or if the feature

[GitHub] incubator-hawq pull request #971: HAWQ-1113. fix files_same_path/sizes_same_...

2016-10-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-hawq/pull/971 --- 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, or if the

[GitHub] incubator-hawq issue #971: HAWQ-1113. fix files_same_path/sizes_same_path/se...

2016-10-24 Thread zhangh43
Github user zhangh43 commented on the issue: https://github.com/apache/incubator-hawq/pull/971 +1 --- 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, or if

[GitHub] incubator-hawq pull request #971: HAWQ-1113. fix files_same_path/sizes_same_...

2016-10-24 Thread linwen
GitHub user linwen opened a pull request: https://github.com/apache/incubator-hawq/pull/971 HAWQ-1113. fix files_same_path/sizes_same_path/segnos_same_path are n… Please review. Thanks ! You can merge this pull request into a Git repository by running: $ git pull