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

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


    from 8a9a5e3  SAMZA-2554: Fix the handling of join condition against remote 
table (#1393)
     add c2e7025  SAMZA-2551: Upgrade all modules to automatically use 
checkstyle 6.11.2 (part 6: enable for all modules) (#1397)

No new revisions were added by this update.

Summary of changes:
 build.gradle                                       | 82 ++--------------------
 checkstyle/checkstyle-suppressions.xml             |  1 +
 .../apache/samza/config/ElasticsearchConfig.java   |  4 +-
 .../elasticsearch/ElasticsearchSystemAdmin.java    |  6 +-
 .../ElasticsearchSystemProducerMetrics.java        | 22 +++---
 .../samza/config/ElasticsearchConfigTest.java      |  2 +-
 .../ElasticsearchSystemProducerMetricsTest.java    | 44 ++++++------
 .../ElasticsearchSystemProducerTest.java           |  4 +-
 .../DefaultIndexRequestFactoryTest.java            | 24 +++----
 .../hdfs/descriptors/HdfsSystemDescriptor.java     | 22 +++---
 .../samza/system/hdfs/TestHdfsSystemConsumer.java  |  4 +-
 .../hdfs/partitioner/TestDirectoryPartitioner.java | 82 +++++++++++-----------
 .../system/hdfs/reader/TestAvroFileHdfsReader.java |  6 +-
 .../couchbase/TestCouchbaseBucketRegistry.java     |  5 +-
 .../kv/inmemory/TestInMemoryKeyValueStore.java     |  2 +-
 .../samza/storage/kv/RocksDbOptionsHelper.java     |  6 +-
 .../samza/storage/kv/RocksDbReadingTool.java       |  6 +-
 .../storage/kv/TestRocksDbKeyValueStoreJava.java   |  4 +-
 .../apache/samza/tools/GenerateKafkaEvents.java    | 14 ++--
 .../apache/samza/tools/RandomValueGenerator.java   |  2 +-
 .../org/apache/samza/tools/SamzaSqlConsole.java    |  3 -
 .../avro/AvroSchemaGenRelConverterFactory.java     |  2 +-
 .../apache/samza/tools/avro/AvroSerDeFactory.java  |  3 +-
 .../samza/tools/benchmark/AbstractSamzaBench.java  | 10 +--
 .../benchmark/ConfigBasedSspGrouperFactory.java    |  8 +--
 .../samza/tools/benchmark/SystemConsumerBench.java |  6 +-
 .../benchmark/SystemConsumerWithSamzaBench.java    |  4 +-
 .../samza/tools/benchmark/SystemProducerBench.java | 13 ++--
 28 files changed, 155 insertions(+), 236 deletions(-)

Reply via email to