What's Changed
Bug fixes 🐛
- Fix
ReadTimeout
so that it applies to each call toconn.Read
not just the first read block by @GeorgeMac in #1616, @SpencerTorres #1617
Read Timeout behavior changes
This bug fix has potential to affect longer running queries, ensure you're setting clickhouse.Options
ReadTimeout
to a reasonable value, and that your context.WithDeadline
is also set to a reasonable value. The read timeout will now be applied to all blocks, previously it was only set for the first block.
New Contributors
- @GeorgeMac made their first contribution in #1616
Full Changelog: v2.38.1...v2.39.0