ulysses-you commented on pull request #29152: URL: https://github.com/apache/spark/pull/29152#issuecomment-661838328
@cloud-fan The reason is `NullType` simpleString is `null` but hive need a `void`, after [#28833](https://github.com/apache/spark/pull/28833) we only support parse `void` -> `NullType`. So when we use `NullType` to create a hive view, it failed. ---------------------------------------------------------------- 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]
