[spark] branch master updated (298d0a5 -> ec1fb6b)

2020-01-28 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository.

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


from 298d0a5  [SPARK-23435][SPARKR][TESTS] Update testthat to >= 2.0.0
 add ec1fb6b  [SPARK-30234][SQL][FOLLOWUP] Add `.enabled` in the suffix of 
the ADD FILE legacy option

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md  |  2 +-
 .../main/scala/org/apache/spark/sql/internal/SQLConf.scala   | 12 +++-
 .../org/apache/spark/sql/execution/command/DDLSuite.scala|  4 ++--
 3 files changed, 10 insertions(+), 8 deletions(-)


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



[spark] branch branch-2.4 updated (ad9f578 -> 6c29070)

2020-01-28 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a change to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git.


from ad9f578  [SPARK-30633][SQL] Append L to seed when type is LongType
 add 6c29070  [SPARK-23435][2.4][SPARKR][TESTS] Update testthat to >= 2.0.0

No new revisions were added by this update.

Summary of changes:
 R/pkg/tests/fulltests/test_context.R|  4 
 R/pkg/tests/fulltests/test_includePackage.R |  2 ++
 R/pkg/tests/fulltests/test_sparkSQL.R   |  1 +
 R/pkg/tests/fulltests/test_textFile.R   |  1 +
 R/pkg/tests/run-all.R   | 23 +--
 appveyor.yml|  7 +++
 docs/README.md  |  3 +--
 docs/building-spark.md  |  5 ++---
 8 files changed, 31 insertions(+), 15 deletions(-)


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



[spark] branch master updated (a2fe73b -> 298d0a5)

2020-01-28 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository.

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


from a2fe73b  [SPARK-30481][CORE] Integrate event log compactor into Spark 
History Server
 add 298d0a5  [SPARK-23435][SPARKR][TESTS] Update testthat to >= 2.0.0

No new revisions were added by this update.

Summary of changes:
 R/pkg/tests/fulltests/test_context.R|  4 
 R/pkg/tests/fulltests/test_includePackage.R |  2 ++
 R/pkg/tests/fulltests/test_sparkSQL.R   |  1 +
 R/pkg/tests/fulltests/test_textFile.R   |  1 +
 R/pkg/tests/run-all.R   | 23 +--
 appveyor.yml|  6 +-
 docs/README.md  |  7 +++
 docs/building-spark.md  | 11 +--
 8 files changed, 34 insertions(+), 21 deletions(-)


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



[spark] branch master updated (580c2b7 -> a2fe73b)

2020-01-28 Thread vanzin
This is an automated email from the ASF dual-hosted git repository.

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


from 580c2b7  [SPARK-27166][SQL][FOLLOWUP] Refactor to build string once
 add a2fe73b  [SPARK-30481][CORE] Integrate event log compactor into Spark 
History Server

No new revisions were added by this update.

Summary of changes:
 .../deploy/history/EventLogFileCompactor.scala |   9 +-
 .../spark/deploy/history/FsHistoryProvider.scala   | 173 +++--
 .../org/apache/spark/internal/config/History.scala |  16 ++
 .../org/apache/spark/internal/config/package.scala |  18 ---
 .../history/EventLogFileCompactorSuite.scala   |  49 +++---
 .../deploy/history/FsHistoryProviderSuite.scala| 126 +--
 docs/monitoring.md |  21 ++-
 7 files changed, 313 insertions(+), 99 deletions(-)


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



[spark] branch master updated (580c2b7 -> a2fe73b)

2020-01-28 Thread vanzin
This is an automated email from the ASF dual-hosted git repository.

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


from 580c2b7  [SPARK-27166][SQL][FOLLOWUP] Refactor to build string once
 add a2fe73b  [SPARK-30481][CORE] Integrate event log compactor into Spark 
History Server

No new revisions were added by this update.

Summary of changes:
 .../deploy/history/EventLogFileCompactor.scala |   9 +-
 .../spark/deploy/history/FsHistoryProvider.scala   | 173 +++--
 .../org/apache/spark/internal/config/History.scala |  16 ++
 .../org/apache/spark/internal/config/package.scala |  18 ---
 .../history/EventLogFileCompactorSuite.scala   |  49 +++---
 .../deploy/history/FsHistoryProviderSuite.scala| 126 +--
 docs/monitoring.md |  21 ++-
 7 files changed, 313 insertions(+), 99 deletions(-)


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



[spark] branch master updated (96d2727 -> 580c2b7)

2020-01-28 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository.

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


