Skip to content

Comparaison between RangePartitioning objects seems to be incorrect. #159

@francois-baptiste

Description

@francois-baptiste

Comparaison between RangePartitioning objects seems to be incorrect.

Environment details

  • google-cloud-bigquery version: 1.25.0

Code example

from google.cloud.bigquery import RangePartitioning

print(RangePartitioning(field='something') ==
      RangePartitioning(field='something'))

Code above returns False. I was expecting True.

Metadata

Metadata

Labels

api: bigqueryIssues related to the googleapis/python-bigquery API.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