Skip to content

Commit

Permalink
chore: Disable 773da9c fix to understand build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nj1973 committed Aug 10, 2023
1 parent 2f21510 commit f66dc86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/ibis/ibis_addon/operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Ibis as an override, though it would not apply for Pandas and other
non-textual languages.
"""
import google.cloud.bigquery as bq
#import google.cloud.bigquery as bq
import ibis
import ibis.expr.datatypes as dt
import ibis.expr.operations as ops
Expand Down Expand Up @@ -350,7 +350,7 @@ def sa_format_new_id(t, op):
_BQ_DTYPE_TO_IBIS_TYPE["TIMESTAMP"] = dt.Timestamp(timezone="UTC")


@dt.dtype.register(bq.schema.SchemaField)
#@dt.dtype.register(bq.schema.SchemaField)
def _bigquery_field_to_ibis_dtype(field):
"""Convert BigQuery `field` to an ibis type.
Taken from ibis.backends.bigquery.client.py for issue:
Expand Down

0 comments on commit f66dc86

Please sign in to comment.