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
I suspect the root cause of this change in behavior is the fact that data in google-cloud-bigquery is now serialized to Arrow before final conversion to DataFrame.
Per the discussion in #242, I think the way forward is to add the dtypes argument and update this particular test to populate it. If dtypes are left unspecified, then it's expected to get different behavior depending on the package versions.
The text was updated successfully, but these errors were encountered: