tgujar commented on code in PR #8363: URL: https://github.com/apache/arrow-datafusion/pull/8363#discussion_r1424663804
########## datafusion/substrait/tests/cases/roundtrip_logical_plan.rs: ########## Review Comment: For some reason, on roundtrip there is an additional projection during TableScan which includes all column of the table, and I had to use `assert_expected_plan` here ```sql TableScan: data2 projection=[a, b, c, d, e, f] ``` -- 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]
