davlee1972 commented on issue #43858:
URL: https://github.com/apache/arrow/issues/43858#issuecomment-2329537927

   I added support for lists, structs and list of structs, etc.. in json 
configs by just wrapping stuff in python lists and dictionaries.
   
   In the example below if the object is a list then wrap it with pa.list()
   
   ```
   {"schema_fields":
     "order_no": "int",
     "order_items": [
       {
         "item_no": "int",
         "quantity": "int"
       }
     ]
   }
   ```


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to