Description
When splitting condition of bottom join in JoinPushThroughJoinRule.onMatchLeft function, threre's a typo in comment: `B` -> `A`.
In onMatchRight/Left function, bottomMapping and bottomBottomMapping are same values. We could cleanup one of them.