cutiepie-10 commented on code in PR #14804: URL: https://github.com/apache/pinot/pull/14804#discussion_r1914585822
########## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SchemaUtils.java: ########## @@ -176,7 +176,7 @@ private static void validateCompatibilityWithTableConfig(Schema schema, TableCon } catch (Exception e) { throw new IllegalStateException( "Schema is incompatible with tableConfig with name: " + tableConfig.getTableName() + " and type: " - + tableConfig.getTableType(), e); + + tableConfig.getTableType()+" Caused By: "+e.getMessage(), e); Review Comment: Hello @Jackie-Jiang, I have corrected the message. -- 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