hello-stephen commented on PR #45657:
URL: https://github.com/apache/doris/pull/45657#issuecomment-2553398487
Thank you for your contribution to Apache Doris.
Don't know what should be done next? See [How to process your
PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+pro
zhangstar333 opened a new pull request, #45657:
URL: https://github.com/apache/doris/pull/45657
### What problem does this PR solve?
Problem Summary:
before: will be throw exception when parse NULL value, as the input is empty
invalid.
so need check firstly and then parse it.