Sh-Zh-7 commented on code in PR #15151:
URL: https://github.com/apache/iotdb/pull/15151#discussion_r2086412318
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/relational/analyzer/ExpressionAnalyzer.java:
##########
@@ -138,6 +150,8 @@ public class ExpressionAnalyzer {
private final Map<NodeRef<Node>, ResolvedFunction> resolvedFunctions = new
LinkedHashMap<>();
private final Set<NodeRef<SubqueryExpression>> subqueries = new
LinkedHashSet<>();
private final Set<NodeRef<ExistsPredicate>> existsSubqueries = new
LinkedHashSet<>();
+ private final Map<NodeRef<Expression>, Type> expressionCoercions = new
LinkedHashMap<>();
+ private final Set<NodeRef<Expression>> typeOnlyCoercions = new
LinkedHashSet<>();
Review Comment:
Removed.
--
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]