Lordworms commented on issue #10710:
URL: https://github.com/apache/datafusion/issues/10710#issuecomment-2231946846
Hi, @richtia I just wonder how you get the original substrait plan, since I
use duckdb to be the producer and generate the plan, it didn't have some
structure like
```
"local_files": {
"items": [
{
"uri_file":
"file://FILENAME_PLACEHOLDER_0",
"parquet": {}
}
]
}
}
```
I know it is similar to use namedTable here as what duckDB did, but I still
want to keep the consistency. Thanks a lot.
--
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]