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
Having the same issue but with a different error. I receive clickhouse [AppendStruct]: missing destination name <column_name> in *<struct>. However, instead of using a Tuple I use Nested. Did you figure out a workaround?
Hi, looks like
AppendStruct
API does not support structs with nested fields. Here's an extended version of official example:The message I get says:
clickhouse [AppendRow]: Col5 clickhouse [AppendRow]: converting *main.Nested to Tuple(Foo Int64) is unsupported
Is there any workaround or any future plans to support this feature?
The text was updated successfully, but these errors were encountered: