lh0156 commented on PR #23055: URL: https://github.com/apache/kafka/pull/23055#issuecomment-5165921081
Follow-up test-only refinement in `3be96c31fb`: added a map-specific `ConnectSchema.validateValue` regression assertion alongside the existing array assertion. This makes the Jira failure mode explicit for both missing map key/value schemas and keeps the test contract readable. Verification: - `./gradlew :connect:api:test --tests org.apache.kafka.connect.data.ValuesTest.shouldReturnSchemaAndValueAcceptedByConnectSchemaForIncompatibleMap --tests org.apache.kafka.connect.data.ValuesTest.shouldReturnSchemaAndValueAcceptedByConnectSchemaForIncompatibleArray :connect:api:spotlessCheck :connect:api:checkstyleMain :connect:api:checkstyleTest :connect:api:spotbugsMain --no-build-cache --console=plain` - Result: `BUILD SUCCESSFUL` - Full `:connect:api:test` and `:connect:transforms:test` also passed after the refinement. -- 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]
