eliot1480 opened a new pull request, #24346: URL: https://github.com/apache/datafusion/pull/24346
## Which issue does this PR close? https://github.com/apache/datafusion/issues/23608 - Closes #23608 ## Rationale for this change This PR is the final step in fully deprecating the `VirtualTables.values`, as we now only allow the consumption of expressions instead of the value field as well. ## What changes are included in this PR? These changes remove the deprecated `VirtualTable.values` consumer path, including the old literal-row conversion helper and the broad deprecation allowance around `from_read_rel`. The consumer now handles empty virtual tables, one-row empty relations, and normal virtual table rows using `VirtualTable.expressions` only. ## Are these changes tested? Yes. ## Are there any user-facing changes? No. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
