generated from duckdb/extension-template
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Good day!
When I try to add field to the struct column in the attached table: "ALTER TABLE ac.test.users ADD COLUMN data_struct.test VARCHAR".
I got from action body:
- catalog: ac
- schema: test
- name: users
- column_path ["data_struct"] (this field is missed in the doc page: https://airport.query.farm/server_action_add_field.html)
The schema contains only one field with name "data_struct" with type StringType.
It looks like the field name in the schema should be "test".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels