You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/04/05 19:17:21 UTC

[pulsar] branch master updated (c555eb7 -> 1aad3b7)

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 c555eb7  Improve Key_Shared subscription message dispatching performance. (#6647)
     add 1aad3b7  ISSUE-6612 FIX: parse long field in GenricJsonRecord (#6612) (#6622)

No new revisions were added by this update.

Summary of changes:
 .../impl/schema/generic/GenericJsonRecord.java     | 12 +++--
 .../impl/schema/generic/GenericJsonRecordTest.java | 57 ++++++++++++++++++++++
 2 files changed, 65 insertions(+), 4 deletions(-)
 create mode 100644 pulsar-client/src/test/java/org/apache/pulsar/client/impl/schema/generic/GenericJsonRecordTest.java