Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit e3c75c3

Browse files
author
Shangjie Chen
committed
change type quick fix
1 parent 5b9818c commit e3c75c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/catalog/column.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ class Column : public Printable {
3838
: column_name(column_name),
3939
column_type(value_type),
4040
fixed_length(INVALID_OID),
41-
is_inlined(is_inlined),
4241
column_offset(column_offset) {
4342
SetInlined();
43+
this->is_inlined = is_inlined;
4444

4545
// We should not have an inline value of length 0
4646
if (is_inlined && column_length == 0) {

0 commit comments

Comments
 (0)