mapleFU commented on issue #38012:
URL: https://github.com/apache/arrow/issues/38012#issuecomment-1747349594

   ```
           elif all(isinstance(elem, (pa.RecordBatch, pa.Table))
                    for elem in source):
               return _in_memory_dataset(source, **kwargs)
   ```
   
   Seems from code it should be record-batch or table, maybe first add a 
casting as a workaround?


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