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

Ivan Sadikov updated SPARK-37722:
---------------------------------
    Description: 
Some file systems (for example, ABFS) do not support file names/paths ending 
with the {{.}} character. The following error is thrown: 
{code:java}
Caused by: java.lang.IllegalArgumentException: ABFS does not allow files or 
directories to end with a dot.  {code}
We should escape dots in partition names by treating {{.}} character as a 
special one.

  was:
Some file systems (for example, ABFS) do not support file names/paths ending 
with the {{.}} character. The following error is thrown: 

{{

Caused by: java.lang.IllegalArgumentException: ABFS does not allow files or 
directories to end with a dot. 

}}

We should escape dots in partition names


> Escape dots in partition names
> ------------------------------
>
>                 Key: SPARK-37722
>                 URL: https://issues.apache.org/jira/browse/SPARK-37722
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.3.0
>            Reporter: Ivan Sadikov
>            Priority: Major
>             Fix For: 3.3.0
>
>
> Some file systems (for example, ABFS) do not support file names/paths ending 
> with the {{.}} character. The following error is thrown: 
> {code:java}
> Caused by: java.lang.IllegalArgumentException: ABFS does not allow files or 
> directories to end with a dot.  {code}
> We should escape dots in partition names by treating {{.}} character as a 
> special one.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to