You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ruifeng Zheng (Jira)" <ji...@apache.org> on 2023/01/13 10:36:00 UTC

[jira] [Updated] (SPARK-42041) DataFrameReader should support list of paths

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

Ruifeng Zheng updated SPARK-42041:
----------------------------------
    Summary: DataFrameReader should support list of paths  (was: DataFrameReader should support list of pathes)

> DataFrameReader should support list of paths
> --------------------------------------------
>
>                 Key: SPARK-42041
>                 URL: https://issues.apache.org/jira/browse/SPARK-42041
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Connect, PySpark
>    Affects Versions: 3.4.0
>            Reporter: Ruifeng Zheng
>            Priority: Major
>
> for example,
> {code:java}
>     def load(
>         self,
>         path: Optional[PathOrPaths] = None,
>         format: Optional[str] = None,
>         schema: Optional[Union[StructType, str]] = None,
>         **options: "OptionalPrimitiveType",
>     ) -> "DataFrame":
> {code}
> in PySpark support a list of pathes



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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