You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Nick Sutcliffe (JIRA)" <ji...@apache.org> on 2018/08/22 15:00:00 UTC

[jira] [Updated] (SPARK-25197) Read from java.nio.Path

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

Nick Sutcliffe updated SPARK-25197:
-----------------------------------
    Description: 
It should be possible to provide a java.nio.Path to the read methods on DataFrameReader, as well as String. For example:
{code:java}
val somePath:java.nio.Path = ???
spark.read.parquet(somePath)
{code}
 

  was:
It should be possible to provide a java.nio.Path to the read methods on DataFrameReader, as well as String. For example:

val somePath:java.nio.Path = ???

spark.read.parquet(somePath)

        Summary: Read from java.nio.Path  (was: Read from Path)

> Read from java.nio.Path
> -----------------------
>
>                 Key: SPARK-25197
>                 URL: https://issues.apache.org/jira/browse/SPARK-25197
>             Project: Spark
>          Issue Type: Improvement
>          Components: Input/Output
>    Affects Versions: 2.4.0, 3.0.0
>            Reporter: Nick Sutcliffe
>            Priority: Trivial
>
> It should be possible to provide a java.nio.Path to the read methods on DataFrameReader, as well as String. For example:
> {code:java}
> val somePath:java.nio.Path = ???
> spark.read.parquet(somePath)
> {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