5 commented on code in PR #204: URL: https://github.com/apache/cassandra-sidecar/pull/204#discussion_r1999611921
########## server/src/test/integration/org/apache/cassandra/sidecar/datahub/SchemaReporterIntegrationTest.java: ########## @@ -97,18 +122,28 @@ void testSchemaConverter() throws IOException JsonEmitter emitter = new JsonEmitter(); try (Session session = maybeGetSession()) { - new SchemaReporter(IDENTIFIERS, () -> emitter).process(session.getCluster()); + new SchemaReporter(IDENTIFIERS, () -> emitter, metrics).processScheduled(session.getCluster()); } String actualJson = normalizeNames(emitter.content()); Review Comment: Not sure what you mean here, did I accidentally address it already? -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org