liujiwen-up commented on PR #36231:
URL: https://github.com/apache/doris/pull/36231#issuecomment-2172364673
   > please add description about what's the behavior before
   
   - Before behavior change
   mysql> select split_part('abc', '|', 1);
   +---------------------------+
   | split_part('abc', '|', 1) |
   +---------------------------+
   | NULL                      |
   +---------------------------+
   1 row in set (0.02 sec)
   - After behavior change
   `mysql> select split_part('abc', '|', 1);
   +---------------------------+
   | split_part('abc', '|', 1) |
   +---------------------------+
   | abc                       |
   +---------------------------+
   1 row in set (0.01 sec)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to