xzh_dz created CALCITE-4022:
-------------------------------
Summary: After SqlInsert is traversed by SqlShuttle, SqlBasicCall
throws UnsupportedOperationException
Key: CALCITE-4022
URL: https://issues.apache.org/jira/browse/CALCITE-4022
Project: Calcite
Issue Type: Wish
Reporter: xzh_dz
Attachments: image-2020-05-25-17-38-36-009.png
{code:java}
SqlNode a = sqlNode.accept(new SqlShuttle() {
@Override public SqlNode visit(SqlIdentifier identifier) {
return new SqlIdentifier(identifier.names,
identifier.getParserPosition());
}
});
{code}
!image-2020-05-25-17-38-36-009.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)