You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,11 @@ table = reader.read_all()
162
162
print(table.to_pandas().to_markdown())
163
163
```
164
164
165
+
### gRPC compression
166
+
The Python client supports gRPC response compression.
167
+
If the server chooses to compress query responses (e.g., with gzip), the client
168
+
will automatically decompress them — no extra configuration is required.
169
+
165
170
## Windows Users
166
171
Currently, Windows users require an extra installation when querying via Flight natively. This is due to the fact gRPC cannot locate Windows root certificates. To work around this please follow these steps:
0 commit comments