FelixYBW commented on PR #9292: URL: https://github.com/apache/incubator-gluten/pull/9292#issuecomment-2998272288
build failure after https://github.com/facebookincubator/velox/pull/12993 imported ``` 17:42:37 1251.2 /incubator-gluten/cpp/velox/substrait/VeloxToSubstraitExpr.cc: In member function 'const substrait::Expression_Cast& gluten::VeloxToSubstraitExprConvertor::toSubstraitExpr(google::protobuf::Arena&, const std::shared_ptr<const facebook::velox::core::CastTypedExpr>&, const RowTypePtr&)': 17:42:37 1251.2 /incubator-gluten/cpp/velox/substrait/VeloxToSubstraitExpr.cc:383:17: error: 'using element_type = const class facebook::velox::core::CastTypedExpr' {aka 'const class facebook::velox::core::CastTypedExpr'} has no member named 'nullOnFailure' 17:42:37 1251.2 383 | if (castExpr->nullOnFailure()) { 17:42:37 1251.2 | ^~~~~~~~~~~~~ 17:42:37 1251.2 make[2]: *** [velox/CMakeFiles/velox.dir/build.make:538: velox/CMakeFiles/velox.dir/substrait/VeloxToSubstraitExpr.cc.o] Error 1 17:42:37 1251.2 make[2]: *** Waiting for unfinished jobs.... 17:42:37 1261.8 make[1]: *** [CMakeFiles/Makefile2:170: velox/CMakeFiles/velox.dir/all] Error 2 17:42:37 1261.8 make: *** [Makefile:136: all] Error 2 ``` -- 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]
