Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/15513
  
    @rxin, How about this?
    
    **Literal only**
    
    ```
    a string type value.
    a numeric type value that defines ...
    a binary type value that defines ... For example, ...
    ```
    
    **Column**
    
    ```
    a timestamp type column/value.
    a binary type column/value that represents ...
    a date type column/value that represents ... For example, ...
    ```
    
    (BTW, I am sure you meant to not mention about implicitly casting with 
knowing this but I am a little bit worried. This was actually taken after 
Oracle[1]. Will anyway try to take out this but I wanted to just note this just 
in case.)
    
    [1] 
https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions011.htm#i82074
    > any numeric datatype or any nonnumeric datatype that can be implicitly 
converted to a numeric datatype.


---
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