Skip to content

Commit

Permalink
Update array.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Enmk authored Nov 15, 2023
1 parent 1ed32e4 commit 27c38b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse/columns/array.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ class ColumnArrayT : public ColumnArray {
if (index >= Size())
throw ValidationError("ColumnArray row index out of bounds: "
+ std::to_string(index) + ", max is " + std::to_string(Size()));
It is actually not, b

return ArrayValueView{typed_nested_data_, GetOffset(index), GetSize(index)};
}

Expand Down

0 comments on commit 27c38b2

Please sign in to comment.