Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-20746 Built-in SQL Function Improvement
  3. SPARK-21625

Add incompatible Hive UDF describe to DOC

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.3.0
    • 2.3.0
    • Documentation
    • None

    Description

      SQRT:

      hive> select SQRT(-10.0);
      OK
      NULL
      Time taken: 0.384 seconds, Fetched: 1 row(s)
      
      spark-sql> select SQRT(-10.0);
      NaN
      Time taken: 0.096 seconds, Fetched 1 row(s)
      17/10/30 10:52:50 INFO SparkSQLCLIDriver: Time taken: 0.096 seconds, Fetched 1 row(s)
      spark-sql> 
      

      ACOS, ASIN:
      https://issues.apache.org/jira/browse/HIVE-17240

      Attachments

        Activity

          People

            yumwang Yuming Wang
            yumwang Yuming Wang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: