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
Firing a select query on a table having a BIT datatype results in the
following error:
ValueError: Unknown column type None
Adding the check for ColumnProtoType.BIT fixes this issue.
Test case was added for regression.
0 commit comments