Skip to content

Commit a3f8407

Browse files
adriangbgabotechs
andauthored
Update src/flight_service/do_get.rs
Co-authored-by: Gabriel <[email protected]>
1 parent 06e6493 commit a3f8407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flight_service/do_get.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl ArrowFlightEndpoint {
143143

144144
let stream = FlightDataEncoderBuilder::new()
145145
.with_schema(schema)
146-
// This tells the encoder to send dictioanries across the wire as-is.
146+
// This tells the encoder to send dictionaries across the wire as-is.
147147
// The alternative (`DictionaryHandling::Hydrate`) would expand the dictionaries
148148
// into their value types, which can potentially blow up the size of the data transfer.
149149
// The main reason to use `DictionaryHandling::Hydrate` is for compatibility with clients

0 commit comments

Comments
 (0)