Skip to content

Join in queries fail with Not implemented error #154

Description

@k-anshul
CREATE TABLE hello AS FROM VALUES ('world') v(s);
CREATE TABLE yellow AS FROM VALUES ('world') v(s);
select * from yellow join hello on yellow.s = hello.s; // works on server
select * from remote.yellow join remote.hello on yellow.s = hello.s; // fails in client

Error:

Not implemented Error:
Multiple streaming scans or streaming scans + CTAS / insert in the same query are not currently supported

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions