You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no support for these types, beyond parsing and (de)serialization, and we are not aware of currently-active users. The effect of these nodes can be achieved with the generic (custom_type ...) node.
The text was updated successfully, but these errors were encountered:
There are currently some hardcoded types added to the PIG domain. See
partiql.ion
:partiql-lang-kotlin/lang/resources/org/partiql/type-domains/partiql.ion
Lines 392 to 414 in fb79924
These types are temporary and should be removed as soon as possible so users don't take a dependency on these types. Removal of these types may cause downstream changes to AstDeserialization.kt, CustomTypeVisitorTransform.kt, StatementToExprNode, ExprValueType.kt, and SqlParserCustomTypeCatalogTests.kt.
There is no support for these types, beyond parsing and (de)serialization, and we are not aware of currently-active users. The effect of these nodes can be achieved with the generic
(custom_type ...)
node.The text was updated successfully, but these errors were encountered: