arjunsr1 commented on issue #13847:
URL: https://github.com/apache/arrow/issues/13847#issuecomment-1212635004
Update: I was able to fix it by writing this:
```
column_types: [
[:created_time, Arrow::TimestampDataType.new(Arrow::TimeUnit::MILLI)],
[:completed_time, Arrow::TimestampDataType.new(Arrow::TimeUnit::MILLI)],
%i[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]