agneborn98 commented on issue #13853:
URL: https://github.com/apache/arrow/issues/13853#issuecomment-1212155108

   Okay, thank you for the help and the fast response!
   
   I'll look into my rust implementation again, and see if I can fix it.
   
   The schema I am trying to serialize is:
   
   ```
   Field { name: "tid", data_type: Int32, nullable: false, dict_id: 0, 
dict_is_ordered: false, metadata: None }, 
   Field { name: "timestamp", data_type: Timestamp(Millisecond, None), 
nullable: false, dict_id: 0, dict_is_ordered: false, metadata: None }, 
   Field { name: "value", data_type: Float32, nullable: false, dict_id: 0, 
dict_is_ordered: false, metadata: None }
   ```


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