[ https://issues.apache.org/jira/browse/HIVE-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085365#comment-13085365 ]
jirapos...@reviews.apache.org commented on HIVE-2354: ----------------------------------------------------- ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1456/ ----------------------------------------------------------- (Updated 2011-08-15 22:01:14.270380) Review request for hive, John Sichi and Ning Zhang. Changes ------- added a clause for LOAD DATA Summary ------- Chain a second set of tasks to the MoveTask for INSERT statements. This addresses bug HIVE-2354. https://issues.apache.org/jira/browse/HIVE-2354 Diffs (updated) ----- common/src/java/org/apache/hadoop/hive/conf/HiveConf.java b46976f ql/src/java/org/apache/hadoop/hive/ql/parse/IndexUpdater.java PRE-CREATION ql/src/java/org/apache/hadoop/hive/ql/parse/LoadSemanticAnalyzer.java 6f311c6 ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java cec0d46 ql/src/test/queries/clientpositive/index_auto_update.q PRE-CREATION ql/src/test/results/clientpositive/index_auto_update.q.out PRE-CREATION Diff: https://reviews.apache.org/r/1456/diff Testing ------- Added testcase "index_auto_update.q" Thanks, Syed > Support automatic rebuilding of indexes when they go stale > ---------------------------------------------------------- > > Key: HIVE-2354 > URL: https://issues.apache.org/jira/browse/HIVE-2354 > Project: Hive > Issue Type: Improvement > Reporter: Syed S. Albiz > Assignee: Syed S. Albiz > Attachments: HIVE-2354.1.patch, HIVE-2354.2.patch > > > Support a mode where indexes will be automatically rebuilt when the > table/partition they are based on is modified. So if index foo is built on > table bar, and bar has it's contents overwritten, we should support a mode > where index foo will automatically rebuild itself. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira