sanjibansg commented on code in PR #12852: URL: https://github.com/apache/arrow/pull/12852#discussion_r864604706
########## cpp/src/arrow/engine/substrait/extension_set.h: ########## @@ -143,6 +159,10 @@ class ARROW_ENGINE_EXPORT ExtensionSet { explicit ExtensionSet(ExtensionIdRegistry* = default_extension_id_registry()); ARROW_DEFAULT_MOVE_AND_ASSIGN(ExtensionSet); + static Status CheckHasUri(util::string_view uri, ExtensionSet* self); + static void AddUri(std::pair<uint32_t, util::string_view> uri, ExtensionSet* self); + static void AddUri(Id id, ExtensionSet* self); Review Comment: Made the change, thanks! -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org