sanjibansg commented on code in PR #13181: URL: https://github.com/apache/arrow/pull/13181#discussion_r877169545
########## cpp/src/arrow/engine/substrait/serde.h: ########## @@ -48,9 +48,12 @@ using ConsumerFactory = std::function<std::shared_ptr<compute::SinkNodeConsumer> /// returned here. /// \return a vector of ExecNode declarations, one for each toplevel relation in the /// Substrait Plan -ARROW_ENGINE_EXPORT Result<std::vector<compute::Declaration>> DeserializePlan( - const Buffer& buf, const ConsumerFactory& consumer_factory, - ExtensionSet* ext_set = NULLPTR); +ARROW_ENGINE_EXPORT Result<std::vector<compute::Declaration>> DeserializePlans( + const Buffer& buf, const ConsumerFactory& consumer_factory, ExtensionSet* ext_set); Review Comment: Made the change. -- 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]
