Skip to content

tests.system.test_gbq.TestReadGBQIntegration: test_array_of_floats failed #437

Closed
@flaky-bot

Description

@flaky-bot

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_array_of_floats(self, project_id):
    query = """select [1.1, 2.2, 3.3] as a, 4 as b"""
    df = gbq.read_gbq(
        query,
        project_id=project_id,
        credentials=self.credentials,
        dialect="standard",
    )
  tm.assert_frame_equal(df, DataFrame([[[1.1, 2.2, 3.3], 4]], columns=["a", "b"]))

E AssertionError: Attributes of DataFrame.iloc[:, 1] (column name="b") are different
E
E Attribute "dtype" are different
E [left]: Int64
E [right]: int64

tests/system/test_gbq.py:911: AssertionError

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/python-bigquery-pandas API.flakybot: flakyTells the Flaky Bot not to close or comment on this issue.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions