Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
zhztheplayer committed Jun 7, 2024
1 parent b6354c5 commit 4cb0a43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/velox/utils/VeloxBatchAppender.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class VeloxBatchAppender : public ColumnarBatchIterator {
int64_t spillFixedSize(int64_t size) override;

private:

facebook::velox::memory::MemoryPool* pool_;
const int32_t minOutputBatchSize_;
std::unique_ptr<ColumnarBatchIterator> in_;
Expand Down

0 comments on commit 4cb0a43

Please sign in to comment.