[
https://issues.apache.org/jira/browse/PARQUET-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16890826#comment-16890826
]
ASF GitHub Bot commented on PARQUET-1600:
-----------------------------------------
nandorKollar commented on pull request #651: PARQUET-1600: Fix shebang in
parquet-benchmarks/run.sh
URL: https://github.com/apache/parquet-mr/pull/651
----------------------------------------------------------------
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]
> Fix shebang in parquet-benchmarks/run.sh
> ----------------------------------------
>
> Key: PARQUET-1600
> URL: https://issues.apache.org/jira/browse/PARQUET-1600
> Project: Parquet
> Issue Type: Bug
> Reporter: Kengo Seki
> Priority: Minor
> Labels: pull-request-available
>
> The following shebang does not work as expected since it's not on the first
> line and there's a space between # and !.
> {code:title=parquet-benchmarks/run.sh}
> (snip)
> # !/usr/bin/env bash
> {code}
> For example, if users use tcsh, it fails as follows:
> {code}
> > parquet-benchmarks/run.sh
> Illegal variable name.
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)