Skip to content

Commit 5a07500

Browse files
committed
fix break
1 parent 55d122b commit 5a07500

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/formats/arrow/converter.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ static bool ConvertColumn(const NScheme::TTypeInfo colType, std::shared_ptr<arro
7373
return false;
7474
}
7575
}
76+
break;
7677
}
7778
case NScheme::NTypeIds::JsonDocument: {
7879
for (i32 i = 0; i < binaryArray.length(); ++i) {
@@ -86,6 +87,7 @@ static bool ConvertColumn(const NScheme::TTypeInfo colType, std::shared_ptr<arro
8687
return false;
8788
}
8889
}
90+
break;
8991
}
9092
default:
9193
break;

0 commit comments

Comments
 (0)