kou commented on issue #50382:
URL: https://github.com/apache/arrow/issues/50382#issuecomment-5597093908

   I want to use `ArrowFormat::Int32Array.new(values)` like API instead of 
`ArrowFormat::Array.build(values, type: :int32)` like API for explicit type 
build API because Ruby is an object oriented language.
   
   > does “all types” mean the existing ArrowFormat::Type subclasses, or also 
currently missing IPC types such as run-end encoded and view arrays?
   
   The former.
   
   For example, we don't have `ArrowFormat::ListArray.new(type, values)` like 
API for now. We need to work on it as a separated task (separated issue and 
separated PR) before this. 
   
   > And should the stateful dictionary API ship together with the batch API?
   
   We can work on them as separated tasks.


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