gabotechs opened a new issue, #16282: URL: https://github.com/apache/datafusion/issues/16282
### Describe the bug ~20 sqllogictest cases are failing in Substrait round-trip mode because of the following error: ``` statement failed: DataFusion error: Error during planning: table 'datafusion.public.aggregate_test_100_by_sql' not found ``` ### To Reproduce ``` cargo test --test sqllogictests -- --substrait-round-trip pg_compat_null.slt:73 ``` ### Expected behavior The sqllogictest passes in Substrait round-trip mode ### Additional context This is part of a broader initiative to improve the reliability of Substrait-to-DataFusion logical plan conversions. - https://github.com/apache/datafusion/issues/16248 -- 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.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