[ 
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-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to