Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Concat with only one expression #1196

Closed
jackylee-ch opened this issue Jan 3, 2023 · 0 comments · Fixed by #1197
Closed

Concat with only one expression #1196

jackylee-ch opened this issue Jan 3, 2023 · 0 comments · Fixed by #1197
Labels
bug Something isn't working

Comments

@jackylee-ch
Copy link
Contributor

Describe the bug
Concat with only one expression is not supported yet.

To Reproduce

create table test(expr string) using parquet;
insert into test values("a");
select concat(expr) from test;

Expected behavior
Return a.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant