You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/10/08 15:52:19 UTC

[GitHub] [iceberg] cccs-dm commented on issue #1560: Problem inserting data into a table with structs (iceberg-spark)

cccs-dm commented on issue #1560:
URL: https://github.com/apache/iceberg/issues/1560#issuecomment-705661740


   I am using Spark 3.0.0 and Iceberg 0.9.0.
   
   Here's the table schema:
   ```
               "schema": {
                   "fields": [
                       {
                           "metadata": {},
                           "name": "id",
                           "nullable": false,
                           "type": "long"
                       },
                       {
                           "metadata": {},
                           "name": "MARK",
                           "nullable": false,
                           "type": {
                               "fields": [
                                   {
                                       "metadata": {},
                                       "name": "col1",
                                       "nullable": false,
                                       "type": "integer"
                                   }
                               ],
                               "type": "struct"
                           }
                       }
                   ],
                   "type": "struct"
               }
   ```
   
   Thanks.


----------------------------------------------------------------
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: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org