zed
zed copied to clipboard
fix expr.Context in join
Join needs to get expr.Context's from the left and right batches but currently peeker hides the batches. For now we create a blank context but this will mess up scopes when implemented.