eric-wang-1990 commented on code in PR #3650:
URL: https://github.com/apache/arrow-adbc/pull/3650#discussion_r2475615172
##########
csharp/src/Drivers/Databricks/Reader/CloudFetch/DownloadResult.cs:
##########
@@ -103,10 +103,14 @@ public void UpdateWithRefreshedLink(TSparkArrowResultLink
refreshedLink)
}
/// <inheritdoc />
- public void SetCompleted(Stream dataStream, long size)
+ public void SetCompleted(ReadOnlyMemory<byte> data, long size)
Review Comment:
For cloudfetch each file should be around 20MB uncompressed.
Are you going to check in this BTW?
--
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]