LantaoJin commented on pull request #28833: URL: https://github.com/apache/spark/pull/28833#issuecomment-648515582
Success in Hive: ```sql create table t (col1 struct<name:STRING, id: BIGINT>); create table t (col1 array<STRING>); ``` Fail with `NoViableAltException` in Hive: ```sql create table t (col1 struct<name:VOID, id: BIGINT>); create table t (col1 array<VOID>); ``` ---------------------------------------------------------------- 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]
