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'
             Format_FileLocations = '%s_FileLocations' % Format
             partitionby = params.get(Format_FileLocations).get('PartitionBy')
    -        if partitionby:
    -            logger.info('Partition table is not supported in current 
release of hawq register.')
    -            sys.exit(0)
    +        #if partitionby:
    +        #    logger.info('Partition table is not supported in current 
release of hawq register.')
    +        #    sys.exit(0)
    --- End diff --
    
    Let's remove these 3 lines of code when submit.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to