cloneFullColumn
does not clone the subcolumns at the second and higher levels
#9605
Labels
affects-8.5
This bug affects the 8.5.x(LTS) versions.
severity/major
type/bug
The issue is confirmed as a bug.
Bug Report
tiflash/dbms/src/Columns/IColumn.h
Lines 418 to 423 in 750c4de
cloneFullColumn
only clones the first-level subcolumn so the inner column data will be shared if the column has subcolumns at second and higher levels. For instance, ColumnNullable(ColumnArray(ColumnVector))).The text was updated successfully, but these errors were encountered: