navina commented on code in PR #11017: URL: https://github.com/apache/pinot/pull/11017#discussion_r1276652701
########## pinot-core/src/test/java/org/apache/pinot/core/util/SchemaUtilsTest.java: ########## @@ -136,13 +138,17 @@ public void testCompatibilityWithTableConfig() { schema = new Schema.SchemaBuilder().setSchemaName(TABLE_NAME) .addDateTime(TIME_COLUMN, DataType.LONG, "1:MILLISECONDS:EPOCH", "1:HOURS").build(); tableConfig = - new TableConfigBuilder(TableType.REALTIME).setTableName(TABLE_NAME).setTimeColumnName(TIME_COLUMN).build(); + new TableConfigBuilder(TableType.REALTIME).setTableName(TABLE_NAME) + .setStreamConfigs(Map.of(StreamConfigProperties.STREAM_TYPE, "foo")) Review Comment: > Is this correct? Do we need topic name, consumer type etc? Same for other tests Yeah we need to improve validations for our realtime table configs. It's the same for all other tests. -- 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