Skip to content

Commit

Permalink
refactor(bigquery): remove unused BigQueryTable object
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored and gforsyth committed Oct 19, 2023
1 parent b27adc6 commit b83e60e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ibis/backends/bigquery/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import ibis.common.exceptions as com
import ibis.expr.datatypes as dt
import ibis.expr.operations as ops
from ibis.backends.bigquery.datatypes import BigQuerySchema, BigQueryType

NATIVE_PARTITION_COL = "_PARTITIONTIME"
Expand Down Expand Up @@ -136,10 +135,6 @@ def bq_param_date(_: dt.Date, value, name):
)


class BigQueryTable(ops.DatabaseTable):
pass


def rename_partitioned_column(table_expr, bq_table, partition_col):
"""Rename native partition column to user-defined name."""
partition_info = bq_table._properties.get("timePartitioning", None)
Expand Down

0 comments on commit b83e60e

Please sign in to comment.