westonpace commented on PR #12967:
URL: https://github.com/apache/arrow/pull/12967#issuecomment-1111349618

   > Looks like there's a lint failure, and MSVC is unhappy as usual:
   
   The dangers of thinking I can fix an MSVC complaint using Github's edit 
feature :laughing: 
   
   I think this is good now.  I changed the variable itself to int64_t instead 
of adding static_cast since it is now a "rows" variable and not a "batches" 
variable.
   
   The behavior for 0 readahead is now "fetch batch when asked for" instead of 
defaulting to something like 1 row (which probably would have been the same 
thing anyways but I think this is more clear about our intentions).


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