ZuoTiJia opened a new issue, #3766:
URL: https://github.com/apache/arrow-datafusion/issues/3766
I ran the following SQL.
```sql
SELECT ALL m0.f0, m0.f1 FROM m0 WHERE (((CAST(m0.f0 AS
STRING))LIKE(CAST('-1815689901' AS STRING)))) NOT IN (((CAST(m0.f1 AS
STRING))LIKE(CAST(0.9733431918403004 AS STRING))));
```
But it doesn't support.
Oct 08 11:30:22.444 ERROR datafusion::scheduler: worker 10 panicked with:
not implemented: InList does not yet support nested columns.
at datafusion-11.0.0/src/scheduler/mod.rs:107
--
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]