spark git commit: [SPARK-26120][TESTS][SS][SPARKR] Fix a streaming query leak in Structured Streaming R tests

2018-11-20 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.4 3bb9fff68 -> d8e05d23a [SPARK-26120][TESTS][SS][SPARKR] Fix a streaming query leak in Structured Streaming R tests ## What changes were proposed in this pull request? Stop the streaming query in `Specify a schema by using a

spark git commit: [SPARK-26099][SQL] Verification of the corrupt column in from_csv/from_json

2018-11-21 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master ab2eafb3c -> 8d54bf79f [SPARK-26099][SQL] Verification of the corrupt column in from_csv/from_json ## What changes were proposed in this pull request? The corrupt column specified via JSON/CSV option *columnNameOfCorruptRecord* must have

spark git commit: [SPARK-26106][PYTHON] Prioritizes ML unittests over the doctests in PySpark

2018-11-21 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 9b48107f9 -> ce7b57cb5 [SPARK-26106][PYTHON] Prioritizes ML unittests over the doctests in PySpark ## What changes were proposed in this pull request? Arguably, unittests usually takes longer then doctests. We better prioritize unittests

spark git commit: [SPARK-26105][PYTHON] Clean unittest2 imports up that were added for Python 2.6 before

2018-11-18 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 034ae305c -> bbbdaa82a [SPARK-26105][PYTHON] Clean unittest2 imports up that were added for Python 2.6 before ## What changes were proposed in this pull request? Currently, some of PySpark tests sill assume the tests could be ran in

[spark] branch master updated: [SPARK-26529] Add debug logs for confArchive when preparing local resource

2019-01-08 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new eb42bb49 [SPARK-26529] Add debug logs

[spark] branch master updated: [SPARK-26549][PYSPARK] Fix for python worker reuse take no effect for parallelize lazy iterable range

2019-01-08 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new dbbba80 [SPARK-26549][PYSPARK] Fix

[spark] branch master updated: [SPARK-26546][SQL] Caching of java.time.format.DateTimeFormatter

2019-01-09 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 73c7b12 [SPARK-26546][SQL] Caching

[spark] branch master updated: [SPARK-26493][SQL] Allow multiple spark.sql.extensions

2019-01-09 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 1a47233 [SPARK-26493][SQL] Allow multiple

[spark] branch branch-2.4 updated: [SPARK-26559][ML][PYSPARK] ML image can't work with numpy versions prior to 1.9

