Closed
Description
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_valid_integers(self, project_id): query = "SELECT CAST(3 AS INT64) AS valid_integer" df = gbq.read_gbq( query, project_id=project_id, credentials=self.credentials, dialect="standard", )
tm.assert_frame_equal(df, DataFrame({"valid_integer": [3]}))
E AssertionError: Attributes of DataFrame.iloc[:, 0] (column name="valid_integer") are different
E
E Attribute "dtype" are different
E [left]: Int64
E [right]: int64tests/system/test_gbq.py:171: AssertionError
Metadata
Metadata
Assignees
Labels
Issues related to the googleapis/python-bigquery-pandas API.Tells the Flaky Bot not to close or comment on this issue.An issue filed by the Flaky Bot. Should not be added manually.Important issue which blocks shipping the next release. Will be fixed prior to next release.‘Nice-to-have’ improvement, new feature or different behavior or design.