Regression in LowCardinality(Nullable(String))
type processing in v4.0.5
#805
Labels
LowCardinality(Nullable(String))
type processing in v4.0.5
#805
What happened:
Trying to select a column of aforementioned type returns an error:
It seems to be a regression of #785, wherein the regexp for
"Nullable(String)"
Converter has been changed to match on the beginning of string only, thus not matchingLowCardinality(Nullable(String))
anymore (and in this case default Converter is used and that is probably the cause of the error).I've downgraded datasource version to v4.0.4 to corroborate that and the error indeed disappeared.
What you expected to happen:
No errors.
How to reproduce it (as minimally and precisely as possible):
In Explore view:
OK
OK
Error:
Environment:
v4.0.6, grafana v10.4.1
The text was updated successfully, but these errors were encountered: