From 53db90db454db25a8749a6d5dfd199249129bc31 Mon Sep 17 00:00:00 2001 From: Shobhit Singh Date: Sat, 8 Feb 2025 02:37:14 +0000 Subject: [PATCH] remove `UNIQUEIDENTIFIER` from the vendored ibis datatypes This type has been removed in sqlglot head https://github.com/tobymao/sqlglot/commit/b12aba9be6043053f79ff50f7bdcdfdff19ddf52#diff-7857fedd1d1451b1b9a5b8efaa1cc292c02e7ee4f0d04d7e2f9d5bfb9565802c. --- third_party/bigframes_vendored/ibis/backends/sql/datatypes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/third_party/bigframes_vendored/ibis/backends/sql/datatypes.py b/third_party/bigframes_vendored/ibis/backends/sql/datatypes.py index 2fd0e9186e..fce0643783 100644 --- a/third_party/bigframes_vendored/ibis/backends/sql/datatypes.py +++ b/third_party/bigframes_vendored/ibis/backends/sql/datatypes.py @@ -63,7 +63,6 @@ typecode.VARBINARY: dt.Binary, typecode.VARCHAR: dt.String, typecode.VARIANT: dt.JSON, - typecode.UNIQUEIDENTIFIER: dt.UUID, typecode.SET: partial(dt.Array, dt.string), ############################# # Unsupported sqlglot types #