[spark] branch master updated (6a4235a -> b8b59d6)

2019-09-25 Thread wenchen
This is an automated email from the ASF dual-hosted git repository.

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


from 6a4235a  [SPARK-29249][SQL] V2 writer: Don't allow tableProperty for 
existing tables
 add b8b59d6  [SPARK-29239][SPARK-29221][SQL] Subquery should not cause NPE 
when eliminating subexpression

No new revisions were added by this update.

Summary of changes:
 .../catalyst/expressions/EquivalentExpressions.scala|  6 +-
 .../test/scala/org/apache/spark/sql/SQLQuerySuite.scala | 17 +
 2 files changed, 22 insertions(+), 1 deletion(-)


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



[spark] branch master updated (21db2f8 -> 6a4235a)

2019-09-25 Thread wenchen
This is an automated email from the ASF dual-hosted git repository.

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


from 21db2f8  [SPARK-29237][SQL] Prevent real function names in expression 
example template
 add 6a4235a  [SPARK-29249][SQL] V2 writer: Don't allow tableProperty for 
existing tables

No new revisions were added by this update.

Summary of changes:
 sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriterV2.scala   | 2 +-
 .../java/test/org/apache/spark/sql/JavaDataFrameWriterV2Suite.java | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)


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



[spark] branch master updated (a1b90bf -> 21db2f8)

2019-09-25 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 a1b90bf  [SPARK-23197][STREAMING][TESTS] Fix 
ReceiverSuite."receiver_life_cycle" to not rely on timing
 add 21db2f8  [SPARK-29237][SQL] Prevent real function names in expression 
example template

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/expressions/ExpressionInfo.java   |  7 +++
 .../catalyst/expressions/datetimeExpressions.scala |  2 +-
 .../scala/org/apache/spark/sql/SQLQuerySuite.scala | 24 ++
 3 files changed, 32 insertions(+), 1 deletion(-)


-
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 (5267e6e -> e052cd5)

2019-09-25 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository.

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


from 5267e6e  [SPARK-29229][SQL] Change the additional remote repository in 
IsolatedClientLoader to google minor
 add e052cd5  [SPARK-23197][STREAMING][TESTS][2.4] Fix 
ReceiverSuite."receiver_life_cycle" to not rely on timing

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/streaming/ReceiverSuite.scala | 87 +++---
 1 file changed, 60 insertions(+), 27 deletions(-)


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



[spark] branch master updated (e07cbbe -> a1b90bf)

2019-09-25 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 e07cbbe  [SPARK-29236][CORE] Access 'executorDataMap' out of 
'DriverEndpoint' should be protected by lock
 add a1b90bf  [SPARK-23197][STREAMING][TESTS] Fix 
ReceiverSuite."receiver_life_cycle" to not rely on timing

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/streaming/ReceiverSuite.scala | 87 +++---
 1 file changed, 60 insertions(+), 27 deletions(-)


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



[spark] branch master updated (58989cd -> e07cbbe)

2019-09-25 Thread wenchen
This is an automated email from the ASF dual-hosted git repository.

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


from 58989cd  [SPARK-29168][WEBUI][FOLLOW-UP] Use a dark colors on selected 
Executor removed on timeline view
 add e07cbbe  [SPARK-29236][CORE] Access 'executorDataMap' out of 
'DriverEndpoint' should be protected by lock

No new revisions were added by this update.

Summary of changes:
 .../cluster/CoarseGrainedSchedulerBackend.scala | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)


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



[spark] branch master updated (a36a723 -> 58989cd)

2019-09-25 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 a36a723  [SPARK-29215][SQL] current namespace should be tracked in 
SessionCatalog if the current catalog is session catalog
 add 58989cd  [SPARK-29168][WEBUI][FOLLOW-UP] Use a dark colors on selected 
Executor removed on timeline view

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/ui/static/timeline-view.css   | 18 --
 1 file changed, 12 insertions(+), 6 deletions(-)


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



[spark] branch master updated (d8b0914 -> a36a723)

2019-09-25 Thread gengliang
This is an automated email from the ASF dual-hosted git repository.

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


from d8b0914  [SPARK-28957][SQL] Copy any "spark.hive.foo=bar" spark 
properties into hadoop conf as "hive.foo=bar"
 add a36a723  [SPARK-29215][SQL] current namespace should be tracked in 
SessionCatalog if the current catalog is session catalog

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/Analyzer.scala |  4 +-
 .../sql/connector/catalog/CatalogManager.scala | 60 -
 .../connector/catalog/CatalogManagerSuite.scala| 76 ++
 .../org/apache/spark/sql/DataFrameWriterV2.scala   |  6 +-
 4 files changed, 110 insertions(+), 36 deletions(-)


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



[spark] branch master updated (eef3abb -> d8b0914)

2019-09-25 Thread wenchen
This is an automated email from the ASF dual-hosted git repository.

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


from eef3abb  [SPARK-29226][BUILD] Upgrade jackson-databind to 2.9.10 and 
fix vulnerabilities
 add d8b0914  [SPARK-28957][SQL] Copy any "spark.hive.foo=bar" spark 
properties into hadoop conf as "hive.foo=bar"

No new revisions were added by this update.

Summary of changes:
 .../org/apache/spark/deploy/SparkHadoopUtil.scala  | 27 ++
 docs/configuration.md  | 10 +---
 project/MimaExcludes.scala |  5 +++-
 .../org/apache/spark/sql/hive/HiveUtils.scala  |  1 +
 .../org/apache/spark/sql/hive/TableReader.scala|  2 +-
 .../org/apache/spark/sql/hive/HiveUtilsSuite.scala |  9 
 6 files changed, 45 insertions(+), 9 deletions(-)


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