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
sql: fix COPY with hidden and inaccessible columns
Fixes#119524
Release note (bug fix): A bug has been fixed that caused panics when
executing `COPY` into a table with hidden columns and expression
indexes. The panic only occurred when the
`expect_and_ignore_not_visible_columns_in_copy` setting was enabled.
This bug has been present since
`expect_and_ignore_not_visible_columns_in_copy` was introduced in
v22.1.0.
0 commit comments