Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/15432
  
    FWIW, the cases below are fine in MySQL:
    
    ```sql
    mysql> SELECT RAND(CAST(2 AS UNSIGNED));
    +---------------------------+
    | RAND(CAST(2 AS UNSIGNED)) |
    +---------------------------+
    |        0.6555866465490187 |
    +---------------------------+
    1 row in set (0.00 sec)
    
    mysql> SELECT RAND(CAST(NULL AS UNSIGNED));
    +------------------------------+
    | RAND(CAST(NULL AS UNSIGNED)) |
    +------------------------------+
    |          0.15522042769493574 |
    +------------------------------+
    1 row in set (0.00 sec)
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to