You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "GuangMing Lu (Jira)" <ji...@apache.org> on 2021/09/15 03:36:00 UTC

[jira] [Created] (HIVE-25524) Mergefiletask can cause some lack of package problems

GuangMing Lu created HIVE-25524:
-----------------------------------

             Summary: 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
         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)