You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2022/02/09 04:21:00 UTC

[jira] [Resolved] (SPARK-38086) Make ArrowColumnVector Extendable

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

Dongjoon Hyun resolved SPARK-38086.
-----------------------------------
    Fix Version/s: 3.3.0
       Resolution: Fixed

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

> Make ArrowColumnVector Extendable
> ---------------------------------
>
>                 Key: SPARK-38086
>                 URL: https://issues.apache.org/jira/browse/SPARK-38086
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.3.0
>            Reporter: Kazuyuki Tanimura
>            Assignee: Kazuyuki Tanimura
>            Priority: Minor
>             Fix For: 3.3.0
>
>
> Some Spark extension libraries need to extend ArrowColumnVector.java. For now, it is impossible as ArrowColumnVector class is final and the accessors are all private.
> For example, Rapids copies the entire ArrowColumnVector class in order to work around the issue
> [https://github.com/NVIDIA/spark-rapids/blob/main/sql-plugin/src/main/java/org/apache/spark/sql/vectorized/rapids/AccessibleArrowColumnVector.java]
> Proposing to relax private/final restrictions to make ArrowColumnVector extendable.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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