Skip to content

Commit 23f880b

Browse files
AlenkaFzanmato1984
andauthored
Update cpp/src/arrow/compute/row/grouper.cc
Co-authored-by: Rossi Sun <[email protected]>
1 parent 29acb07 commit 23f880b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/src/arrow/compute/row/grouper.cc

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ auto g_group_id_type = std::make_shared<GroupIdType>();
5757

5858
Status CheckForGetSegments(const ExecSpan& batch,
5959
const std::vector<TypeHolder>& key_types) {
60-
DCHECK_LE(0, batch.length);
6160
if (batch.values.size() != key_types.size()) {
6261
return Status::Invalid("expected batch size ", key_types.size(), " but got ",
6362
batch.values.size());

0 commit comments

Comments
 (0)