gojumprope opened a new issue, #18727:
URL: https://github.com/apache/doris/issues/18727

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   1.2.3
   
   ### What's Wrong?
   
   explode_split unable to split NULL value, return empty result
   
   ### What You Expected?
   
   should return rows with null result 
   
   
   
   
   
   ### How to Reproduce?
   
   select k1, e1 from 
   (
        SELECT 2 k1, NULL k2
   ) a
   lateral view explode_split(k2, ',') tmp1 as e1 
   
   result: 
   
![image](https://user-images.githubusercontent.com/38604290/232378859-b16aae24-763b-4e26-8f86-87a695c96dba.png)
   
   
   expected: 
   
![image](https://user-images.githubusercontent.com/38604290/232378913-cdbfe95d-fe6e-47db-ae1a-5ce45987def4.png)
   
   
   
   ### Anything Else?
   
   documentation shows working but not working in reality
   
![image](https://user-images.githubusercontent.com/38604290/232378978-c0952e2f-95e2-4575-af1e-9f81898bca03.png)
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to