File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,13 @@ and the [PyPI page](https://pypi.org/project/trino/).
8
8
9
9
## Release 0.333.0
10
10
11
- * Improve handling of query results containing null error field.
11
+ * Improve handling of query results containing ` null ` values for
12
+ the error field.
12
13
([ #512 ] ( https://github.com/trinodb/trino-python-client/pull/512 ) )
13
- * Fix accessing spooled segments on S3 when authentication to Trino cluster
14
- is used.
14
+ * Fix accessing spooled segments on S3 when authentication to the
15
+ Trino cluster is used.
15
16
([ #525 ] ( https://github.com/trinodb/trino-python-client/pull/525 ) )
16
- * Simplify ` segment ` cursor API, that makes it easier to iterate over spooled
17
+ * Simplify ` segment ` cursor API to make it easier to iterate over spooled
17
18
segments.
18
19
([ #525 ] ( https://github.com/trinodb/trino-python-client/pull/525 ) )
19
20
You can’t perform that action at this time.
0 commit comments