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

Michael Armbrust resolved SPARK-14874.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 2.0.0

Issue resolved by pull request 12638
[https://github.com/apache/spark/pull/12638]

> Remove the obsolete Batch representation
> ----------------------------------------
>
>                 Key: SPARK-14874
>                 URL: https://issues.apache.org/jira/browse/SPARK-14874
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Liwei Lin
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> The Batch class, which had been used to indicate progress in a stream, was 
> abandoned by SPARK-13985 and then became useless.
> Let's:
> - removes the Batch class
> - -renames getBatch(...) to getData(...) for Source- (update: as discussed in 
> the PR, this is not necessary)
> - -renames addBatch(...) to addData(...) for Sink- (update: as discussed in 
> the PR, this is not necessary)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to