This is an automated email from the ASF dual-hosted git repository.
rui 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 e631295202 [VL] Initialize `typeConvertor_` in
VeloxToSubstraitExprConvertor (#11654)
e631295202 is described below
commit e631295202aac8203a2a70f0c5491850a7fcee37
Author: Ankita Victor <[email protected]>
AuthorDate: Thu Feb 26 15:13:18 2026 +0530
[VL] Initialize `typeConvertor_` in VeloxToSubstraitExprConvertor (#11654)
---
cpp/velox/substrait/VeloxToSubstraitExpr.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpp/velox/substrait/VeloxToSubstraitExpr.h
b/cpp/velox/substrait/VeloxToSubstraitExpr.h
index 07575ccf3c..c6f65ddf45 100644
--- a/cpp/velox/substrait/VeloxToSubstraitExpr.h
+++ b/cpp/velox/substrait/VeloxToSubstraitExpr.h
@@ -29,7 +29,7 @@ namespace gluten {
class VeloxToSubstraitExprConvertor {
public:
explicit VeloxToSubstraitExprConvertor(const SubstraitExtensionCollectorPtr&
extensionCollector)
- : extensionCollector_(extensionCollector) {}
+ : typeConvertor_(std::make_shared<VeloxToSubstraitTypeConvertor>()),
extensionCollector_(extensionCollector) {}
/// Convert Velox Expression to Substrait Expression.
/// @param arena Arena to use for allocating Substrait plan objects.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]