walterddr commented on code in PR #10685:
URL: https://github.com/apache/pinot/pull/10685#discussion_r1178006743
##########
pinot-common/src/main/java/org/apache/pinot/common/request/context/RequestContextUtils.java:
##########
@@ -119,7 +119,11 @@ public static FilterContext getFilter(Expression
thriftExpression) {
return new FilterContext(FilterContext.Type.PREDICATE, null,
new EqPredicate(getExpression(thriftExpression),
getStringValue(RequestUtils.getLiteralExpression(true))));
case LITERAL:
- // TODO: Handle literals.
+ // Skip "WHERE true"
Review Comment:
oh.... shoot. that's unfortunate. for now a temp solution is to skip literal
WHERE "true" . please still keep the TODO for handle literal since it is not
actually handled
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]