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

[GitHub] incubator-hawq pull request #1315: HAWQ-1556. enable ALTER SCHEMA RENAME/OWN...

GitHub user kuien opened a pull request:

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

    HAWQ-1556. enable ALTER SCHEMA RENAME/OWNER

    

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

    $ git pull https://github.com/kuien/incubator-hawq alter

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

    https://github.com/apache/incubator-hawq/pull/1315.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 #1315
    
----
commit 7bdc32f4fcc6f05718416ba02956d65151b56efa
Author: Kuien Liu <ku...@alibaba-inc.com>
Date:   2017-11-29T11:08:27Z

    HAWQ-1556. enable ALTER SCHEMA RENAME/OWNER

----


---

[GitHub] incubator-hawq issue #1315: HAWQ-1556. enable ALTER SCHEMA RENAME/OWNER

Posted by outofmem0ry <gi...@git.apache.org>.
Github user outofmem0ry commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1315
  
    @kuien yes, you are right this is not relevant to the PR. Please see https://issues.apache.org/jira/browse/HAWQ-1559, just created it. Also, initiated a discussion on mailing thread.


---

[GitHub] incubator-hawq issue #1315: HAWQ-1556. enable ALTER SCHEMA RENAME/OWNER

Posted by kuien <gi...@git.apache.org>.
Github user kuien commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1315
  
    CI failed with strange error, it seems irrelevant to the pr, is it right?
    
    > configure: error: Please install apr from http://apr.apache.org/ and add dir of 'apr-1-config' to env variable '/Users/travis/.rvm/gems/ruby-2.4.2/bin:/Users/travis/.rvm/gems/ruby-2.4.2@global/bin:/Users/travis/.rvm/rubies/ruby-2.4.2/bin:/Users/travis/.rvm/bin:/Users/travis/bin:/Users/travis/.local/bin:/Users/travis/.nvm/versions/node/v6.11.4/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin'.
    > 
    > The command "./configure" failed and exited with 1 during .


---

[GitHub] incubator-hawq issue #1315: HAWQ-1556. enable ALTER SCHEMA RENAME/OWNER

Posted by radarwave <gi...@git.apache.org>.
Github user radarwave commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1315
  
    Seems alter schema is disabled with intentional.
    
    Anyone knows the background why we disabled it?


---