jadewang-db commented on code in PR #3637:
URL: https://github.com/apache/arrow-adbc/pull/3637#discussion_r2492489405
##########
csharp/src/Drivers/Databricks/Reader/CloudFetch/CloudFetchDownloader.cs:
##########
@@ -52,6 +59,19 @@ internal sealed class CloudFetchDownloader :
ICloudFetchDownloader, IActivityTra
private Exception? _error;
private readonly object _errorLock = new object();
+ // Straggler mitigation fields
+ private readonly bool _isStragglerMitigationEnabled;
Review Comment:
can we move the change here and related logci to a new class?
--
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]