kfirSatori commented on code in PR #2359:
URL:
https://github.com/apache/datafusion-sqlparser-rs/pull/2359#discussion_r3758061952
##########
src/parser/mod.rs:
##########
@@ -13036,6 +13036,31 @@ impl<'a> Parser<'a> {
let fields = self.parse_union_type_def()?;
Ok(DataType::Union(fields))
}
+ Keyword::OBJECT if dialect_is!(dialect is SnowflakeDialect |
GenericDialect) => {
Review Comment:
Hi @iffyio, i dont understand what do you mean.
i did it the same way done as UNION and NULLABLE
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]