aokolnychyi commented on a change in pull request #1473:
URL: https://github.com/apache/iceberg/pull/1473#discussion_r503490542



##########
File path: 
spark3-extensions/src/main/antlr/org.apache.spark.sql.catalyst.parser.extensions/IcebergSqlExtensions.g4
##########
@@ -83,6 +83,7 @@ constant
     : number                          #numericLiteral
     | booleanValue                    #booleanLiteral
     | STRING+                         #stringLiteral
+    | identifier STRING               #typeConstructor

Review comment:
       Raised this question in our slack channel.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to