Skip to content

(doc): Change error message to reference column that has mismatch #2017

Open
@Rizxcviii

Description

@Rizxcviii

When receiving the following error during upserting (

f"Unexpected physical type {physical_type_string} for {iceberg_type}, expected {expected_physical_type}"
), we are not sure of what column has the incorrect data type.

A possible error message to show which will be more descriptive is the following:
Unexpected physical type {physical_type_string} for {column_name} with iceberg type {iceberg_type}, expected {expected_physical_type}

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