rongyousu opened a new issue #4926:
URL: https://github.com/apache/incubator-doris/issues/4926
the detail is that:
sql:
with a as
(
select 2 as id, '1234' as user_id
union all
select 1 as id, NULL as user_id
),
b as
(
select 4 as id, '543' as user_id
union all
select 3 as id, NULL as user_id
)
select id,user_id from a
union all
select id ,user_id from b
the result is :

my value is "NULL " ,but use with lable ,the result is issue, now is ''
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]