domoritz opened a new pull request #12773:
URL: https://github.com/apache/arrow/pull/12773


   Before Arrow 7, Table supported `Iterable<Record<string, any>>` and with 
this change it does support it again. 
   
   I wanted this to work:
   
   ```ts
   function foo(): Iterable<Record<string, any>> {
       return new Table();
   }
   ```


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