This is an automated email from the ASF dual-hosted git repository.
sijie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 364876b [Docs] Fix anchors in the cookbooks compaction documentation
(#6707)
add 854716f Add Joda time logical type conversion. (#6704)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci-integration-process.yaml | 4 +-
.github/workflows/ci-integration-thread.yaml | 4 +-
.github/workflows/ci-unit-broker.yml | 17 ++-
.github/workflows/ci-unit.yaml | 9 ++
.../pulsar/client/api/schema/SchemaDefinition.java | 7 ++
.../client/api/schema/SchemaDefinitionBuilder.java | 16 +++
pulsar-client-messagecrypto-bc/pom.xml | 1 -
pulsar-client/pom.xml | 6 +
.../pulsar/client/impl/schema/AvroSchema.java | 58 ++++-----
.../impl/schema/SchemaDefinitionBuilderImpl.java | 21 +++-
.../client/impl/schema/SchemaDefinitionImpl.java | 19 ++-
.../client/impl/schema/reader/AvroReader.java | 22 +---
.../client/impl/schema/writer/AvroWriter.java | 10 +-
.../pulsar/client/impl/schema/AvroSchemaTest.java | 38 +++++-
.../client/impl/schema/ProtobufSchemaTest.java | 2 +-
.../pulsar/client/impl/schema/SchemaInfoTest.java | 8 +-
tests/integration/pom.xml | 6 +
.../tests/integration/schema/JodaTimeTest.java | 129 +++++++++++++++++++++
.../tests/integration/schema/SchemaTest.java | 10 +-
.../src/test/resources/pulsar-schema.xml | 1 +
20 files changed, 313 insertions(+), 75 deletions(-)
create mode 100644
tests/integration/src/test/java/org/apache/pulsar/tests/integration/schema/JodaTimeTest.java