Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
reuvenlax committed Oct 12, 2024
1 parent db5f9e0 commit d779bd9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ private static FieldValueTypeInformation getIterableComponentType(
.setNullable(false)
.setType(componentType)
.setRawType(componentType.getRawType())
// ????? Is this a mistake?
.setElementType(getIterableComponentType(componentType, boundTypes))
.setMapKeyType(getMapKeyType(componentType, boundTypes))
.setMapValueType(getMapValueType(componentType, boundTypes))
Expand Down

0 comments on commit d779bd9

Please sign in to comment.