You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiangrui Meng (JIRA)" <ji...@apache.org> on 2019/06/12 15:50:00 UTC

[jira] [Updated] (SPARK-28030) Binary file data source doesn't support space in file names

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

Xiangrui Meng updated SPARK-28030:
----------------------------------
    Description: 
{code}
echo 123 > "/tmp/test space.txt"


spark.read.format("binaryFile").load("/tmp/test space.txt").count()
{code}

> Binary file data source doesn't support space in file names
> -----------------------------------------------------------
>
>                 Key: SPARK-28030
>                 URL: https://issues.apache.org/jira/browse/SPARK-28030
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 3.0.0
>            Reporter: Xiangrui Meng
>            Assignee: Xiangrui Meng
>            Priority: Major
>
> {code}
> echo 123 > "/tmp/test space.txt"
> spark.read.format("binaryFile").load("/tmp/test space.txt").count()
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org