felipecrv commented on code in PR #33725: URL: https://github.com/apache/arrow/pull/33725#discussion_r1072439392
########## docs/source/cpp/streaming_execution.rst: ########## @@ -86,25 +86,21 @@ Plans ^^^^^ * A plan should have a single top-level relation. - * The consumer is currently based on a custom build of Substrait that - is older than 0.1.0. Any features added that are newer than 0.1.0 will - not be supported. + * The consumer is currently based on a version 0.20.0 of Substrait. + Any features added that are newer will not be supported. + * Due to a breaking change in 0.20.0 any Substrait plan older than 0.20.0 + will be rejected. Extensions ^^^^^^^^^^ * If a plan contains any extension type variations it will be rejected. - * If a plan contains any advanced extensions it will be rejected. + * Advanced extensions can be provided by supply a custom implementation of Review Comment: supplying -- 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]
