baibaichen commented on issue #6588:
URL: 
https://github.com/apache/incubator-gluten/issues/6588#issuecomment-2249660046

   @exmy 
   In spark 3.5, i use this sql, it looks work, could you try this sql in 3.3?
   
   ```sql
   insert overwrite tbl partition (day)
   select id as a,
          map('t1', 'a', 't2', 'b'),
          struct('1', null) as c,
          '2024-01-08' as day
   from range(10)
   ```


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