Skip to content

Commit 63e7926

Browse files
author
Claude
committed
Use default schemafactory in test.
1 parent 5f0d5c7 commit 63e7926

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdks/java/io/google-cloud-platform/src/test/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryTimestampPicosIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ public void testWriteGenericRecordTimestampNanos() throws Exception {
441441
"WriteGenericRecords",
442442
BigQueryIO.writeGenericRecords()
443443
.to(tableSpec)
444-
.withAvroSchemaFactory(tableSchema -> TIMESTAMP_NANOS_AVRO_SCHEMA)
445444
.withSchema(BigQueryUtils.fromGenericAvroSchema(TIMESTAMP_NANOS_AVRO_SCHEMA, true))
446445
.useAvroLogicalTypes()
447446
.withMethod(BigQueryIO.Write.Method.STORAGE_WRITE_API)

0 commit comments

Comments
 (0)