Github user huor commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/270#discussion_r49822843
  
    --- Diff: tools/bin/hawqpylib/hawqarray.py ---
    @@ -514,15 +514,14 @@ def initFromCatalog(dbURL, utility=False, 
useAllSegmentFileSpaces=False):
                                           sc.hostname,
                                           sc.address,
                                           sc.port,
    -                                      fs.oid,
    +
                                           CASE
                                               WHEN sc.registration_order <= 0 
THEN '%s'
                                               ELSE '%s'
                                           END AS datadir
    -                               FROM pg_catalog.gp_segment_configuration sc,
    -                                    pg_catalog.pg_filespace fs,
    -                                    pg_catalog.pg_filespace_entry fse
    -                               WHERE fse.fsefsoid = fs.oid
    +                               FROM pg_catalog.gp_segment_configuration sc
    +
    --- End diff --
    
    The blank lines here need to be removed.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to