[ https://issues.apache.org/jira/browse/HIVE-25524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17415414#comment-17415414 ]
Stamatis Zampetakis commented on HIVE-25524: -------------------------------------------- [~luguangming] It's better to use text inside \{noformat\} tags instead of images for including stacktraces. Images are not searchable. > Mergefiletask can cause some lack of package problems > ----------------------------------------------------- > > Key: HIVE-25524 > URL: https://issues.apache.org/jira/browse/HIVE-25524 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Affects Versions: 4.0.0 > Reporter: GuangMing Lu > Priority: Major > Attachments: image-2021-09-15-11-32-24-635.png, > image-2021-09-15-11-33-24-743.png > > > Mergefiletask does not load hive.aux.aux.ars.path's bag, which can cause some > lack of package problems, such as follow test sql: > create table tb_a (col5 date, col6 timestamp) stored as textfile; > insert into tb_a select '2021-08-23','2021-08-23 09:30:00'; > set hive.input.format=org.apache.hadoop.hive.ql.io.HiveInputFormat; > create table tb_hive_orc stored as orc as select * from tb_a; > !image-2021-09-15-11-32-24-635.png! > !image-2021-09-15-11-33-24-743.png! > -- This message was sent by Atlassian Jira (v8.3.4#803005)