[ https://issues.apache.org/jira/browse/HIVE-27017?focusedWorklogId=843345&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-843345 ]
ASF GitHub Bot logged work on HIVE-27017: ----------------------------------------- Author: ASF GitHub Bot Created on: 03/Feb/23 02:02 Start Date: 03/Feb/23 02:02 Worklog Time Spent: 10m Work Description: yigress opened a new pull request, #4014: URL: https://github.com/apache/hive/pull/4014 ### What changes were proposed in this pull request? HIVE-26771 is done for hive-iceberg, move createTable DDLTask ahead of TezTask can benefit other types of StorageHandler as well for CTAS. This is to partially backport HIVE-26771 (not the hive-iceberg part) ### Why are the changes needed? To support CTAS for StorageHandler. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? no change on default behavior. tested with custom storagehandler Issue Time Tracking ------------------- Worklog Id: (was: 843345) Remaining Estimate: 0h Time Spent: 10m > option to use createTable DDLTask in CTAS for StorgeHandler > ----------------------------------------------------------- > > Key: HIVE-27017 > URL: https://issues.apache.org/jira/browse/HIVE-27017 > Project: Hive > Issue Type: Improvement > Components: StorageHandler > Affects Versions: 3.1.3 > Reporter: Yi Zhang > Assignee: Yi Zhang > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > This is to add a directInsert option for StorageHandler and advance DDLTask > for CTAS when it is storagehandler directInsert mode. This is partial > backport of HIVE-26771 -- This message was sent by Atlassian Jira (v8.20.10#820010)