Skip to content

Reading the ORC table written by Hive will result in fields being null #1780

@dh20

Description

@dh20

Describe the bug

When uppercase column names are used in the fields of a table, eg: [bigName] If this table has been written to an ORC file by Hive, auron reading this field will return null
To Reproduce

sql:select * from db.test group by bigName
abnormal return:

Image

normal return:

Image

Expected behavior

Screenshots

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    ORCcorrectnessa query provides different output from spark

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions