gokceni commented on a change in pull request #1170:
URL: https://github.com/apache/phoenix/pull/1170#discussion_r599254115
##########
File path: phoenix-core/src/main/java/org/apache/phoenix/util/UpgradeUtil.java
##########
@@ -1331,7 +1331,7 @@ private static void
syncGlobalIndexesForTable(ConnectionQueryServices cqs, PTabl
*/
private static void syncViewIndexTable(ConnectionQueryServices cqs, PTable
baseTable, HColumnDescriptor defaultColFam,
Map<String, Object> syncedProps, Set<HTableDescriptor>
tableDescsToSync) throws SQLException {
- String viewIndexName =
MetaDataUtil.getViewIndexPhysicalName(baseTable.getPhysicalName().getString());
+ String viewIndexName =
MetaDataUtil.getViewIndexPhysicalName(baseTable.getName().getString());
Review comment:
schema+logicaltablename
--
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]