Skip to content

[Bug] query plan failed detailMessage = Unknown column 'null' in 'table list' #338

@wanggx

Description

@wanggx

Search before asking

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

Version

25.1.0

What's Wrong?

CREATE OR REPLACE TEMPORARY VIEW doris_ddd_ods_v318test_atest01
using doris OPTIONS(
"table.identifier"="ddd.ods_v318test_atest01",
"fenodes"="xxxx",
"user"="uuuu",
"password"="ppp");

select COALESCE(CAST(A4 AS STRING),'null') from doris_ddd_ods_v318test_atest01 where COALESCE(CAST(A4 AS STRING),'null') in ('1');

Image

What You Expected?

cloud not cause a error

How to Reproduce?

No response

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

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