eolivelli opened a new issue #10122: URL: https://github.com/apache/pulsar/issues/10122
AvroSchemaTest fails on JDK11: > Error: Failures: > Error: org.apache.pulsar.client.impl.schema.AvroSchemaTest.testJodaTimeLogicalType(org.apache.pulsar.client.impl.schema.AvroSchemaTest) > [INFO] Run 1: PASS > Error: Run 2: AvroSchemaTest.testJodaTimeLogicalType:316 expected [AvroSchemaTest.JodaTimeLogicalType(date=2021-04-01, timestampMillis=2019-03-26T04:39:58.469Z, timeMillis=13:26:57.157317, timestampMicros=1617283617157000, timeMicros=1617283617157000)] but found [AvroSchemaTest.JodaTimeLogicalType(date=2021-04-01, timestampMillis=2019-03-26T04:39:58.469Z, timeMillis=13:26:57.157, timestampMicros=1617283617157000, timeMicros=1617283617157000)] > [INFO] > Error: org.apache.pulsar.client.impl.schema.AvroSchemaTest.testLogicalType(org.apache.pulsar.client.impl.schema.AvroSchemaTest) > [INFO] Run 1: PASS > Error: Run 2: AvroSchemaTest.testLogicalType:296 expected [AvroSchemaTest.SchemaLogicalType(decimal=12.34, date=2021-04-01, timestampMillis=2019-03-26T04:39:58.469Z, timeMillis=13:26:57.301786, timestampMicros=1617283617301000, timeMicros=1617283617301000)] but found [AvroSchemaTest.SchemaLogicalType(decimal=12.34, date=2021-04-01, timestampMillis=2019-03-26T04:39:58.469Z, timeMillis=13:26:57.301, timestampMicros=1617283617301000, timeMicros=1617283617301000)] > > -- 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. For queries about this service, please contact Infrastructure at: [email protected]
