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
It seems like we could have better default behavior here. Perhaps by default, all grouped joins should be left joins. Then (join-type #f) would mean "left join for grouped joins, infer for all other joins." And (join-type 'infer) would mean "infer, even if this is a grouped join."
Or perhaps define-schema, specifically #:has-group, is a better place for this opinion.
The text was updated successfully, but these errors were encountered:
It seems like we could have better default behavior here. Perhaps by default, all grouped joins should be left joins. Then
(join-type #f)
would mean "left join for grouped joins, infer for all other joins." And(join-type 'infer)
would mean "infer, even if this is a grouped join."Or perhaps
define-schema
, specifically#:has-group
, is a better place for this opinion.The text was updated successfully, but these errors were encountered: