linhongliu-db commented on a change in pull request #32858:
URL: https://github.com/apache/spark/pull/32858#discussion_r649153284
##########
File path:
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/parser/DataTypeParserSuite.scala
##########
@@ -119,11 +119,16 @@ class DataTypeParserSuite extends SparkFunSuite {
)
// Empty struct.
checkDataType("strUCt<>", StructType(Nil))
+ // making the ':' in STRUCT data type definition optional
Review comment:
making -> make
--
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]