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

Sean R. Owen resolved SPARK-32950.
----------------------------------
    Fix Version/s: 3.1.0
       Resolution: Fixed

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

> No need for some big-endian specific code paths in {On,Off}HeapColumnVector
> ---------------------------------------------------------------------------
>
>                 Key: SPARK-32950
>                 URL: https://issues.apache.org/jira/browse/SPARK-32950
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.0.1
>            Reporter: Michael Munday
>            Assignee: Michael Munday
>            Priority: Trivial
>              Labels: big-endian
>             Fix For: 3.1.0
>
>
> There is no need for a separate code path for big-endian platforms in 
> putFloats and putDoubles in OnHeapColumnVector and OffHeapColumnVector. Since 
> SPARK-26985 was fixed the values have been copied in native byte order so the 
> code required to perform this operation can be the same on both little- and 
> big-endian platforms.



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

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

Reply via email to