Skip to content

[Bug] VecNotImplException thrown when query need rewrite and some slot cannot changed to nullable #9588

Description

@morrySnow

Search before asking

  • I had searched in the issues and found no similar issues.

Version

master

What's Wrong?

VecNotImplException thrown when query need rewrite and some slot cannot changed to nullable

What You Expected?

query passed

How to Reproduce?

could reproduced by:

createtabletest.tbl1
(k1 int, k2 int, v1 int)
distributed by hash(k1)
properties("replication_num"="1");
explain select*fromtest.tbl1 t1 where (selectcount(*) fromtest.tbl1 t2 wheret1.k1=t2.k1) >0;

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions