tkhurana commented on code in PR #2002:
URL: https://github.com/apache/phoenix/pull/2002#discussion_r1841698257
##########
phoenix-core-client/src/main/java/org/apache/phoenix/compile/QueryCompiler.java:
##########
@@ -787,6 +790,33 @@ protected QueryPlan compileSingleFlatQuery(
TableRef tableRef = context.getCurrentTable();
PTable table = tableRef.getTable();
+ TTLExpression ttlExpr = table.getTTL();
Review Comment:
@comnetwork Looking for feedback if this is the right way to re-write the
where clause by appending a boolean expression. In my testing it is working so
far. Do you see any issues here ? For join queries, subqueries ?
--
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]