Skip to content

Difference between arrow-go and pyarrow file writer #744

@Dirt-Nasty

Description

@Dirt-Nasty

Describe the bug, including details regarding any error messages, version, and platform.

I've decided to use arrow-go to add functionality to my application that takes a GRPC stream and writes it out to parquet. I then use these parquets to load into Snowflake tables as part of our historical ETL processing. I noticed once loaded in that there was misplaced data. There were values on some rows that belonged to others. Primarily on array structs.

After beating my head into the wall debugging this I decided to repack the parquet using python/pyarrow. To my surprise this allowed data to land in the correct place upon ingestion.

I really dont want to have to write this into the processing and move from Go -> Python before landing into blob storage for ingestion.

I did a search here on issues but didn't find anyone reporting a similar issue.

Any insight into some things I might be able to try would be great.

Component(s)

Parquet

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions