Open anderson-joyle opened 3 weeks ago
✅ No public API change. #Resolved
✅ No public API change. #Resolved
✅ No public API change. #Resolved
✅ No public API change. #Resolved
✅ No public API change. #Resolved
✅ No public API change. #Resolved
✅ No public API change. #Resolved
✅ No public API change. #Resolved
✅ No public API change. #Resolved
✅ No public API change. #Resolved
✅ No public API change. #Resolved
✅ No public API change. #Resolved
for (var i = 1; i < carg; i++)
Suggestion: start from ScopeArgs instead of 1; we don't need to do any of the logic inside this loop for any of the scope arguments, since they have already been visited (we'd need to move line 4655 (argTypes[i] = _txb.GetType(args[i])
) to line 4575 after we visited it
Refers to: src/libraries/Microsoft.PowerFx.Core/Binding/Binder.cs:4623 in a438704. [](commit_id = a438704adee7a6e3f87e47859c717dbe3fa5f0fa, deletion_comment = False)
✅ No public API change. #Resolved
Join(t1, t2, LeftRecord.id = RightRecord.refid) //JoinType.Inner by default
Join(t1, t2, LeftRecord.id = RightRecord.refid, JoinType.Inner) // JoinType.Inner / JoinType.Left / JoinType.Right / JoinType.Full
Join(t1, t2, LeftRecord.id = RightRecord.refid, JoinType.Inner, LeftRecord.id As NewId, ...) // Renaming columns to avoid name collision