from 96d2727  [SPARK-30642][ML][PYSPARK] LinearSVC blockify input vectors
 add 580c2b7  [SPARK-27166][SQL][FOLLOWUP] Refactor to build string once

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/types/ArrayType.scala | 14 +
 .../org/apache/spark/sql/types/DataType.scala  | 14 +++--
 .../scala/org/apache/spark/sql/types/MapType.scala | 18 ++--
 .../org/apache/spark/sql/types/StructField.scala   | 12 ---
 .../org/apache/spark/sql/types/StructType.scala| 24 +++---
 .../org/apache/spark/sql/types/DataTypeSuite.scala |  7 ---
 .../apache/spark/sql/types/StructTypeSuite.scala   | 16 +++
 7 files changed, 71 insertions(+), 34 deletions(-)


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



[spark] branch master updated (96d2727 -> 580c2b7)

2020-01-28 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository.

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


from 96d2727  [SPARK-30642][ML][PYSPARK] LinearSVC blockify input vectors
 add 580c2b7  [SPARK-27166][SQL][FOLLOWUP] Refactor to build string once

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/sql/types/ArrayType.scala | 14 +
 .../org/apache/spark/sql/types/DataType.scala  | 14 +++--
 .../scala/org/apache/spark/sql/types/MapType.scala | 18 ++--
 .../org/apache/spark/sql/types/StructField.scala   | 12 ---
 .../org/apache/spark/sql/types/StructType.scala| 24 +++---
 .../org/apache/spark/sql/types/DataTypeSuite.scala |  7 ---
 .../apache/spark/sql/types/StructTypeSuite.scala   | 16 +++
 7 files changed, 71 insertions(+), 34 deletions(-)


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



[spark] branch master updated (8aebc80 -> 96d2727)

2020-01-28 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository.

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


from 8aebc80  [SPARK-30625][SQL] Support `escape` as third parameter of the 
`like` function
 add 96d2727  [SPARK-30642][ML][PYSPARK] LinearSVC blockify input vectors

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/serializer/KryoSerializer.scala   |   1 +
 .../scala/org/apache/spark/ml/linalg/BLAS.scala|   1 -
 .../apache/spark/ml/classification/LinearSVC.scala |  51 +---
 .../org/apache/spark/ml/feature/Instance.scala | 130 -
 .../ml/optim/aggregator/HingeAggregator.scala  | 121 ---
 .../ml/param/shared/SharedParamsCodeGen.scala  |   6 +-
 .../spark/ml/param/shared/sharedParams.scala   |  19 +++
 .../spark/ml/classification/LinearSVCSuite.scala   |   2 +-
 .../apache/spark/ml/feature/InstanceSuite.scala|  31 +
 .../ml/optim/aggregator/HingeAggregatorSuite.scala |  52 +++--
 python/pyspark/ml/classification.py|  23 +++-
 python/pyspark/ml/param/_shared_params_code_gen.py |   5 +-
 python/pyspark/ml/param/shared.py  |  18 +++
 13 files changed, 407 insertions(+), 53 deletions(-)


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



[spark] branch master updated (8aebc80 -> 96d2727)

2020-01-28 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository.

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


from 8aebc80  [SPARK-30625][SQL] Support `escape` as third parameter of the 
`like` function
 add 96d2727  [SPARK-30642][ML][PYSPARK] LinearSVC blockify input vectors

No new revisions were added by this update.

Summary of changes:
 .../apache/spark/serializer/KryoSerializer.scala   |   1 +
 .../scala/org/apache/spark/ml/linalg/BLAS.scala|   1 -
 .../apache/spark/ml/classification/LinearSVC.scala |  51 +---
 .../org/apache/spark/ml/feature/Instance.scala | 130 -
 .../ml/optim/aggregator/HingeAggregator.scala  | 121 ---
 .../ml/param/shared/SharedParamsCodeGen.scala  |   6 +-
 .../spark/ml/param/shared/sharedParams.scala   |  19 +++
 .../spark/ml/classification/LinearSVCSuite.scala   |   2 +-
 .../apache/spark/ml/feature/InstanceSuite.scala|  31 +
 .../ml/optim/aggregator/HingeAggregatorSuite.scala |  52 +++--
 python/pyspark/ml/classification.py|  23 +++-
 python/pyspark/ml/param/_shared_params_code_gen.py |   5 +-
 python/pyspark/ml/param/shared.py  |  18 +++
 13 files changed, 407 insertions(+), 53 deletions(-)


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