You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/11/27 04:09:07 UTC

[GitHub] [drill] kellycampbell opened a new pull request #1909: Fix en-dash code points in command line examples

kellycampbell opened a new pull request #1909: Fix en-dash code points in command line examples
URL: https://github.com/apache/drill/pull/1909
 
 
   Copy/pasting the `sqline -u` command lines result in errors like 
   
   ```
   # bin/sqlline –u jdbc:drill:schema=dfs;zk=zk-0
   ���u (No such file or directory)
   jdbc:drill:schema=dfs (No such file or directory)
   ```
   
   This was due to the docs using en-dash (code point 8211) instead of a regular ascii dash.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services