ulysses-you commented on pull request #29244: URL: https://github.com/apache/spark/pull/29244#issuecomment-673182792
@cloud-fan you mean something like this pr [#28935](https://github.com/apache/spark/pull/28935/files) ? As I know, we can just update `HiveClientImpl.toHiveColumn` and `HiveClientImpl.fromHiveColumn` to replace `NullType` to `HiveVoidType` if we choose this action. Since we already forbid NullType with table and `void` won't exist with view related functionality during parsing. ---------------------------------------------------------------- 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]
