virajjasani commented on code in PR #2211: URL: https://github.com/apache/phoenix/pull/2211#discussion_r2193671259
########## phoenix-core-client/src/main/java/org/apache/phoenix/schema/MetaDataClient.java: ########## @@ -1236,7 +1237,7 @@ private byte[][] processSplits(Map<String, Object> tableProperties, byte[][] spl * @throws SQLException */ private void populatePropertyMaps(ListMultimap<String,Pair<String,Object>> statementProps, Map<String, Object> tableProps, - Map<String, Object> commonFamilyProps, PTableType tableType, boolean isCDCIndex) throws SQLException { + Map<String, Object> commonFamilyProps, PTableType tableType, ViewType viewType, String tableName, boolean isCDCIndex) throws SQLException { Review Comment: viewType is not being used -- 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...@phoenix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org