Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
cgivre committed Aug 8, 2023
1 parent 6310e9d commit 35a3e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void testAllTextMode() throws Exception {
.addNullable("timestamp_field", MinorType.TIMESTAMP)
.addNullable("string_field", MinorType.VARCHAR)
.buildSchema();

RowSet expected = client.rowSetBuilder(expectedSchema)
.addRow(mapArray(), 1.0, 1000.0, 1.3, 3.3, true, LocalDate.parse("2022-01-01"),
LocalDate.parse("2022-02-03"), "12:04:34", Instant.parse("2022-01-06T12:30" +
Expand Down

0 comments on commit 35a3e36

Please sign in to comment.