Sign in
apache
/
doris
/
HEAD
/
.
/
pytest
/
qe
/
query_regression
/
sql
/
issue_5581.sql
blob: 2db03bc14dc3ce9ae9a1d9ba8fe323edd4dd8d78 [
file
] [
log
] [
blame
]
--https://github.com/apache/incubator-doris/pull/5581
select
bitmap_min
(
bitmap_from_string
(
''
))
value
;
select
bitmap_min
(
bitmap_from_string
(
'1,9999999999'
))
value
;