[ https://issues.apache.org/jira/browse/HIVE-15439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15755072#comment-15755072 ]
ASF GitHub Bot commented on HIVE-15439: --------------------------------------- GitHub user b-slim opened a pull request: https://github.com/apache/hive/pull/124 [HIVE-15439] adding support for insert overwite Add support for SQL statement INSERT OVERWRITE TABLE druid_internal_table. In order to add this support will need to add new post insert hook to update the druid metadata. Creation of the segment will be the same as CTAS. https://issues.apache.org/jira/browse/HIVE-15439 You can merge this pull request into a Git repository by running: $ git pull https://github.com/b-slim/hive HIVE-15439-adding-insert Alternatively you can review and apply these changes as the patch at: https://github.com/apache/hive/pull/124.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #124 ---- commit 26b2667d490c6de71d691aa38322b0c1c7e6778e Author: Slim Bouguerra <slim.bougue...@gmail.com> Date: 2016-12-15T23:22:11Z adding commit insert function def to MetaHook commit 02f6a8935ab58eb663b6ccf34a931e0e68d4af14 Author: Slim Bouguerra <slim.bougue...@gmail.com> Date: 2016-12-16T00:44:44Z adding commit insert to the FileSkinPlan commit 0e9b1f6e5eca815be6a9724188275f32e65fd40c Author: Slim Bouguerra <slim.bougue...@gmail.com> Date: 2016-12-16T17:47:29Z add joda dependency for UTs and add copyrights ---- > Support INSERT OVERWRITE for internal druid datasources. > -------------------------------------------------------- > > Key: HIVE-15439 > URL: https://issues.apache.org/jira/browse/HIVE-15439 > Project: Hive > Issue Type: Sub-task > Components: Druid integration > Affects Versions: 2.2.0 > Reporter: slim bouguerra > Assignee: slim bouguerra > Attachments: HIVE-15439.patch > > > Add support for SQL statement INSERT OVERWRITE TABLE druid_internal_table. > In order to add this support will need to add new post insert hook to update > the druid metadata. Creation of the segment will be the same as CTAS. > -- This message was sent by Atlassian JIRA (v6.3.4#6332)