domoritz commented on issue #22120:
URL: https://github.com/apache/arrow/issues/22120#issuecomment-1878836539

   Fields can be nullable or not now
   
   ```ts
   const s = new Schema([new Field("foo", new Int32, false), new Field("bar", 
new Int32, true)]);
   ```


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