westonpace commented on code in PR #33725: URL: https://github.com/apache/arrow/pull/33725#discussion_r1080699744
########## 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 Review Comment: We do check for (and reject) older plans (but I had the wrong version and have fixed that). -- 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]
