roeap opened a new pull request, #4300:
URL: https://github.com/apache/arrow-rs/pull/4300

   Draft as it dempends on #4293 by @alamb, which contains tests useful to 
validate this implementation.
   
   # Which issue does this PR close?
   
   Closes #.
   
   # Rationale for this change
   
   Thus far the SqlInfo helpers in arrow-flight did not yet support complex 
types defined in the specs in the form of `Map<i32, List<i32>>`. This PR adds 
support for these types.
   
   # What changes are included in this PR?
   
   * support `int32_to_int32_list_map` type in SqlInfo dense union
   
   # Are there any user-facing changes?
   
   Users can now specify SqlInfos with the Map of i32 Lists type.


-- 
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]

Reply via email to