You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2019/11/20 20:04:58 UTC

[spark] branch master updated (23b3c4f -> 1febd37)

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

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


    from 23b3c4f  [SPARK-29951][SQL] Make the behavior of Postgre dialect independent of ansi mode config
     add 1febd37  [MINOR][TESTS] Replace JVM assert with JUnit Assert in tests

No new revisions were added by this update.

Summary of changes:
 .../network/shuffle/TestShuffleDataContext.java    |  3 +-
 .../scala/org/apache/spark/DistributedSuite.scala  |  1 +
 .../spark/MapStatusesSerDeserBenchmark.scala       |  2 ++
 .../org/apache/spark/benchmark/Benchmark.scala     |  1 +
 .../org/apache/spark/executor/ExecutorSuite.scala  |  1 +
 .../org/apache/spark/rpc/TestRpcEndpoint.scala     |  1 +
 .../scheduler/SchedulerIntegrationSuite.scala      |  3 +-
 .../spark/scheduler/TaskResultGetterSuite.scala    |  1 +
 .../spark/scheduler/TaskSetManagerSuite.scala      |  3 +-
 .../shuffle/ShuffleDriverComponentsSuite.scala     |  1 +
 .../spark/util/PeriodicRDDCheckpointerSuite.scala  |  1 +
 .../apache/spark/sql/kafka010/KafkaTestUtils.scala |  6 ++--
 .../JavaKinesisInputDStreamBuilderSuite.java       | 34 ++++++++++++----------
 .../util/PeriodicGraphCheckpointerSuite.scala      |  3 +-
 .../ml/stat/JavaKolmogorovSmirnovTestSuite.java    |  5 ++--
 .../spark/ml/classification/LinearSVCSuite.scala   |  1 +
 .../classification/LogisticRegressionSuite.scala   |  2 ++
 .../spark/ml/classification/OneVsRestSuite.scala   |  2 ++
 .../ProbabilisticClassifierSuite.scala             |  2 ++
 .../org/apache/spark/ml/feature/LSHTest.scala      |  2 ++
 .../classification/LogisticRegressionSuite.scala   |  1 +
 .../apache/spark/mllib/clustering/LDASuite.scala   |  1 +
 .../spark/mllib/tree/EnsembleTestHelper.scala      |  2 ++
 .../spark/scheduler/cluster/mesos/Utils.scala      |  7 +++--
 .../spark/sql/streaming/JavaOutputModeSuite.java   |  5 ++--
 .../sql/catalyst/analysis/AnalysisErrorSuite.scala |  2 ++
 .../catalyst/expressions/LiteralGenerator.scala    |  1 +
 .../apache/spark/sql/connector/InMemoryTable.scala |  2 ++
 .../sort/RecordBinaryComparatorSuite.java          | 30 +++++++++----------
 .../scala/org/apache/spark/sql/DatasetSuite.scala  |  1 +
 .../apache/spark/sql/IntegratedUDFTestUtils.scala  |  2 ++
 .../benchmark/HashedRelationMetricsBenchmark.scala |  4 ++-
 .../sql/execution/benchmark/JoinBenchmark.scala    |  2 ++
 .../execution/benchmark/WideSchemaBenchmark.scala  |  2 ++
 .../compression/CompressionSchemeBenchmark.scala   |  1 +
 .../sql/internal/ExecutorSideSQLConfSuite.scala    |  2 ++
 .../spark/sql/hive/HiveSparkSubmitSuite.scala      |  5 ++--
 .../hive/execution/ScriptTransformationSuite.scala |  1 +
 .../HiveHadoopDelegationTokenManagerSuite.scala    |  1 +
 .../apache/spark/streaming/MasterFailureTest.scala |  1 +
 .../spark/streaming/util/WriteAheadLogSuite.scala  |  1 +
 41 files changed, 102 insertions(+), 47 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org