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

Dongjoon Hyun resolved SPARK-41860.
-----------------------------------
    Fix Version/s: 3.4.0
       Resolution: Fixed

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

> Make AvroScanBuilder and JsonScanBuilder case classes
> -----------------------------------------------------
>
>                 Key: SPARK-41860
>                 URL: https://issues.apache.org/jira/browse/SPARK-41860
>             Project: Spark
>          Issue Type: Improvement
>          Components: Spark Core
>    Affects Versions: 3.3.1
>            Reporter: Lorenzo Martini
>            Assignee: Lorenzo Martini
>            Priority: Trivial
>             Fix For: 3.4.0
>
>
> Most of the existing `ScanBuilder`s inheriting from `FileScanBuilder` are 
> case classes which is very nice and useful. However the Json and the Avro 
> ones aren't, which makes it quite inconvenient when working with those. I 
> don't see any particular reason why these two would not be case classes as 
> well given they are very similar to the other ones and very simple and 
> stateless



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

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

Reply via email to