msrathore-db commented on code in PR #3474:
URL: https://github.com/apache/arrow-adbc/pull/3474#discussion_r2404099158


##########
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:
   I'll create a separate PR adding all the new connection params added.



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