shauryachats commented on code in PR #16167:
URL: https://github.com/apache/pinot/pull/16167#discussion_r2164985341
##########
pinot-timeseries/pinot-timeseries-planner/src/main/java/org/apache/pinot/tsdb/planner/physical/TableScanVisitor.java:
##########
@@ -61,6 +61,7 @@ public void assignSegmentsToPlan(BaseTimeSeriesPlanNode
planNode, TimeBuckets ti
if (planNode instanceof LeafTimeSeriesPlanNode) {
LeafTimeSeriesPlanNode sfpNode = (LeafTimeSeriesPlanNode) planNode;
Expression filterExpression =
CalciteSqlParser.compileToExpression(sfpNode.getEffectiveFilter(timeBuckets));
+ context.addTableName(sfpNode.getTableName());
Review Comment:
These are full table names. Currently in auth flow, both full table names
and raw table names are being used, so we can go ahead with this.
--
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]