shounakmk219 commented on code in PR #12591: URL: https://github.com/apache/pinot/pull/12591#discussion_r1534268185
########## pinot-query-runtime/src/test/java/org/apache/pinot/query/runtime/queries/QueryRunnerTest.java: ########## @@ -89,13 +89,13 @@ public void setUp() factory1.registerTable(SCHEMA_BUILDER.setSchemaName("b").build(), "b_REALTIME"); factory1.registerTable(SCHEMA_BUILDER.setSchemaName("c").build(), "c_OFFLINE"); factory1.registerTable(SCHEMA_BUILDER.setSchemaName("d").build(), "d"); - factory1.registerTable(SCHEMA_BUILDER.setSchemaName("tbl-escape.naming").build(), "tbl-escape.naming_OFFLINE"); + factory1.registerTable(SCHEMA_BUILDER.setSchemaName("tbl-escape-naming").build(), "tbl-escape-naming_OFFLINE"); Review Comment: Yes and below the case is being tested with `default.` prefix to table name -- 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