alamb opened a new pull request, #14322: URL: https://github.com/apache/datafusion/pull/14322
## Which issue does this PR close? - Part of https://github.com/apache/datafusion/issues/14008 - Follow on to #14032 ## Rationale for this change @shehabgamin notes on https://github.com/apache/datafusion/issues/14008#issuecomment-2609034408: > **DataFusion** > `ValuesExec` is now deprecated. The deprecation message is a bit confusing though. It currently states: "Use `MemoryExec::try_new_as_values` instead", but I think should say: "Use `MemoryExec::try_new_as_values` or `MemoryExec::try_new_from_batches` instead". Or, just simply: "Use `MemoryExec` instead". ## What changes are included in this PR? Improve documentation about deprecation and the suitable alternatives ## Are these changes tested? By CI ## Are there any user-facing changes? Only documentation, no functional change <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org