richardantal commented on a change in pull request #929:
URL: https://github.com/apache/phoenix/pull/929#discussion_r516811982
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
##########
@@ -1685,12 +1685,16 @@ public MutationState createIndex(CreateIndexStatement
statement, byte[][] splits
for (ColumnName colName : requiredCols) {
// acquire the mutex using the global physical table name
to
// prevent this column from being dropped while the view
is being created
+ String colNameSeparatedByDot = SchemaUtil
+ .replaceColonToDot(colName.getColumnName());
Review comment:
Okey I'll use it, Thanks
----------------------------------------------------------------
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]