Skip to content

Commit

Permalink
Apply spotless.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdblue committed Feb 1, 2025
1 parent 289269d commit 1962051
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,8 @@ public void testShreddedObjectWithOptionalFieldStructs() throws IOException {
GenericRecord recordA = record(fieldA, Map.of("value", serialize(Variants.of(34))));
GenericRecord recordB = record(fieldB, Map.of("typed_value", "iceberg"));
GenericRecord recordC = record(fieldC, Map.of()); // c.value and c.typed_value are missing
GenericRecord fields = record(objectFields, Map.of("a", recordA, "b", recordB, "c", recordC)); // d is missing
GenericRecord fields =
record(objectFields, Map.of("a", recordA, "b", recordB, "c", recordC)); // d is missing
GenericRecord variant =
record(variantType, Map.of("metadata", TEST_METADATA_BUFFER, "typed_value", fields));
GenericRecord record = record(parquetSchema, Map.of("id", 1, "var", variant));
Expand Down

0 comments on commit 1962051

Please sign in to comment.