You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/07/27 05:43:05 UTC

[jira] [Created] (SPARK-9370) Support DecimalType in UnsafeRow

Reynold Xin created SPARK-9370:
----------------------------------

             Summary: Support DecimalType in UnsafeRow
                 Key: SPARK-9370
                 URL: https://issues.apache.org/jira/browse/SPARK-9370
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
            Reporter: Reynold Xin


We should be able to represent the Decimal data using 2 longs (16 byte) given we no longer support unlimited precision.

Once we figure out how to convert Decimal into 2 longs, we can add support for it similar to the way we add support for IntervalType (SPARK-9369).




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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