Skip to content

Commit

Permalink
Fix broken column name test in BigQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
ebyhr authored and findepi committed May 9, 2024
1 parent f26bade commit 8e5ee08
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class TestBigQueryAvroConnectorTest
.add("a:colon")
.add("an'apostrophe")
.add("0startwithdigit")
.add("カラム")
.build();

@Override
Expand Down

0 comments on commit 8e5ee08

Please sign in to comment.