We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e6493 commit a3f8407Copy full SHA for a3f8407
src/flight_service/do_get.rs
@@ -143,7 +143,7 @@ impl ArrowFlightEndpoint {
143
144
let stream = FlightDataEncoderBuilder::new()
145
.with_schema(schema)
146
- // This tells the encoder to send dictioanries across the wire as-is.
+ // This tells the encoder to send dictionaries across the wire as-is.
147
// The alternative (`DictionaryHandling::Hydrate`) would expand the dictionaries
148
// into their value types, which can potentially blow up the size of the data transfer.
149
// The main reason to use `DictionaryHandling::Hydrate` is for compatibility with clients
0 commit comments