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
This example here shows how the order of types in can vary. In theory, the order of the tuple could be kept consistent, so that less types are created and less recompilation needs to be done.
This example here shows how the order of types in can vary. In theory, the order of the tuple could be kept consistent, so that less types are created and less recompilation needs to be done.
I see you already have the
preserve_order
option, so this could be done without needing a major version change?I wonder if you have any thoughts on how to decide the ordering, perhaps
objectid
on the types. Is there a better option?The text was updated successfully, but these errors were encountered: