frolovdev commented on issue #1699:
URL: https://github.com/apache/arrow-rs/issues/1699#issuecomment-1159147393

   @tustvold maybe I get your idea wrong but I can't reproduce it in any ways
   
   ```
   message table {
               repeated group my_group_map {
                   REQUIRED BYTE_ARRAY kek;
                   optional group map (MAP) {
                       repeated group key_value {
                           REQUIRED BYTE_ARRAY key;
                           OPTIONAL group nested_map (MAP) {
                               repeated group key_value {
                                   REQUIRED BYTE_ARRAY key;
                                   REQUIRED BYTE_ARRAY value;
                               }
                           }
                       }
                   }
               }
               
           }
   
   ```


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