You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/05/19 05:23:25 UTC

[pulsar] branch master updated (34a04b5 -> b35149c)

This is an automated email from the ASF dual-hosted git repository.

penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 34a04b5  Fixed issues in pulsar-client shading configuration (#10614)
     add b35149c  Fix Pulsar SQL query compression data (#9663)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/client/impl/MessageParserTest.java      | 157 ++++++++++++---------
 .../pulsar/common/api/raw/MessageParser.java       |   2 +-
 .../api/raw/ReferenceCountedMessageMetadata.java   |   9 +-
 .../pulsar/common/api/raw/RawMessageImplTest.java  |   5 +-
 .../tests/integration/presto/TestBasicPresto.java  |  62 ++++----
 .../presto/TestPrestoQueryTieredStorage.java       |   9 +-
 .../integration/presto/TestPulsarSQLBase.java      |  26 +++-
 7 files changed, 166 insertions(+), 104 deletions(-)