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

2016-10-30 Thread wcl14
Github user wcl14 closed the pull request at: https://github.com/apache/incubator-hawq/pull/955 --- 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 #955: HAWQ-1035. Support partition table registe...

2016-10-30 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/955#discussion_r85680290 --- Diff: tools/bin/hawqregister --- @@ -939,10 +1082,41 @@ def main(options, args): failure_handler = FailureHandler(conn) #

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

2016-10-30 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/955#discussion_r85680028 --- Diff: tools/bin/hawqregister --- @@ -123,6 +123,25 @@ def register_yaml_dict_check(D, table_column_num, src_tablename):

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

2016-10-30 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/955#discussion_r85680130 --- Diff: tools/bin/hawqregister --- @@ -123,6 +123,25 @@ def register_yaml_dict_check(D, table_column_num, src_tablename):

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

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

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

2016-10-26 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/955#discussion_r85149329 --- Diff: tools/bin/hawqregister --- @@ -123,6 +123,25 @@ def register_yaml_dict_check(D, table_column_num, src_tablename):

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

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

[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.')

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

2016-10-10 Thread wcl14
GitHub user wcl14 opened a pull request: https://github.com/apache/incubator-hawq/pull/955 HAWQ-1035. Support partition table register. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wcl14/incubator-hawq HAWQ-1035