You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by joshelser <gi...@git.apache.org> on 2016/08/12 15:50:54 UTC

[GitHub] phoenix pull request #186: cleanup sqlline*.py using python idioms.

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

    https://github.com/apache/phoenix/pull/186#discussion_r74614217
  
    --- Diff: bin/sqlline.py ---
    @@ -1,4 +1,5 @@
     #!/usr/bin/env python
    +"""sqlline.py"""
    --- End diff --
    
    Is this a convention I don't know about? From a licensing perspective, I think it would be best to make sure the ASLv2 header be the first thing after the shebang.


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