[ 
https://issues.apache.org/jira/browse/IMPALA-11445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17569787#comment-17569787
 ] 

ASF subversion and git services commented on IMPALA-11445:
----------------------------------------------------------

Commit 02043744beee8c57ee876cb8d94eba28660927cb in impala's branch 
refs/heads/master from wzhou-code
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=02043744b ]

IMPALA-11445: Fix bug in firing insert event of partitions located in different 
FS

When adding a partition with location in a file system which is
different from the file system of the table location, Impala accept
it. But when insert values to the table, catalogd throw exception.

This patch fix the issue by using the right FileSystem object.

Testing:
 - Added new test case with partitions on different file systems.
   Ran the test on S3.
 - Did manual tests in cluster with partitions on HDFS and Ozone.
 - Passed core test.

Change-Id: I0491ee1bf40c3d5240f9124cef3f3169c44a8267
Reviewed-on: http://gerrit.cloudera.org:8080/18759
Reviewed-by: Quanlong Huang <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> Fix the issue for partitions in different file systems
> ------------------------------------------------------
>
>                 Key: IMPALA-11445
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11445
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Catalog
>    Affects Versions: Impala 4.1.0, Impala 4.2.0
>            Reporter: Wenzhe Zhou
>            Assignee: Wenzhe Zhou
>            Priority: Major
>             Fix For: Impala 4.2.0
>
>
> When adding a partition with location in a file system which is
> different from the file system of the table location, Impala accept
> it. But when insert values to the table, catalogd throw exception.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to