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
SNOW-641540 Fix dtypes of fetch_pandas_all for empty result (#1226)
* SNOW-641540 Fix dtypes of fetch_pandas_all for empty result
When the result is empty, the pandas dataframe information is lost
when creating the iterator. To keep the information, we store the
to_pandas result, and use it for empty dataframe case.
* Address comment
* use list
* format
0 commit comments