-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Comparaison between RangePartitioning objects seems to be incorrect.
Environment details
google-cloud-bigqueryversion: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
Assignees
Labels
api: bigqueryIssues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.