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: [email protected] With regards, Apache Git Services
