jiaan.geng created SPARK-40611:
----------------------------------

             Summary: Improve the performance for setInterval & getInterval of 
UnsafeRow
                 Key: SPARK-40611
                 URL: https://issues.apache.org/jira/browse/SPARK-40611
             Project: Spark
          Issue Type: Improvement
          Components: SQL
    Affects Versions: 3.4.0
            Reporter: jiaan.geng


As we know, UnsafeRow stores each field with 8 bytes or Long.
UnsafeRow supports read and store CalendarInterval.
After my investigation, getLong/putLong of Platform have better performance 
than call  getInt/putInt of Platform twice.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to