chadbrewbaker opened a new issue #1036:
URL: https://github.com/apache/arrow-rs/issues/1036


   **Describe the bug**
   JSON reader barfs on {"emptylist":[]}
   
   ```bash
   thread 'main' panicked at 'Cannot filter indices on a non-primitive array, 
found List(true)', /PATH/parquet-6.1.0/src/arrow/levels.rs:757:18
   ```
   
   
   
   **To Reproduce**
   {"emptylist":[]}
   
   **Expected behavior**
   Same as pyarrow, it does not barf the reader.
   
   ```bash
   pyarrow.Table
   emptylist: list<item: null>
     child 0, item: null
   ----
   emptylist: [[0 nulls]]
   ```
   
   **Additional context**
   
   
   


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