Matt Burgess created NIFI-7448:
----------------------------------
Summary: PutORC quotes fully-qualified table names but should
quote each part
Key: NIFI-7448
URL: https://issues.apache.org/jira/browse/NIFI-7448
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Matt Burgess
NIFI-5667 introduced quoting of the table name in the DDL generated by PutORC,
but it quotes the entire value of the Table Name property. In cases where the
table name is qualified by a database name (for example, mydb.mytable), this
causes a parsing error as `mydb.mytable` should be `mydb`.`mytable.
PutORC should parse the table name, splitting on "." and quoting each section.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)