vibhatha commented on code in PR #33623:
URL: https://github.com/apache/arrow/pull/33623#discussion_r1067654367


##########
cpp/src/arrow/engine/substrait/serde.h:
##########
@@ -139,6 +139,23 @@ ARROW_ENGINE_EXPORT 
Result<std::shared_ptr<compute::ExecPlan>> DeserializePlan(
     const ExtensionIdRegistry* registry = NULLPTR, ExtensionSet* ext_set_out = 
NULLPTR,
     const ConversionOptions& conversion_options = {});
 
+/// \brief Deserializes a Substrait Plan message to a declaration
+///
+/// The plan will not contain any sink nodes and will be suitable for use in 
any
+/// of the arrow::compute::DeclarationTo... methods.

Review Comment:
   nit: Maybe? 
   
   ```suggestion
   /// of the arrow::compute::DeclarationToXYZ methods.
   ```



-- 
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]

Reply via email to