kosiew commented on code in PR #18866:
URL: https://github.com/apache/datafusion/pull/18866#discussion_r2548901513
##########
datafusion/sqllogictest/src/engines/datafusion_substrait_roundtrip_engine/runner.rs:
##########
@@ -152,6 +132,7 @@ async fn run_query_substrait_round_trip(
| LogicalPlan::Explain(_)
| LogicalPlan::Dml(_)
| LogicalPlan::Copy(_)
+ | LogicalPlan::DescribeTable(_)
Review Comment:
To fix this error
```
This feature is not implemented: Unsupported plan type: DescribeTable {
schema: Schema ...
[SQL] describe data;
```
--
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]