You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into a situation where I'm trying pass null_aware=true for join_type=inner_join using the HashJoinNode, but this does not seem to be supported for inner joins in the HashJoinNode. Are there any plan to add support for this or are there alternative ways to achieve this type of join?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm running into a situation where I'm trying pass
null_aware=true
forjoin_type=inner_join
using theHashJoinNode
, but this does not seem to be supported for inner joins in the HashJoinNode. Are there any plan to add support for this or are there alternative ways to achieve this type of join?Beta Was this translation helpful? Give feedback.
All reactions