This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 9499562 fix the typo of Bookeeper, missing k/K (#12669)
add 849e4dc Pulsar Client: restore SchemaInfo.builder() API (#12673)
No new revisions were added by this update.
Summary of changes:
.../admin/AdminApiSchemaValidationEnforced.java | 8 ++--
.../schema/JsonSchemaCompatibilityCheckTest.java | 3 +-
.../SchemaCompatibilityCheckTest.java | 5 +--
.../pulsar/client/admin/internal/SchemasImpl.java | 3 +-
.../PulsarClientImplementationBinding.java | 2 +
.../apache/pulsar/common/schema/SchemaInfo.java | 48 ++++++++++++++++++++++
.../PulsarClientImplementationBindingImpl.java | 34 +++------------
.../pulsar/client/impl/schema/SchemaInfoTest.java | 6 +--
.../pulsar/common/protocol/schema/SchemaData.java | 3 +-
.../connect/schema/KafkaSchemaWrappedSchema.java | 3 +-
.../apache/pulsar/io/kafka/AvroSchemaCache.java | 3 +-
.../org/apache/pulsar/sql/presto/PulsarSplit.java | 3 +-
.../pulsar/sql/presto/TestPulsarMetadata.java | 4 +-
.../decoder/primitive/TestPrimitiveDecoder.java | 24 +++++------
14 files changed, 82 insertions(+), 67 deletions(-)