aosingh commented on PR #502:
URL: https://github.com/apache/arrow-nanoarrow/pull/502#issuecomment-2155778849

   @paleolimbot 
   
   Sure, no problem, thank you for your patience. 
   
   `na.c_buffer([d1, d2, d3], na.timestamp("ms"))` raises ValueError. The unit 
tests are modified to verify that. 
   
   ```python
   with pytest.raises(ValueError):
        na.c_buffer([d1, d2, d3], na.timestamp("ms"))
   ```
   
   is this not expected ? 


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