iffyio commented on code in PR #1892: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1892#discussion_r2177305367
########## src/parser/mod.rs: ########## @@ -7866,7 +7866,7 @@ impl<'a> Parser<'a> { } pub(crate) fn parse_tag(&mut self) -> Result<Tag, ParserError> { - let name = self.parse_identifier()?; + let name = self.parse_object_name(false)?; Review Comment: Could we add a test for this new behavior? one that takes in tag with more than one object name parts -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org