kosiew commented on issue #16276: URL: https://github.com/apache/datafusion/issues/16276#issuecomment-3561760796
On [main f1ecaccd1](https://github.com/apache/datafusion/commit/f1ecaccd183367086ecb5b7736d93b3aba109e01), I am getting an additional `Unsupported plan type: DescribeTable` error at map.slt:43. ``` ❯ cargo test --test sqllogictests -- --substrait-round-trip map.slt:388 Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s Running bin/sqllogictests.rs (target/debug/deps/sqllogictests-d29eafa7e841495b) Completed 1 test files in 0 seconds External error: 2 errors in file /Users/kosiew/GitHub/datafusion/datafusion/sqllogictest/test_files/map.slt 1. query failed: DataFusion error: This feature is not implemented: Unsupported plan type: DescribeTable { schema: Schema ... [SQL] describe data; at /Users/kosiew/GitHub/datafusion/datafusion/sqllogictest/test_files/map.slt:43 2. query failed: DataFusion error: Substrait error: Only literal types and aliases are supported in Virtual Tables, got: ScalarFunction [SQL] VALUES (MAP(['a'], [1])), (MAP(['b'], [2])), (MAP(['c', 'a'], [3, 1])) at /Users/kosiew/GitHub/datafusion/datafusion/sqllogictest/test_files/map.slt:388 ``` -- 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]
