jorisvandenbossche commented on issue #35385:
URL: https://github.com/apache/arrow/issues/35385#issuecomment-1531062998

   The API is typed (we create a `CSliceOptions(int64_t start, int64_t stop, 
int64_t step)`), but I suppose that what we see is cython (or the generated C 
code) casting the input to int64, and thus any float gets cast/truncated. 
   
   So this will happen everywhere in our API where we rely on cython types, and 
are not validating the input manually. 


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