jackjlli commented on a change in pull request #6329: URL: https://github.com/apache/incubator-pinot/pull/6329#discussion_r537859696
########## File path: pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java ########## @@ -1307,7 +1308,8 @@ public void testCaseInsensitivity() { for (String query : queries) { try { - postQuery(query); + JsonNode response = postSqlQuery(query); Review comment: It seems the table name is set from the resource name, which made the table cache failed to get the correct schema to compare. I've included the fix in this PR. ---------------------------------------------------------------- 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