Skip to content

get error value if timestamp represented by the INT96 in the parquet file #9981

@liukun4515

Description

@liukun4515

Describe the bug

We use the INT96 physical type to store the timestamp column which is written by the Spark ETL engine.

We create the logical/physical plan to read the parquet file including above timestamp column using the UTC-7 timezone, the result of value for the timestamp column will be adjusted.

The field of timestamp column in the schema for the physical/logical plan is timestamp(nanosecond, "utc-7") or timestamp(nonosecond, "-07:00")

@waitingkuo @alamb

Do you have any insight for that?

To Reproduce

No response

Expected behavior

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions