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

[jira] [Created] (SPARK-32950) No need for some big-endian specific code paths in {On,Off}HeapColumnVector

Michael Munday created SPARK-32950:
--------------------------------------

             Summary: 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


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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org