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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to