raghavyadav01 commented on code in PR #14192:
URL: https://github.com/apache/pinot/pull/14192#discussion_r1792886114
##########
pinot-timeseries/pinot-timeseries-spi/src/main/java/org/apache/pinot/tsdb/spi/plan/LeafTimeSeriesPlanNode.java:
##########
@@ -72,7 +71,9 @@ public String getKlass() {
@Override
public String getExplainName() {
- return EXPLAIN_NAME;
Review Comment:
Can we make the changes to trigger the dump of physical and logical plan
from client for timeseries? As of now we do not have a way to dump similar to
explain in SQL query.
--
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]