You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by sansanichfb <gi...@git.apache.org> on 2017/02/14 21:48:59 UTC

[GitHub] incubator-hawq pull request #1122: HAWQ-1314. Added upgrade for function pxf...

GitHub user sansanichfb opened a pull request:

    https://github.com/apache/incubator-hawq/pull/1122

    HAWQ-1314. Added upgrade for function pxf_get_item_fields

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sansanichfb/incubator-hawq HAWQ-1314

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/1122.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1122
    
----
commit 6420283e1502e609687e274c7510276917ec31b0
Author: Oleksandr Diachenko <od...@pivotal.io>
Date:   2017-02-10T03:07:48Z

    HAWQ-1314. Added drop/remove pxf_get_item_fields statement to hawqupgrade script.

commit a6970bb7f8f732c26fda5bdb4fc5eb230ce490b0
Author: Oleksandr Diachenko <od...@pivotal.io>
Date:   2017-02-14T21:44:57Z

    HAWQ-1314. Added drop/remove pxf_get_item_fields statement to hawqupgrade script.

----


---
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 is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request #1122: HAWQ-1314. Added upgrade for function pxf...

Posted by sansanichfb <gi...@git.apache.org>.
Github user sansanichfb closed the pull request at:

    https://github.com/apache/incubator-hawq/pull/1122


---
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 is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-hawq pull request #1122: HAWQ-1314. Added upgrade for function pxf...

Posted by shivzone <gi...@git.apache.org>.
Github user shivzone commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1122#discussion_r101176900
  
    --- Diff: tools/bin/hawqupgrade ---
    @@ -49,30 +49,21 @@ def option_parser():
         parser.add_option('-U', '--user', help='username of the target DB')
         return parser
     
    -def register_func(options, args):
    +# function which runs sql statements, passed in args[1], args[2] in all databases
    --- End diff --
    
    Just update the comment as function that runs upgrade related sql statements


---
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 is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---