Skip to content

Commit 4118b74

Browse files
authored
Merge pull request #107 from alibuild/alibot-cleanup-14571
2 parents 93239b6 + 1a4b80f commit 4118b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/ArrowTableSlicingCache.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ SliceInfoPtr ArrowTableSlicingCache::getCacheForPos(int pos) const
247247

248248
return {
249249
gsl::span{offsets[pos].data(), offsets[pos].size()}, //
250-
gsl::span(sizes[pos].data(), sizes[pos].size()) //
250+
gsl::span(sizes[pos].data(), sizes[pos].size()) //
251251
};
252252
}
253253

0 commit comments

Comments
 (0)