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
Pass in type explicitly for initial-default (#2296)
# Rationale for this change
I noticed we just passed in the value, without setting the type
explicitly. By default, PyArrow will for example upscale 1 to an int64
field, while the column is of type int32 in the table.
# Are these changes tested?
# Are there any user-facing changes?
<!-- In the case of user-facing changes, please add the changelog label.
-->
0 commit comments