vibhatha commented on code in PR #14143:
URL: https://github.com/apache/arrow/pull/14143#discussion_r972488122
##########
cpp/src/arrow/engine/substrait/extension_set.cc:
##########
@@ -534,6 +549,21 @@ struct ExtensionIdRegistryImpl : ExtensionIdRegistry {
return maybe_converter->second;
}
+ Result<SubstraitAggregateToArrow> GetSubstraitAggregateToArrowFallback(
+ util::string_view function_name) const override {
Review Comment:
should we do?
```suggestion
const util::string_view& function_name) const override {
```
--
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]