2019-01-07 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new cb1aad6 [SPARK-26559][ML][PYSPARK

[spark] branch master updated: [SPARK-26559][ML][PYSPARK] ML image can't work with numpy versions prior to 1.9

2019-01-07 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new a927c764 [SPARK-26559][ML][PYSPARK] ML image

[spark] branch master updated: [SPARK-26323][SQL] Scala UDF should still check input types even if some inputs are of type Any

2019-01-08 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 72a572f [SPARK-26323][SQL] Scala UDF should

[spark] branch master updated: [SPARK-26445][CORE] Use ConfigEntry for hardcoded configs for driver/executor categories.

2019-01-04 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 4419e1d [SPARK-26445][CORE] Use ConfigEntry

[spark] branch master updated: [SPARK-25921][FOLLOW UP][PYSPARK] Fix barrier task run without BarrierTaskContext while python worker reuse

2019-01-10 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 98e831d [SPARK-25921][FOLLOW UP][PYSPARK

[spark] branch master updated: [SPARK-26503][CORE][DOC][FOLLOWUP] Get rid of spark.sql.legacy.timeParser.enabled

2019-01-12 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 4ff2b94 [SPARK-26503][CORE][DOC][FOLLOWUP

spark git commit: [SPARK-25238][PYTHON] lint-python: Fix W605 warnings for pycodestyle 2.4

2018-09-12 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 6dc5921e6 -> 08c76b5d3 [SPARK-25238][PYTHON] lint-python: Fix W605 warnings for pycodestyle 2.4 (This change is a subset of the changes needed for the JIRA; see https://github.com/apache/spark/pull/22231) ## What changes were proposed in

spark git commit: [SPARK-25238][PYTHON] lint-python: Fix W605 warnings for pycodestyle 2.4

2018-09-12 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.4 6f4d647e0 -> ae5c7bb20 [SPARK-25238][PYTHON] lint-python: Fix W605 warnings for pycodestyle 2.4 (This change is a subset of the changes needed for the JIRA; see https://github.com/apache/spark/pull/22231) ## What changes were

spark git commit: [SPARK-25431][SQL][EXAMPLES] Fix function examples and the example results.

2018-09-17 Thread gurwls223
Repository: spark Updated Branches: refs/heads/branch-2.4 56f706867 -> d05596ebd [SPARK-25431][SQL][EXAMPLES] Fix function examples and the example results. ## What changes were proposed in this pull request? There are some mistakes in examples of newly added functions. Also the format of

spark git commit: [SPARK-25431][SQL][EXAMPLES] Fix function examples and the example results.

2018-09-17 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 0dd61ec47 -> 8cf6fd1c2 [SPARK-25431][SQL][EXAMPLES] Fix function examples and the example results. ## What changes were proposed in this pull request? There are some mistakes in examples of newly added functions. Also the format of the

[spark] branch master updated: [SPARK-26318][SQL] Deprecate Row.merge

2018-12-19 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 04d8e3a [SPARK-26318][SQL] Deprecate

[spark] branch master updated: [SPARK-23674][ML] Adds Spark ML Events to Instrumentation

2019-01-24 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new d2ff10c [SPARK-23674][ML] Adds Spark ML

[spark] branch master updated: [MINOR] Add Jenkins and AppVeyor badges at README.md

2019-01-24 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new d97481b [MINOR] Add Jenkins and AppVeyor

[spark] branch master updated: [SPARK-25981][R] Enables Arrow optimization from R DataFrame to Spark DataFrame

2019-01-26 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new e8982ca [SPARK-25981][R] Enables Arrow

[spark] branch master updated: [SPARK-26743][PYTHON] Adds a test to check the actual resource limit set via 'spark.executor.pyspark.memory'

2019-01-27 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 3a17c6a [SPARK-26743][PYTHON] Adds a test

[spark] branch master updated: [SPARK-26856][PYSPARK][FOLLOWUP] Fix UT failure due to wrong patterns for Kinesis assembly

2019-04-01 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new a0d807d [SPARK-26856][PYSPARK][FOLLOWUP] Fix

[spark] branch master updated: [SPARK-26224][SQL] Advice the user when creating many project on subsequent calls to withColumn

2019-04-01 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 0b150f8 [SPARK-26224][SQL] Advice the user

[spark] branch master updated: [SPARK-27253][SQL] Prioritizes parent session's SQLConf over SparkConf when cloning a session

2019-03-31 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new fc9aad0 [SPARK-27253][SQL] Prioritizes

[spark] branch branch-2.4 updated: [SPARK-27346][SQL] Loosen the newline assert condition on 'examples' field in ExpressionInfo

2019-04-02 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new cf6bf0f [SPARK-27346][SQL] Loosen

[spark] branch master updated: [SPARK-27346][SQL] Loosen the newline assert condition on 'examples' field in ExpressionInfo

2019-04-02 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 949d712 [SPARK-27346][SQL] Loosen

[spark] branch master updated: [SPARK-26224][SQL][PYTHON][R][FOLLOW-UP] Add notes about many projects in withColumn at SparkR and PySpark as well

2019-04-02 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new d7dd59a [SPARK-26224][SQL][PYTHON][R][FOLLOW

[spark] branch master updated: [SPARK-27221][SQL] Improve the assert error message in TreeNode.parseToJson

2019-03-20 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new c26379b [SPARK-27221][SQL] Improve

[spark] branch master updated: [SPARK-27223][SQL] Remove private methods that skip conversion when passing user schemas for constructing a DataFrame

2019-03-20 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 2e090ba [SPARK-27223][SQL] Remove private

[spark] branch master updated: [SPARK-27246][SQL] Add an assert on invalid Scalar subquery plan with no column

2019-03-25 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 0bc030c [SPARK-27246][SQL] Add an assert

[spark] branch master updated: [SPARK-26288][CORE][FOLLOW-UP][DOC] Fix broken tag in the doc.

2019-03-25 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 90b7251 [SPARK-26288][CORE][FOLLOW-UP][DOC

[spark] branch master updated: [SPARK-27277][INFRA] Recover from setting fix version failure in merge script

2019-03-26 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 0e16a6f [SPARK-27277][INFRA] Recover from

[spark] branch master updated: [SPARK-26103][SQL][FOLLOW-UP] Use string-interpolation to show the config key.

2019-03-26 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 529a061 [SPARK-26103][SQL][FOLLOW-UP] Use

[spark] branch master updated: [SPARK-27163][PYTHON] Cleanup and consolidate Pandas UDF functionality

2019-03-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new be08b41 [SPARK-27163][PYTHON] Cleanup

[spark] branch master updated: Revert "[SPARK-27262][R] Add explicit UTF-8 Encoding to DESCRIPTION"

2019-03-24 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 84ec06d Revert "[SPARK-27262][R

[spark] branch master updated: [SPARK-27184][CORE] Avoid hardcoded 'spark.jars', 'spark.files', 'spark.submit.pyFiles' and 'spark.submit.deployMode'

2019-03-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 68abf77 [SPARK-27184][CORE] Avoid hardcoded

[spark] branch master updated: [SPARK-27243][SQL] RuleExecutor.dumpTimeSpent should not throw exception when empty

2019-03-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new fe317dc [SPARK-27243][SQL

[spark] branch master updated: [MINOR][CORE] Remove import scala.collection.Set in TaskSchedulerImpl

2019-03-28 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new e4a968d [MINOR][CORE] Remove import

[spark] branch master updated: [MINOR][BUILD] Upgrade apache-rat to 0.13

2019-04-01 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new f799e34 [MINOR][BUILD] Upgrade apache-rat

[spark] branch master updated: [SPARK-27327][SQL] New JSON benchmarks: functions, Dataset[String]

2019-03-31 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 6115a5e [SPARK-27327][SQL] New JSON

[spark] branch master updated: [SPARK-27253][SQL][FOLLOW-UP] Add a note about parent-session configuration priority in migration guide

2019-04-07 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 18b36ee [SPARK-27253][SQL][FOLLOW-UP] Add

[spark] branch master updated: [SPARK-25407][SQL] Allow nested access for non-existent field for Parquet file when nested pruning is enabled

2019-04-08 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 215609d [SPARK-25407][SQL] Allow nested

[spark] branch master updated: [SPARK-27269][SQL] File source v2 should validate data schema only

2019-03-26 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 267160b [SPARK-27269][SQL] File source v2

[spark] branch master updated: [SPARK-27000][PYTHON] Upgrades cloudpickle to v0.8.0

2019-02-27 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new a67e842 [SPARK-27000][PYTHON] Upgrades

[spark] branch master updated: [SPARK-26807][DOCS] Clarify that Pyspark is on PyPi now

2019-03-01 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new a97a19d [SPARK-26807][DOCS] Clarify

[spark] branch master updated: [SPARK-27032][TEST] De-flake org.apache.spark.sql.execution.streaming.HDFSMetadataLogSuite.HDFSMetadataLog: metadata directory collision

2019-03-03 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new b76f262 [SPARK-27032][TEST] De-flake

[spark] branch master updated: [R] update package description

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 927081d [R] update package description

[spark] branch master updated: [SPARK-26830][SQL][R] Vectorized R dapply() implementation

2019-02-26 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 88bc481 [SPARK-26830][SQL][R] Vectorized R

[spark] branch master updated: [SPARK-27051][CORE] Bump Jackson version to 2.9.8

2019-03-04 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 7857c6d [SPARK-27051][CORE] Bump Jackson

[spark] branch master updated: [SPARK-26016][DOCS] Clarify that text DataSource read/write, and RDD methods that read text, always use UTF-8

2019-03-04 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 0deebd3 [SPARK-26016][DOCS] Clarify

[spark] branch master updated: [SPARK-26922][R] Set socket timeout consistently in Arrow optimization

2019-03-05 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 543cd57 [SPARK-26922][R] Set socket timeout

[spark] branch master updated: [SPARK-26945][PYTHON][SS][TESTS] Fix flaky test_*_await_termination in PySpark SS tests

2019-02-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new a56b351 [SPARK-26945][PYTHON][SS][TESTS] Fix

[spark] branch master updated: [SPARK-26945][PYTHON][SS][TESTS] Fix flaky test_*_await_termination in PySpark SS tests

2019-02-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new a56b351 [SPARK-26945][PYTHON][SS][TESTS] Fix

[spark] branch master updated: [SPARK-26930][SQL] Tests in ParquetFilterSuite don't verify filter class

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 0663797 [SPARK-26930][SQL] Tests

[spark] branch master updated: [SPARK-26930][SQL] Tests in ParquetFilterSuite don't verify filter class

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 0663797 [SPARK-26930][SQL] Tests

[spark] branch branch-2.3 updated: [R][BACKPORT-2.3] update package description

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.3 by this push: new 36db45d [R][BACKPORT-2.3] update

[spark] branch branch-2.3 updated: [R][BACKPORT-2.3] update package description

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.3 by this push: new 36db45d [R][BACKPORT-2.3] update

[spark] branch master updated: [SPARK-26960][ML] Wait for listener bus to clear in MLEventsSuite to reduce test flakiness

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new be1cadf [SPARK-26960][ML] Wait for listener

[spark] branch master updated: [SPARK-26960][ML] Wait for listener bus to clear in MLEventsSuite to reduce test flakiness

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new be1cadf [SPARK-26960][ML] Wait for listener

[spark] branch branch-2.4 updated: [R][BACKPORT-2.3] update package description

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 8d68d54 [R][BACKPORT-2.3] update

[spark] branch branch-2.4 updated: [R][BACKPORT-2.3] update package description

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 8d68d54 [R][BACKPORT-2.3] update

[spark] branch branch-2.4 updated: Revert "[R][BACKPORT-2.3] update package description"

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new b403612 Revert "[R][BACKPOR

[spark] branch branch-2.4 updated: Revert "[R][BACKPORT-2.3] update package description"

2019-02-21 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new b403612 Revert "[R][BACKPOR

[spark] branch master updated: [SPARK-26856][PYSPARK] Python support for from_avro and to_avro APIs

2019-03-10 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 3729efb [SPARK-26856][PYSPARK] Python

[spark] branch master updated: [SPARK-26920][R] Deduplicate type checking across Arrow optimization in SparkR

2019-03-10 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 93ea353 [SPARK-26920][R] Deduplicate type

[spark] branch master updated: [SPARK-23807][FOLLOW-UP][BUILD][TEST-HADOOP3.1] Add test-hadoop3.1 phrase

2019-03-10 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 8ab1306 [SPARK-23807][FOLLOW-UP][BUILD][TEST

[spark] branch master updated: [SPARK-27034][SQL][FOLLOWUP] Rename ParquetSchemaPruning to SchemaPruning

2019-03-13 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new f55c760 [SPARK-27034][SQL][FOLLOWUP] Rename

[spark] branch master updated: [SPARK-27101][PYTHON] Drop the created database after the test in test_session

2019-03-08 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 14f2286 [SPARK-27101][PYTHON] Drop

[spark] branch master updated: [MINOR][SQL] Fix the typo in the spark.sql.extensions conf doc

2019-03-08 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new bd2710b [MINOR][SQL] Fix the typo

[spark] branch master updated: [MINOR][SQL][TEST] Include usage example for generating output for single test in SQLQueryTestSuite

2019-03-06 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new a0e26cf [MINOR][SQL][TEST] Include usage

[spark] branch master updated: [SPARK-26979][PYTHON][FOLLOW-UP] Make binary math/string functions take string as columns as well

2019-03-19 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new c99463d [SPARK-26979][PYTHON][FOLLOW-UP

[spark] branch master updated: [SPARK-27200][WEBUI][HISTORYSERVER] History Environment tab must sort Configurations/Properties by default

2019-03-20 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 1f692e5 [SPARK-27200][WEBUI][HISTORYSERVER

[spark] branch master updated: [SPARK-27199][SQL] Replace TimeZone by ZoneId in TimestampFormatter API

2019-03-20 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 1882912 [SPARK-27199][SQL] Replace TimeZone

[spark] branch master updated: [SPARK-27201][WEBUI] Toggle full job description on click

2019-03-20 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new ef2d63b [SPARK-27201][WEBUI] Toggle full job

[spark] branch master updated: [SPARK-27158][BUILD] dev/mima and dev/scalastyle support dynamic profiles

2019-03-14 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new f0b6245 [SPARK-27158][BUILD] dev/mima

[spark] branch master updated: [SPARK-27130][BUILD] Automatically select profile when executing sbt-checkstyle

2019-03-12 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new dccf661 [SPARK-27130][BUILD] Automatically

[spark] branch master updated: [SPARK-27096][SQL][FOLLOWUP] Do the correct validation of join types in R side and fix join docs for scala, python and r

2019-03-15 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 7a136f8 [SPARK-27096][SQL][FOLLOWUP] Do

[spark] branch master updated: [SPARK-27102][R][PYTHON][CORE] Remove the references to Python's Scala codes in R's Scala codes

2019-03-09 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 28d0030 [SPARK-27102][R][PYTHON][CORE

[spark] branch master updated: [SPARK-24783][SQL] spark.sql.shuffle.partitions=0 should throw exception

2019-03-07 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 5ebb4b5 [SPARK-24783][SQL

[spark] branch master updated: [SPARK-26923][SQL][R] Refactor ArrowRRunner and RRunner to share one BaseRRunner

2019-03-11 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 3725b13 [SPARK-26923][SQL][R] Refactor

[spark] branch master updated: [SPARK-27212][SQL] Eliminate TimeZone to ZoneId conversion in stringToTimestamp

2019-03-22 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new a529be2 [SPARK-27212][SQL] Eliminate

[spark] branch master updated: [SPARK-26831][PYTHON] Eliminates Python version check for executor at driver side when using IPython

2019-02-07 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new d893e3c [SPARK-26831][PYTHON] Eliminates

[spark] branch branch-2.4 updated: [SPARK-26897][SQL][TEST][FOLLOW-UP] Remove workaround for 2.2.0 and 2.1.x in HiveExternalCatalogVersionsSuite

2019-02-17 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 094cabc [SPARK-26897][SQL][TEST

[spark] branch master updated: [SPARK-26897][SQL][TEST][FOLLOW-UP] Remove workaround for 2.2.0 and 2.1.x in HiveExternalCatalogVersionsSuite

2019-02-17 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new e2b8cc6 [SPARK-26897][SQL][TEST][FOLLOW-UP

[spark] branch branch-2.3 updated: [SPARK-26897][SQL][TEST][FOLLOW-UP] Remove workaround for 2.2.0 and 2.1.x in HiveExternalCatalogVersionsSuite

2019-02-17 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.3 by this push: new d38a113 [SPARK-26897][SQL][TEST

[spark] branch master updated: [SPARK-26887][SQL][PYTHON][NS] Create datetime.date directly instead of creating datetime64 as intermediate data.

2019-02-17 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 4a4e7ae [SPARK-26887][SQL][PYTHON][NS

[spark] branch master updated: [SPARK-26353][SQL] Add typed aggregate functions(max/min) to the example module.

2019-02-18 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 8290e5e [SPARK-26353][SQL] Add typed

[spark] branch master updated: [SPARK-26889][SS][DOCS] Fix timestamp type in Structured Streaming + Kafka Integration Guide

2019-02-18 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 59eb34b [SPARK-26889][SS][DOCS] Fix

[spark] branch master updated: [SPARK-26650][CORE] Demote noisy HBase-related log message.

2019-02-13 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 94ab490 [SPARK-26650][CORE] Demote noisy

[spark] branch master updated: [SPARK-26870][SQL] Move to_avro/from_avro into functions object due to Java compatibility

2019-02-14 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new c406472 [SPARK-26870][SQL] Move to_avro

[spark] branch master updated: [SPARK-26673][FOLLOWUP][SQL] File source V2: remove duplicated broadcast object in FileWriterFactory

2019-02-15 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 4cabab8 [SPARK-26673][FOLLOWUP][SQL] File

[spark] branch master updated: [SPARK-26745][SQL][TESTS] JsonSuite test case: empty line -> 0 record count

2019-02-05 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 63bced9 [SPARK-26745][SQL][TESTS] JsonSuite

[spark] branch master updated: [SPARK-26762][SQL][R] Arrow optimization for conversion from Spark DataFrame to R DataFrame

2019-02-19 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 3c15d8b [SPARK-26762][SQL][R] Arrow

[spark] branch master updated: [MINOR][DOC] Add note regarding proper usage of QueryExecution.toRdd

2019-02-18 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 865c88f [MINOR][DOC] Add note regarding

[spark] branch master updated: [SPARK-26378][SQL] Restore performance of queries against wide CSV/JSON tables

2019-01-29 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 7781c6f [SPARK-26378][SQL] Restore

[spark] branch master updated: [SPARK-26566][PYTHON][SQL] Upgrade Apache Arrow to version 0.12.0

2019-01-28 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 16990f9 [SPARK-26566][PYTHON][SQL] Upgrade

[spark] branch master updated: [SPARK-26720][SQL] Remove DateTimeUtils methods based on system default time zone

2019-01-25 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new e3411a8 [SPARK-26720][SQL] Remove

[spark] branch branch-2.4 updated: [SPARK-26745][SPARK-24959][SQL][BRANCH-2.4] Revert count optimization in JSON datasource by

2019-01-31 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new 2a83431 [SPARK-26745][SPARK-24959

<    3   4   5   6   7   8   9   10   11   12   >