Palash Chauhan created PHOENIX-7410: ---------------------------------------
Summary: Escape metadata attribute values/property names in SchemaTool synthesis Key: PHOENIX-7410 URL: https://issues.apache.org/jira/browse/PHOENIX-7410 Project: Phoenix Issue Type: Bug Reporter: Palash Chauhan Assignee: Palash Chauhan When processing an ALTER statement on a table and generating an effective CREATE TABLE statement, SchemaTool does not escape a property like `phoenix.max.lookback.age.seconds`. This leads to a [parsing exception when parsing the CREATE TABLE statement|https://github.com/apache/phoenix/blob/master/phoenix-core-client/src/main/java/org/apache/phoenix/schema/tool/SchemaSynthesisProcessor.java#L82] as part of processing the next ALTER statement. -- This message was sent by Atlassian Jira (v8.20.10#820010)