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

DB Tsai resolved SPARK-36814.
-----------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

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

> Make class ColumnarBatch extendable
> -----------------------------------
>
>                 Key: SPARK-36814
>                 URL: https://issues.apache.org/jira/browse/SPARK-36814
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: Yufei Gu
>            Priority: Major
>             Fix For: 3.3.0
>
>
> To support better vectorized reading in multiple data source, ColumnarBatch 
> need to be extendable. For example, To support row-level delete(  
> [https://github.com/apache/iceberg/issues/3141]) in Iceberg's vectorized 
> read, we need to filter out deleted rows in a batch, which requires 
> ColumnarBatch to be extendable.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to