[GitHub] [spark] cloud-fan commented on pull request #28833: [SPARK-20680][SQL] Spark-sql do not support for creating table with void column datatype

2020-07-16 Thread GitBox
cloud-fan commented on pull request #28833: URL: https://github.com/apache/spark/pull/28833#issuecomment-659183541 I don't think it's a good idea to diverge the behavior between in-memory and hive catalogs. This is an

[GitHub] [spark] cloud-fan commented on pull request #28833: [SPARK-20680][SQL] Spark-sql do not support for creating table with void column datatype

2020-07-12 Thread GitBox
cloud-fan commented on pull request #28833: URL: https://github.com/apache/spark/pull/28833#issuecomment-657368732 @ulysses-you does it work before this PR? This is an automated message from the Apache Git Service. To

[GitHub] [spark] cloud-fan commented on pull request #28833: [SPARK-20680][SQL] Spark-sql do not support for creating table with void column datatype

2020-07-07 Thread GitBox
cloud-fan commented on pull request #28833: URL: https://github.com/apache/spark/pull/28833#issuecomment-655292960 `NullType` is a stable public class, I don't think we can drop it. The intention is to only allow parsing `NullType` for the type string of legacy hive tables. But