zhli1142015 commented on PR #8380: URL: https://github.com/apache/incubator-gluten/pull/8380#issuecomment-2568644152
We are also looking into this. I tried it locally but encountered the error below. Would you fix it in your PR? ``` Caused by: org.apache.gluten.exception.GlutenException: Exception: VeloxUserError Error Source: USER Error Code: UNSUPPORTED Reason: ValueStream plan node is not serializable Retriable: False Function: serialize File: /var/git/incubator-gluten/cpp/velox/operators/plannodes/RowVectorStream.h Line: 136 Stack trace: # 0 facebook::velox::VeloxException::VeloxException(char const*, unsigned long, char const*, std::basic_string_view<char, std::char_traits<char> >, std::basic_string_view<char, std::char_traits<char> >, std::basic_string_view<char, std::char_traits<char> >, std::basic_string_view<char, std::char_traits<char> >, bool, facebook::velox::VeloxException::Type, std::basic_string_view<char, std::char_traits<char> >) # 1 void facebook::velox::detail::veloxCheckFail<facebook::velox::VeloxUserError, char const*>(facebook::velox::detail::VeloxCheckFailArgs const&, char const*) # 2 gluten::ValueStreamNode::serialize() const # 3 facebook::velox::core::PlanNode::serialize() const # 4 facebook::velox::core::TopNNode::serialize() const # 5 facebook::velox::core::PlanNode::serialize() const # 6 facebook::velox::core::ProjectNode::serialize() const # 7 facebook::velox::exec::trace::TaskTraceMetadataWriter::write(std::shared_ptr<facebook::velox::core::QueryCtx> const&, std::shared_ptr<facebook::velox::core::PlanNode const> const&) # 8 facebook::velox::exec::Task::maybeInitTrace() ``` -- 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]
