You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sourabh Badhya (Jira)" <ji...@apache.org> on 2022/07/20 07:31:00 UTC

[jira] [Created] (HIVE-26414) Aborted/Cancelled CTAS operations must initiate cleanup of uncommitted data

Sourabh Badhya created HIVE-26414:
-------------------------------------

             Summary: Aborted/Cancelled CTAS operations must initiate cleanup of uncommitted data
                 Key: HIVE-26414
                 URL: https://issues.apache.org/jira/browse/HIVE-26414
             Project: Hive
          Issue Type: Improvement
            Reporter: Sourabh Badhya
            Assignee: Sourabh Badhya


When a CTAS query fails before creation of table and after writing the data, the data is present in the directory and not cleaned up currently by the cleaner or any other mechanism currently. This is because the cleaner requires a table corresponding to what its cleaning. In order surpass such a situation, we can directly pass the relevant information to the cleaner so that such uncommitted data is deleted.



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