Skip to content

Commit

Permalink
Update exception message to include build side
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowe committed Feb 14, 2024
1 parent 240e83b commit 32c67d5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,7 @@ class ConditionalHashJoinIterator(
Array(Table.mixedLeftAntiJoinGatherMap(leftKeys, rightKeys, leftTable, rightTable,
compiledCondition, nullEquality))
case _ =>
throw new NotImplementedError(s"Joint Type ${joinType.getClass} is not currently" +
s" supported")
throw new NotImplementedError(s"Join $joinType $buildSide is not currently supported")
}
makeGatherer(maps, leftData, rightData, joinType)
}
Expand Down

0 comments on commit 32c67d5

Please sign in to comment.