alamb commented on code in PR #47456: URL: https://github.com/apache/arrow/pull/47456#discussion_r2330938569
########## docs/source/format/CanonicalExtensions.rst: ########## @@ -45,7 +45,11 @@ types: * The specification text to be added *must* follow these requirements: - 1) It *must* define a well-defined extension name starting with "``arrow.``". + 1) It *must* define a well-defined extension name starting with an allowed prefix. + The currently allowed prefixes are: + * "``arrow.``" - For general-purpose canonical extension types. + * "``parquet.``" - For canonical extension types that are intended primarily for Review Comment: I agree that `arrow.parquet` for this spec sounds good (and thus revert the changes to this section of the spec) -- 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]
