Skip to content

Commit 24962cd

Browse files
authored
remove UNIQUEIDENTIFIER from the vendored ibis datatypes (googleapis#1379)
This type has been removed in sqlglot head tobymao/sqlglot@b12aba9#diff-7857fedd1d1451b1b9a5b8efaa1cc292c02e7ee4f0d04d7e2f9d5bfb9565802c.
1 parent b929218 commit 24962cd

File tree

1 file changed

+0
-1
lines changed
  • third_party/bigframes_vendored/ibis/backends/sql

1 file changed

+0
-1
lines changed

third_party/bigframes_vendored/ibis/backends/sql/datatypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
typecode.VARBINARY: dt.Binary,
6464
typecode.VARCHAR: dt.String,
6565
typecode.VARIANT: dt.JSON,
66-
typecode.UNIQUEIDENTIFIER: dt.UUID,
6766
typecode.SET: partial(dt.Array, dt.string),
6867
#############################
6968
# Unsupported sqlglot types #

0 commit comments

Comments
 (0)