GoogleCloudDataproc/spark-bigquery-connector

Schema mismatch error needs to be more verbose

Closed this issue · 2 comments

The current error message when writing to a BigQuery table is very vague: "Destination table's schema is not compatible with dataframe's schema"

The extent of the schema mismatch is unclear and there is no indication if only the mode check (required vs nullable) needs fixing.

+1 for this. Being able to see what the offending columns are would reduce overall developer friction when building pipelines.

Fixed in version 0.41.0