Skip to content

Commit 29acb07

Browse files
committed
Remove kEmptyExtends
1 parent 9458110 commit 29acb07

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
@@ -88,7 +88,6 @@ Segment MakeSegment(int64_t batch_length, int64_t offset, int64_t length, bool e
8888

8989
using ExtendFunc = std::function<bool(const void*)>;
9090
constexpr bool kDefaultExtends = true; // by default, the first segment extends
91-
constexpr bool kEmptyExtends = true; // an empty segment extends too
9291

9392
struct NoKeysSegmenter : public BaseRowSegmenter {
9493
static std::unique_ptr<RowSegmenter> Make() {

0 commit comments

Comments
 (0)