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?
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
Originally posted by @nick1ee in #536
The text was updated successfully, but these errors were encountered: