-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Regression on isConstant(trim('')) between 25.1.8.25 and 25.2.2.39 #78796
Copy link
Copy link
Closed
Labels
potential bugTo be reviewed by developers and confirmed/rejected.To be reviewed by developers and confirmed/rejected.
Description
Company or project name
No response
Describe what's wrong
Hello 👋
When implementing a decoding UDF, I've noticed a regression on query analysis of a result of trim string function as constant that was included somewhere between releases 25.1.8.25 and 25.2.2.39.
Is this expected?
Does it reproduce on the most recent release?
Yes
How to reproduce
$ docker run clickhouse:25.1.8.25 clickhouse-local "SELECT isConstant(trimBoth(''))"
1
$ docker run clickhouse:25.2.2.39 clickhouse-local "SELECT isConstant(trimBoth(''))"
0Latest release (25.3.2.39 at the time of writing) has it as well:
$ drun clickhouse:25.3.2.39 clickhouse-local "SELECT isConstant(trimBoth(''))"
0Expected behavior
No response
Error message and/or stacktrace
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
potential bugTo be reviewed by developers and confirmed/rejected.To be reviewed by developers and confirmed/rejected.