kgyrtkirk commented on a change in pull request #550: HIVE-21198 Introduce a
database object reference class
URL: https://github.com/apache/hive/pull/550#discussion_r345401411
##########
File path: ql/src/java/org/apache/hadoop/hive/ql/parse/DDLSemanticAnalyzer.java
##########
@@ -1127,139 +1127,142 @@ private void analyzeAlterTableLocation(ASTNode ast,
String tableName, Map<String
rootTasks.add(TaskFactory.get(new DDLWork(getInputs(), getOutputs(),
alterTblDesc)));
}
- private void analyzeAlterTablePartMergeFiles(ASTNode ast,
- String tableName, HashMap<String, String> partSpec)
+ private void analyzeAlterTablePartMergeFiles(ASTNode ast, TableName
tableName, Map<String, String> partSpec)
throws SemanticException {
Path oldTblPartLoc = null;
Path newTblPartLoc = null;
Table tblObj = null;
ListBucketingCtx lbCtx = null;
- try {
Review comment:
earlier ; all exceptions (including any Runtime ones) were repackaged as
SemanticException; are we safe to remove this try?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]