viirya commented on code in PR #1636:
URL: https://github.com/apache/arrow-rs/pull/1636#discussion_r866544033
##########
arrow-flight/src/utils.rs:
##########
@@ -49,7 +50,7 @@ pub fn flight_data_from_arrow_batch(
pub fn flight_data_to_arrow_batch(
data: &FlightData,
schema: SchemaRef,
- dictionaries_by_field: &[Option<ArrayRef>],
+ dictionaries_by_field: &HashMap<i64, ArrayRef>,
Review Comment:
Sounds good. I will update them.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]