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

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

    [ https://issues.apache.org/jira/browse/SPARK-38086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485530#comment-17485530 ] 

Kazuyuki Tanimura commented on SPARK-38086:
-------------------------------------------

I am working on this

> 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
>            Priority: Minor
>
> 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