๐๐ฎ๐๐ฎ, ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐ & ๐๐. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
The cause of this panic is that the default domain maximum for String types is NULL. Therefore, wrapping the String type in a Nullable is necessary to handle this correctly.
fixes: #16763
Tests
[ ] Unit Test
[x] Logic Test
[ ] Benchmark Test
[ ] No Test - Explain why
Type of change
[x] Bug Fix (non-breaking change which fixes an issue)
[ ] New Feature (non-breaking change which adds functionality)
[ ] Breaking Change (fix or feature that could cause existing functionality not to work as expected)
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
The cause of this panic is that the default domain maximum for
String
types isNULL
. Therefore, wrapping theString
type in aNullable
is necessary to handle this correctly.Tests
Type of change
This change isโ