Github user HyukjinKwon commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22227#discussion_r214561691
  
    --- Diff: sql/core/src/test/resources/sql-tests/inputs/string-functions.sql 
---
    @@ -46,4 +46,10 @@ FROM (
         encode(string(id + 2), 'utf-8') col3,
         encode(string(id + 3), 'utf-8') col4
       FROM range(10)
    -)
    +);
    +
    +-- split function
    +select split('aa1cc2ee3', '[1-9]+');
    --- End diff --
    
    I would use upper cases here for keywords.


---

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

Reply via email to