comphead commented on issue #1633:
URL: 
https://github.com/apache/datafusion-comet/issues/1633#issuecomment-2791245930

   To reproduce 
   
   ```
     test("native reader - read STRUCT of MAP fields") {
       testSingleLineQuery(
         """
           |select named_struct('m0', map('a', 1)) as c0 union all
           |select named_struct('m1', map('b', 2))
           |""".stripMargin,
         "select c0 from tbl")
     }
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to