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

    https://github.com/apache/incubator-hawq/pull/885#discussion_r77564020
  
    --- Diff: tools/bin/hawqregister ---
    @@ -388,11 +415,31 @@ if __name__ == '__main__':
                 logger.error('Files to be registered in this case should not 
be the same with table path.')
                 sys.exit(1)
     
    +    do_not_move, files_update, sizes_update = False, [], []
    +    if force_mode:
    +        existed_files = get_files_in_hdfs(filepath)
    +        if len(files) == len(exited_files):
    --- End diff --
    
    Is this a spelling error? Should be existed_files?


---
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