sudhiremmadi commented on PR #3684: URL: https://github.com/apache/arrow-adbc/pull/3684#issuecomment-3546013165
> > > Thanks! It's hard for me to be sure because of the layering in this code, but it looks like previously some of the connections had their readers initialized with `enableBatchSizeStopConditionDefault = false` but now all of them have a default value of `true`. Did I read that correctly? If so, is that change deliberate and could it be breaking? > > > > > > Changed the default value back to false, Thanks > > I'm sorry; I wasn't very clear about this. Two of the connections had a value of `false` but the others seemed to have a value of `true`. Let me take another look and enumerate this more precisely as I've deleted my notes from yesterday :(. Any update on this? Default value is set to false for all 3 drivers -- 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]
