[
https://issues.apache.org/jira/browse/HIVE-26848?focusedWorklogId=834386&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-834386
]
ASF GitHub Bot logged work on HIVE-26848:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Dec/22 20:12
Start Date: 18/Dec/22 20:12
Worklog Time Spent: 10m
Work Description: ayushtkn opened a new pull request, #3875:
URL: https://github.com/apache/hive/pull/3875
### What changes were proposed in this pull request?
When trying to figure out whether filesystems are equal, in case of ozone
file systems, check if they belong to same volume bucket
### Why are the changes needed?
LOAD fails if the table location and file are different ozone buckets.
### Does this PR introduce _any_ user-facing change?
LOAD from different ozone bucket works now.
### How was this patch tested?
In Actual Env.
Issue Time Tracking
-------------------
Worklog Id: (was: 834386)
Remaining Estimate: 0h
Time Spent: 10m
> Ozone: LOAD data fails in case of move across buckets
> -----------------------------------------------------
>
> Key: HIVE-26848
> URL: https://issues.apache.org/jira/browse/HIVE-26848
> Project: Hive
> Issue Type: Sub-task
> Reporter: Ayush Saxena
> Assignee: Ayush Saxena
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Hive decides whether to copy or to move on the basis of FileSystem URI, but
> in case of Ozone, if the file resides in different bucket than the original
> file. In that case rename isn't possible. We should fallback to copy
--
This message was sent by Atlassian Jira
(v8.20.10#820010)