Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Jan 11, 2025
1 parent 5abb1f1 commit 6dbafb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class SchemaUtilsSuite extends AnyFunSuite {
new StructField("zip.zap", new StructType(Arrays.asList(field_g_value_zipzap_6)), true)
val field_g_with_subset_value = new StructField("g", new MapType(
new StructType(Arrays.asList(field_g_key_5)),
new StructType(Arrays.asList(field_g_value_zipzap_excluding_7)), // <-- value has bad field
new StructType(Arrays.asList(field_g_value_zipzap_excluding_7)), // <-- selecting subset
true), true)
val schema = new StructType(Arrays.asList(field_g_with_subset_value))
assert(SchemaUtils.isSuperset(complexSchema, schema))
Expand Down

0 comments on commit 6dbafb7

Please sign in to comment.