flycash commented on a change in pull request #13418:
URL: https://github.com/apache/shardingsphere/pull/13418#discussion_r743591148
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/segment/dml/expr/FunctionSegment.java
##########
@@ -40,4 +41,7 @@
private final Collection<ExpressionSegment> parameters = new
LinkedList<>();
private final String text;
+
+ @Setter
+ private String owner;
Review comment:
Those existing FunctionName instances do not need these field, so I made
it as optional field
##########
File path:
shardingsphere-sql-parser/shardingsphere-sql-parser-statement/src/main/java/org/apache/shardingsphere/sql/parser/sql/common/segment/dml/expr/FunctionSegment.java
##########
@@ -40,4 +41,7 @@
private final Collection<ExpressionSegment> parameters = new
LinkedList<>();
private final String text;
+
+ @Setter
+ private String owner;
Review comment:
Those existing FunctionName instances do not need these field, so I made
it as optional field
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]