Jackie-Jiang commented on a change in pull request #6329: URL: https://github.com/apache/incubator-pinot/pull/6329#discussion_r538846006
########## File path: pinot-common/src/main/java/org/apache/pinot/pql/parsers/pql2/ast/SelectAstNode.java ########## @@ -106,7 +106,7 @@ public String toString() { public void updateBrokerRequest(BrokerRequest brokerRequest) { // Set the query source QuerySource querySource = new QuerySource(); - querySource.setTableName(_resourceName); + querySource.setTableName(_tableName); Review comment: Also curious about how it causes the failure for PQL. I don't see any table name with dot embedded ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org