Max0u commented on issue #37389:
URL: https://github.com/apache/arrow/issues/37389#issuecomment-1693916914

   Sure here the schema produce by pyspark:
   ```
   >>> df.printSchema()
   root
    |-- array_map: array (nullable = true)
    |    |-- element: map (containsNull = true)
    |    |    |-- key: string
    |    |    |-- value: string (valueContainsNull = true)
   ```
   
   I assume you meant pyspark by Python SDK, but let me know if I'm wrong, and 
I'll be more than pleased to help you!


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