Closed b41sh closed 1 day ago
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
fix distinct set-returning function
for example
root@0.0.0.0:48000/default> select distinct unnest(split(coalesce(NULL, 'a,b,a,b,c'), ',')) as c1; ┌──────────────────┐ │ c1 │ │ Nullable(String) │ ├──────────────────┤ │ a │ │ b │ │ c │ └──────────────────┘ 3 rows read in 0.117 sec. Processed 1 rows, 1 B (8.55 rows/s, 8 B/s)
This change is
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
fix distinct set-returning function
for example
Tests
Type of change
This change is