You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I encountered an issue where declaring an enum field within a tuple causes a System.ArgumentOutOfRangeException during EnumType.Parse when performing bulk insertion.
If I leave my code unchanged and only modify the table schema to replace the enum within the tuple with a string, the same code executes successfully, and the data is written without errors.
It seems like a bug. Could it be that type parsing for enums within tuples is currently unsupported or has limitations?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I encountered an issue where declaring an enum field within a tuple causes a System.ArgumentOutOfRangeException during EnumType.Parse when performing bulk insertion.
EnumType.cs (line: 32)
If I leave my code unchanged and only modify the table schema to replace the enum within the tuple with a string, the same code executes successfully, and the data is written without errors.
It seems like a bug. Could it be that type parsing for enums within tuples is currently unsupported or has limitations?
Environment:
.net 8.0 + clickhouse.client 6.8.1
clickhouse version: 24.8.4.13
Beta Was this translation helpful? Give feedback.
All reactions