Skip to content

Commit

Permalink
Fix log name of map type (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-s-powell authored Aug 12, 2021
1 parent 22ac021 commit a0b57cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public FilterValue visit(Union _type) {

@Override
public FilterValue visit(Map _type) {
throw FoundryAthenaErrors.unsupportedPartitionType("Union", Optional.empty());
throw FoundryAthenaErrors.unsupportedPartitionType("Map", Optional.empty());
}

@Override
Expand Down

0 comments on commit a0b57cc

Please sign in to comment.