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 2020/06/24 00:42:35 UTC

[GitHub] [spark] LantaoJin edited a comment on pull request #28833: [SPARK-20680][SQL] Make null type in Spark sql to be compatible with Hive void datatype

LantaoJin edited a comment on pull request #28833:
URL: https://github.com/apache/spark/pull/28833#issuecomment-648515582


   Success in Hive 2.3.7:
   ```sql
   create table t (col1 struct<name:STRING, id: BIGINT>);
   create table t (col1 array<STRING>);
   ```
   Fail with `NoViableAltException` in Hive 2.3.7:
   ```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:
users@infra.apache.org



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