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

   Can we close this?
   
   BTW, `Hash` is preferred than `Array`:
   
   ```ruby
   column_types: {
       created_time: Arrow::TimestampDataType.new(Arrow::TimeUnit::MILLI), # 
[:timestamp, :milli] will work
       completed_time: Arrow::TimestampDataType.new(Arrow::TimeUnit::MILLI), # 
[:timestamp, :milli] will work
       query_id: :uint16,
   }
   ```
   ```


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