I ran the following 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