jonahgao commented on code in PR #8415:
URL: https://github.com/apache/arrow-datafusion/pull/8415#discussion_r1414158951
##########
datafusion/proto/tests/cases/roundtrip_logical_plan.rs:
##########
@@ -232,11 +232,12 @@ async fn roundtrip_custom_listing_tables() -> Result<()> {
WITH ORDER (c ASC)
LOCATION '../core/tests/data/window_2.csv';";
- let plan = ctx.sql(query).await?.into_optimized_plan()?;
Review Comment:
It always returned an
[EmptyRelation](https://github.com/apache/arrow-datafusion/blob/4b4af65444761f2f2c87b74b0fac8a19db4912a9/datafusion/core/src/execution/context/mod.rs#L523)
before, and did not achieve the testing purpose as expected.
--
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]