taiyang-li commented on issue #6588:
URL: 
https://github.com/apache/incubator-gluten/issues/6588#issuecomment-2257984049

   问题原因:native和非native insert时,生成的orc文件schema有diff
   
   native insert
   ```
   $ orc-contents 
./part-00000-8d8efdee-03ff-49e4-81fd-536854c0894d.c000.lz4.orc 
   {"a": 0, "b": [{"key": "t1", "value": "a"}, {"key": "t2", "value": "b"}], 
"c": {"d": "1", "e": null}}
   ```
   
   非native insert
   ```
   $ orc-contents 
./part-00000-e89c5aef-d240-4d78-80a1-d04ebaf5868d.c000.lz4.orc 
   {"a": 0, "b": [{"key": "t1", "value": "a"}, {"key": "t2", "value": "b"}], 
"c": {"1": "1", "2": null}}
   ```


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