Skip to content

InList does not yet support nested columns. #3766

@ZuoTiJia

Description

@ZuoTiJia

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions