Class TableSchemaUpdateUtils

java.lang.Object
org.apache.beam.sdk.io.gcp.bigquery.TableSchemaUpdateUtils

public class TableSchemaUpdateUtils extends Object
Helper utilities for handling schema-update responses.
  • Constructor Details

    • TableSchemaUpdateUtils

      public TableSchemaUpdateUtils()
  • Method Details

    • getUpdatedSchema

      public static Optional<com.google.cloud.bigquery.storage.v1.TableSchema> getUpdatedSchema(com.google.cloud.bigquery.storage.v1.TableSchema oldSchema, com.google.cloud.bigquery.storage.v1.TableSchema newSchema)