We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29acb07 commit 23f880bCopy full SHA for 23f880b
cpp/src/arrow/compute/row/grouper.cc
@@ -57,7 +57,6 @@ auto g_group_id_type = std::make_shared<GroupIdType>();
57
58
Status CheckForGetSegments(const ExecSpan& batch,
59
const std::vector<TypeHolder>& key_types) {
60
- DCHECK_LE(0, batch.length);
61
if (batch.values.size() != key_types.size()) {
62
return Status::Invalid("expected batch size ", key_types.size(), " but got ",
63
batch.values.size());
0 commit comments