abhioncbr commented on code in PR #11330: URL: https://github.com/apache/pinot/pull/11330#discussion_r1292575928
########## pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java: ########## @@ -290,4 +302,52 @@ public static Map<String, String> getOptionsFromJson(JsonNode request, String op public static Map<String, String> getOptionsFromString(String optionStr) { return Splitter.on(';').omitEmptyStrings().trimResults().withKeyValueSeparator('=').split(optionStr); } + + public static Set<String> getTableNames(SqlNode sqlNode) { Review Comment: Just a question, We got rid of a similar function before in this [PR](https://github.com/apache/pinot/pull/10873/files#diff-5bdf53db08d67e2823f300f3db3af05dc704f4ef5319299cc3233f9b55aba059L150). Are we trying to implement it again? -- 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: commits-unsubscr...@pinot.apache.org 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