𝗗𝗮𝘁𝗮, 𝗔𝗻𝗮𝗹𝘆𝘁𝗶𝗰𝘀 & 𝗔𝗜. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
7.88k
stars
753
forks
source link
bug: panic viewing clustering_information with a <8 character cluster key #16763
Closed
nickb937 closed 2 weeks ago
Search before asking
Version
Databend: v1.2.615
What's Wrong?
Panic when viewing the clustering_information after setting the cluster key to a size less than 8 characters
How to Reproduce?
I have a table that I'd like to improve the clustering on. The
id
field is a UUIDv7 value and looks like this:The table definition is:
If I reduce the
id
substring from 8 characters, then I receive the following panic:Are you willing to submit PR?