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

Apache Spark commented on SPARK-40611:
--------------------------------------

User 'beliefer' has created a pull request for this issue:
https://github.com/apache/spark/pull/38046

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