Chris Grier created SPARK-3268:
----------------------------------

             Summary: DoubleType should support modulus 
                 Key: SPARK-3268
                 URL: https://issues.apache.org/jira/browse/SPARK-3268
             Project: Spark
          Issue Type: Bug
          Components: SQL
            Reporter: Chris Grier


Using the modulus operator (%) on Doubles throws and exception. 

eg: 

SELECT 1388632775.0 % 60 from tablename LIMIT 1

Throws: 
java.lang.Exception: Type DoubleType does not support numeric operations



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to