[
https://issues.apache.org/jira/browse/SPARK-15250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15277907#comment-15277907
]
Hyukjin Kwon commented on SPARK-15250:
--------------------------------------
[~rxin] I searched and track down the related PRs but could not find the jira
for this.
It looks okay to remove that old one and simply add
{{@scala.annotation.varargs}} as below:
{code}
@scala.annotation.varargs
def json(paths: String*): DataFrame = format("json").load(paths : _*)
{code}
Do you mind if I work on this? (and are there other reasons why this one is not
removed yet?)
> Remove deprecated json API in DataFrameReader
> ---------------------------------------------
>
> Key: SPARK-15250
> URL: https://issues.apache.org/jira/browse/SPARK-15250
> Project: Spark
> Issue Type: Improvement
> Components: SQL
> Affects Versions: 2.0.0
> Reporter: Hyukjin Kwon
> Priority: Minor
>
> I see {{json() }}API in {{DataFrameReader}} should be removed as below:
> {code}
> // TODO: Remove this one in Spark 2.0.
> def json(path: String): DataFrame = format("json").load(path)
> {code}
> It seems this is because another {{json()}} API below covers the above
> {code}
> def json(paths: String*): DataFrame = format("json").load(paths : _*)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]