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 2021/01/28 10:02:00 UTC

[pulsar] branch master updated (7c6f5e2 -> 7dcc2ae)

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 7c6f5e2  ISSUE-7714: copy Doxygen output to un-versioned html dir (#9328)
     add 7dcc2ae  [Pulsar SQL] Fix OffloadPolicies json serialization error in Pulsar SQL (#9300)

No new revisions were added by this update.

Summary of changes:
 docker/pulsar/Dockerfile                           |   1 +
 ...env.py => apply-config-from-env-with-prefix.py} |  18 +-
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |   1 +
 .../common/policies/data/OffloadPolicies.java      |  30 ++-
 .../pulsar/sql/presto/PulsarSplitManager.java      |  26 +-
 .../pulsar/sql/presto/TestPulsarSplitManager.java  |  82 ++++++
 .../scripts/run-presto-worker.sh                   |   2 +-
 .../containers/PrestoWorkerContainer.java          |  11 +-
 .../integration/containers/PulsarContainer.java    |   2 +-
 .../tests/integration/presto/TestBasicPresto.java  | 205 ++-------------
 .../presto/TestPrestoQueryTieredStorage.java       | 279 +++++----------------
 .../integration/presto/TestPulsarSQLBase.java      | 249 ++++++++++++++++++
 ...orageTestSuite.java => PulsarSQLTestSuite.java} |  59 ++---
 .../integration/topologies/PulsarCluster.java      | 100 +++++---
 .../resources/presto-coordinator-config.properties |   4 +-
 .../presto-follow-worker-config.properties         |  20 +-
 .../integration/src/test/resources/pulsar-sql.xml  |   1 +
 17 files changed, 591 insertions(+), 499 deletions(-)
 copy docker/pulsar/scripts/{apply-config-from-env.py => apply-config-from-env-with-prefix.py} (89%)
 create mode 100644 tests/integration/src/test/java/org/apache/pulsar/tests/integration/presto/TestPulsarSQLBase.java
 copy tests/integration/src/test/java/org/apache/pulsar/tests/integration/suites/{PulsarTieredStorageTestSuite.java => PulsarSQLTestSuite.java} (51%)
 copy conf/presto/config.properties => tests/integration/src/test/resources/presto-coordinator-config.properties (95%)
 copy pulsar-io/influxdb/src/test/resources/sinkConfig-v1.yaml => tests/integration/src/test/resources/presto-follow-worker-config.properties (81%)