Github user j-baker commented on the issue:
https://github.com/apache/spark/pull/22946
Hm, it seems that we consider this behaviour to be a feature, and there is
a test for this specific thing. This PR would additionally break the code:
```sql
CREATE TABLE t5(i1 INT, t5 STRUCT<i1:INT, i2:INT>) USING parquet;
INSERT INTO t5 VALUES(1, (2, 3));
```
Not really sure how to proceed.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]