kushaman commented on code in PR #2540:
URL: https://github.com/apache/arrow-adbc/pull/2540#discussion_r1967293689


##########
csharp/src/Drivers/Apache/Hive2/HiveServer2Reader.cs:
##########
@@ -73,11 +75,13 @@ internal class HiveServer2Reader : IArrowArrayStream
         public HiveServer2Reader(
             HiveServer2Statement statement,
             Schema schema,
-            DataTypeConversion dataTypeConversion)
+            DataTypeConversion dataTypeConversion,
+            bool enableBatchSizeStopCondition = false)

Review Comment:
   Make sense. I have removed it from constructor and exposed it as a property.



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