dbwong commented on a change in pull request #708: PHOENIX-5698 Phoenix Query
with RVC IN list expression generates wron…
URL: https://github.com/apache/phoenix/pull/708#discussion_r384842849
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/expression/ComparisonExpression.java
##########
@@ -367,6 +368,13 @@ public void write(DataOutput output) throws IOException {
@Override
public final <T> T accept(ExpressionVisitor<T> visitor) {
+// if (visitor instanceof WhereOptimizer.KeyExpressionVisitor) {
Review comment:
Can we add a UT for this then?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services