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 5ed72a1  [SPARK-30247][PYSPARK] GaussianMixtureModel in py side should 
expose gaussian
     add b03ce63  [SPARK-30258][TESTS] Eliminate warnings of deprecated Spark 
APIs in tests

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/sql/avro/AvroFunctionsSuite.scala |  23 +++--
 ...te.scala => DeprecatedAvroFunctionsSuite.scala} |  84 +--------------
 .../apache/spark/sql/DatasetAggregatorSuite.scala  |  61 -----------
 .../org/apache/spark/sql/DateFunctionsSuite.scala  |  87 +---------------
 .../sql/DeprecatedDatasetAggregatorSuite.scala     |  77 ++++++++++++++
 .../spark/sql/DeprecatedDateFunctionsSuite.scala   | 113 +++++++++++++++++++++
 .../scala/org/apache/spark/sql/JoinSuite.scala     |   6 +-
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala |   6 +-
 .../DeprecatedWholeStageCodegenSuite.scala}        |  33 +++---
 .../sql/execution/WholeStageCodegenSuite.scala     |  14 ---
 .../DeprecatedStreamingAggregationSuite.scala      |  62 +++++++++++
 .../sql/streaming/StreamingAggregationSuite.scala  |  11 --
 12 files changed, 293 insertions(+), 284 deletions(-)
 copy 
external/avro/src/test/scala/org/apache/spark/sql/avro/{AvroFunctionsSuite.scala
 => DeprecatedAvroFunctionsSuite.scala} (62%)
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/DeprecatedDatasetAggregatorSuite.scala
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/DeprecatedDateFunctionsSuite.scala
 copy 
sql/core/src/test/scala/org/apache/spark/sql/{CountMinSketchAggQuerySuite.scala 
=> execution/DeprecatedWholeStageCodegenSuite.scala} (52%)
 create mode 100644 
sql/core/src/test/scala/org/apache/spark/sql/streaming/DeprecatedStreamingAggregationSuite.scala


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

Reply via email to