rda3mon commented on code in PR #4770:
URL: https://github.com/apache/hbase/pull/4770#discussion_r1082035135


##########
hbase-mapreduce/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java:
##########
@@ -653,10 +664,9 @@ static void configureIncrementalLoad(Job job, 
List<TableInfo> multiTableInfo,
 
     for (TableInfo tableInfo : multiTableInfo) {
       regionLocators.add(tableInfo.getRegionLocator());
-      String tn = writeMultipleTables
-        ? 
tableInfo.getRegionLocator().getName().getNameWithNamespaceInclAsString()
-        : tableInfo.getRegionLocator().getName().getNameAsString();
-      allTableNames.add(tn);
+      allTableNames.add(writeToTableWithNamespace ?

Review Comment:
   Actually in 3.0, FWIW it is always withNamespace. Do you think it makes any 
difference at all with or without the change you suggested?



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to