ranganathg commented on code in PR #1667:
URL: https://github.com/apache/phoenix/pull/1667#discussion_r1331119730
##########
phoenix-core/src/main/java/org/apache/phoenix/exception/SQLExceptionCode.java:
##########
@@ -197,7 +197,10 @@ public SQLException newException(SQLExceptionInfo info) {
CANNOT_QUERY_TABLE_WITH_SCN_OLDER_THAN_MAX_LOOKBACK_AGE(538, "42915",
"Cannot use SCN to look further back in the past beyond the configured
max lookback age"),
- /**
+ NON_EQUALITY_COMPARISON(539, "42915", "Could not identify an equality
operator"),
Review Comment:
Updated
--
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]