This is an automated email from the ASF dual-hosted git repository.
chengchengjin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 7d491d5b37 [VL] Add virtual destructor in RowVectorStream
7d491d5b37 is described below
commit 7d491d5b373f77a3aa9a1bad14c34acb8987cfb5
Author: Zouxxyy <[email protected]>
AuthorDate: Mon Dec 1 17:58:18 2025 +0800
[VL] Add virtual destructor in RowVectorStream
---
cpp/velox/operators/plannodes/RowVectorStream.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/cpp/velox/operators/plannodes/RowVectorStream.h
b/cpp/velox/operators/plannodes/RowVectorStream.h
index 78679c20a4..d6b8d37bcd 100644
--- a/cpp/velox/operators/plannodes/RowVectorStream.h
+++ b/cpp/velox/operators/plannodes/RowVectorStream.h
@@ -27,6 +27,8 @@ namespace gluten {
class RowVectorStream {
public:
+ virtual ~RowVectorStream() = default;
+
explicit RowVectorStream(
facebook::velox::exec::DriverCtx* driverCtx,
facebook::velox::memory::MemoryPool* pool,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]