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