Skip to content

Cast not used in the where condition #877

@myamor163

Description

@myamor163

select cast(offset as int) from file1 #The query is successful

select * from file1 cast(offset as int) >20 # Error:

{"error":{"root_cause":[{"type":"null_pointer_exception","reason":null}],"type":"null_pointer_exception","reason":null},"status":500}

How to solve this problem?

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