Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 4f4049a

Browse files
Change line breaking per suggestion
Co-authored-by: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
1 parent 6cb6c31 commit 4f4049a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

google-cloud-bigquery/src/test/java/com/google/cloud/bigquery/it/ITBigQueryTest.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,8 +1743,10 @@ public void testQueryExternalHivePartitioningOptionCustomLayout() throws Interru
17431743
String tableName = "test_queryexternalhivepartition_customlayout_table";
17441744
String sourceUri =
17451745
"gs://" + CLOUD_SAMPLES_DATA + "/bigquery/hive-partitioning-samples/customlayout/*";
1746-
String sourceUriPrefix = "gs://" + CLOUD_SAMPLES_DATA +
1747-
"/bigquery/hive-partitioning-samples/customlayout/{pkey:STRING}/";
1746+
String sourceUriPrefix =
1747+
"gs://"
1748+
+ CLOUD_SAMPLES_DATA
1749+
+ "/bigquery/hive-partitioning-samples/customlayout/{pkey:STRING}/";
17481750
HivePartitioningOptions hivePartitioningOptions =
17491751
HivePartitioningOptions.newBuilder()
17501752
.setMode("CUSTOM")

0 commit comments

Comments
 (0)