jinchengchenghh commented on PR #8380: URL: https://github.com/apache/incubator-gluten/pull/8380#issuecomment-2599370296
I tried the serialize ValueStreamNode as empty serialization, but failed by deserialization. The plan node deserialization is registered in velox, but ValueStreamNode exists in gluten, so we cannot do that. https://github.com/facebookincubator/velox/blob/main/velox/core/PlanNode.cpp#L2716 ``` root@sr249:/mnt/DP_disk1/code/velox/build/velox/tool/trace# ./velox_query_replayer --root_dir /tmp/query_trace --task_id Gluten_Stage_0_TID_0_VTID_0 --query_id=query_1 --node_id=7 --summary WARNING: Logging before InitGoogleLogging() is written to STDERR I0117 20:08:46.359496 2923199 HiveConnector.cpp:56] Hive connector test-hive created with maximum of 20000 cached file handles. terminate called after throwing an instance of 'facebook::velox::VeloxUserError' what(): Exception: VeloxUserError Error Source: USER Error Code: INVALID_ARGUMENT Reason: Deserialization function for class: ValueStreamNode is not registered Retriable: False Expression: registry.Has(name) Function: deserialize File: /mnt/DP_disk1/code/velox/./velox/common/serialization/Serializable.h Line: 196 Stack trace: Stack trace has been disabled. Use --velox_exception_user_stacktrace_enabled=true to enable it ``` -- 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]
