zhztheplayer commented on code in PR #11527:
URL:
https://github.com/apache/incubator-gluten/pull/11527#discussion_r2758078917
##########
cpp/velox/operators/plannodes/CudfVectorStream.h:
##########
@@ -18,21 +18,90 @@
#pragma once
#include "CudfVectorStream.h"
+#include "compute/ResultIterator.h"
+#include "memory/VeloxColumnarBatch.h"
+#include "velox/exec/Driver.h"
+#include "velox/exec/Operator.h"
+#include "velox/exec/Task.h"
#include "velox/experimental/cudf/exec/CudfOperator.h"
#include "velox/experimental/cudf/exec/Utilities.h"
#include "velox/experimental/cudf/exec/VeloxCudfInterop.h"
#include "velox/experimental/cudf/vector/CudfVector.h"
namespace gluten {
-class CudfVectorStream : public RowVectorStream {
+class CudfVectorStreamBase {
Review Comment:
cc @jinchengchenghh
`RowVectorStream`'s code is being inlined into `CudfVectorStreamBase` here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]