mikelui commented on PR #34730: URL: https://github.com/apache/arrow/pull/34730#issuecomment-1509884569
To address @amol- 's concerns about data loss, I added a check and warning. With the new tests that have no duplicate keys, there are no warnings output. With the test that does have duplicate keys: ``` arrow/python/pyarrow/src/arrow/python/arrow_to_pandas.cc:1006: After conversion of Arrow map to pydict, detected possible data loss due to duplicated keys. Input length is [3], total pydict length is [2]. ``` -- 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]
