You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Gabor Szadovszky (JIRA)" <ji...@apache.org> on 2019/07/23 09:28:00 UTC

[jira] [Assigned] (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 ]

Gabor Szadovszky reassigned PARQUET-1600:
-----------------------------------------

    Assignee: Kengo Seki

> 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
>            Assignee: 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)