Hisoka-X commented on PR #7385: URL: https://github.com/apache/seatunnel/pull/7385#issuecomment-2367125059
> Got error > > > Error: Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.032 s <<< FAILURE! - in org.apache.seatunnel.api.connector.ConnectorSpecificationCheckTest > > Error: testAllConnectorImplementFactoryWithUpToDateMethod Time elapsed: 0.469 s <<< ERROR! > > java.lang.ClassNotFoundException: org.apache.seatunnel.connectors.seatunnel.timeplus.sink.TimeplusSink > > How to fix it? > > I tested locally with `mvn -B -T 1 verify -DskipUT=true -DskipIT=false -D"license.skipAddThirdParty"=true -Dspotless.check.skip --no-snapshot-updates -pl :connector-timeplus-e2e -am -Pci` Looks like you change `org.apache.seatunnel.connectors.seatunnel.timeplus.sink.TimeplusSink` to `org.apache.seatunnel.connectors.seatunnel.timeplus.sink.client.TimeplusSink`. Please clean your local cache. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
