Skip to content

Commit

Permalink
sample: fix region tag (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Jan 30, 2020
1 parent 2503aa1 commit 509c112
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,6 +16,7 @@

package com.example.bigquery;

// [START bigquery_relax_column]
import com.google.cloud.bigquery.BigQuery;
import com.google.cloud.bigquery.BigQueryException;
import com.google.cloud.bigquery.BigQueryOptions;
Expand All @@ -25,7 +26,6 @@
import com.google.cloud.bigquery.StandardTableDefinition;
import com.google.cloud.bigquery.Table;

// [START bigquery_relax_column]
public class RelaxColumnMode {

public static void runRelaxColumnMode() {
Expand Down

0 comments on commit 509c112

Please sign in to comment.