You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/09 13:11:39 UTC

[GitHub] [spark] ulysses-you opened a new pull request #25085: [SPARK-28313][SQL] Spark sql null type incompatible with hive void type

ulysses-you opened a new pull request #25085: [SPARK-28313][SQL] Spark sql null type incompatible with hive void type
URL: https://github.com/apache/spark/pull/25085
 
 
   ## What changes were proposed in this pull request?
   
    [Similar jira](https://issues.apache.org/jira/browse/SPARK-20680), but actually this Jira was not solved. 
   
   Spark is incompatible with hive void type. When table schema contains void type, spark throw exception in ddl option, like desc, show create table..
   
   Also, spark catalog.createTable can create NullType Table that is not allowed.
   
   Goal:
   
   1. Support hive void column type for `desc`,`show create table` option
   2. Add rule to throw exception when catalog.create NullType StructField
   
   ## How was this patch tested?
   
   UT
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org