You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ivan Sadikov (Jira)" <ji...@apache.org> on 2021/12/23 05:48:00 UTC

[jira] [Updated] (SPARK-37722) Escape dot character in partition names

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

Ivan Sadikov updated SPARK-37722:
---------------------------------
    Summary: Escape dot character in partition names  (was: Escape dots in partition names)

> Escape dot character 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org