You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added new connector, spark-3.4-bigquery aimed to be used in Spark 3.4 and above. This connector implements new APIs and capabilities provided by the Spark Data Source V2 API.
PR #1008: Adding support to expose BigQuery metrics using Spark custom metrics API.
PR #1038: Logical plan now shows the BigQuery table of DirectBigQueryRelation. Thanks @idc101 !
PR #1058: View names will appear in query plan instead of the materialized table
PR #1061: Handle NPE case when reading BQ table with NUMERIC fields. Thanks @hayssams !
PR #1069: Support TimestampNTZ datatype in spark 3.4