vbarua opened a new issue, #23608: URL: https://github.com/apache/datafusion/issues/23608
The Substrait VirtualTable.values is deprecated and set to be removed in https://github.com/substrait-io/substrait/pull/1131. The DataFusion substrait producer still uses it when producing plans in https://github.com/apache/datafusion/blob/37d11af7fa295d8a5984c8db5954598db96ac70a/datafusion/substrait/src/logical_plan/producer/rel/read_rel.rs#L180-L188 and https://github.com/apache/datafusion/blob/37d11af7fa295d8a5984c8db5954598db96ac70a/datafusion/substrait/src/logical_plan/producer/rel/read_rel.rs#L241-L244 Usages of VirtualTable.values should be replaced with [VirtualTable.expressions](https://github.com/substrait-io/substrait/blob/a4ad9f4208e827be845ecf3e307f58277e2cfc0f/proto/substrait/algebra.proto#L158-L162). -- 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]
