We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UNIQUEIDENTIFIER
1 parent b929218 commit 24962cdCopy full SHA for 24962cd
third_party/bigframes_vendored/ibis/backends/sql/datatypes.py
@@ -63,7 +63,6 @@
63
typecode.VARBINARY: dt.Binary,
64
typecode.VARCHAR: dt.String,
65
typecode.VARIANT: dt.JSON,
66
- typecode.UNIQUEIDENTIFIER: dt.UUID,
67
typecode.SET: partial(dt.Array, dt.string),
68
#############################
69
# Unsupported sqlglot types #
0 commit comments