This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.
commit: 928e47b
buildURL: Build Status, Sponge
status: failed
Test output
self =
project_id = 'precise-truck-742'
def test_should_properly_handle_nullable_booleans(self, project_id):
query = """SELECT * FROM
(SELECT BOOLEAN(TRUE) AS nullable_boolean),
(SELECT NULL AS nullable_boolean)"""
df = gbq.read_gbq(
query,
project_id=project_id,
credentials=self.credentials,
dialect="legacy",
)
df, DataFrame({"nullable_boolean": [True, None]}).astype(object)
)
E AssertionError: Attributes of DataFrame.iloc[:, 0] (column name="nullable_boolean") are different
E
E Attribute "dtype" are different
E [left]: boolean
E [right]: object
tests/system/test_gbq.py:448: AssertionError
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quietlabel andI will stop commenting.
commit: 928e47b
buildURL: Build Status, Sponge
status: failed
Test output