eric-wang-1990 commented on code in PR #3474: URL: https://github.com/apache/arrow-adbc/pull/3474#discussion_r2403988541
########## csharp/src/Drivers/Databricks/readme.md: ########## @@ -103,7 +103,7 @@ CloudFetch is Databricks' high-performance result retrieval system that download | :--- | :--- | :--- | | `adbc.databricks.cloudfetch.enabled` | Whether to use CloudFetch for retrieving results | `true` | | `adbc.databricks.cloudfetch.lz4.enabled` | Whether the client can decompress LZ4 compressed results | `true` | -| `adbc.databricks.cloudfetch.max_bytes_per_file` | Maximum bytes per file for CloudFetch (e.g., `20971520` for 20MB) | `20971520` | +| `adbc.databricks.cloudfetch.max_bytes_per_file` | Maximum bytes per file for CloudFetch. Supports unit suffixes (B, KB, MB, GB). Examples: `20MB`, `1024KB`, `20971520` | `20MB` | Review Comment: Add one for max_bytes_per_fetch_request -- 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]
