You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/06/16 03:00:00 UTC

[jira] [Updated] (PARQUET-1600) Fix shebang in parquet-benchmarks/run.sh

     [ https://issues.apache.org/jira/browse/PARQUET-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated PARQUET-1600:
------------------------------------
    Labels: pull-request-available  (was: )

> 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.3#76005)