Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Seaven <[email protected]>
  • Loading branch information
Seaven committed Sep 18, 2024
1 parent 4052170 commit e4ea596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/column/vectorized_fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ColumnAllocator;

// We may change the Buffer implementation in the future.
template <typename T>
using Buffer = std::vector<T, ColumnAllocator<T>>;
using Buffer = std::vector<T>;

class ArrayColumn;
class MapColumn;
Expand Down

0 comments on commit e4ea596

Please sign in to comment.