vc-74
vc-74
**Version:** Parquet.Net v3.7.1 **Runtime Version:** .Net Framework v4.7.2 **OS:** Windows Is the 5K rows per row group a recommendation or a strict rule? If I create a parquet file with...
## What is the current behavior? The [current HttpUtil implementation](https://github.com/snowflakedb/snowflake-connector-net/blob/46e496ac2cd49f98b5c5be157acb1dbfff13d6b6/Snowflake.Data/Core/HttpUtil.cs#L144) allows 2 scenarios: - Explicitly set proxy by specifying `useproxy`, `proxyhost`... in the connection string - Ignore proxy parameters in...
### Description Although the current code supports HTTP proxies, it does not allow to use the [default proxy configuration](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient.defaultproxy?view=net-8.0). This PR allows using the default proxy by specifying the `useProxy=true`...
1. What version of .NET driver are you using? 3.0.0 2. What operating system and processor architecture are you using? Windows Server 2019 X64 3. What version of .NET framework...