[spark] branch master updated (4559a82 -> eef5e6d)

2019-09-17 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 4559a82 [SPARK-28930][SQL] Last Access Time value shall display 'UNKNOWN' in all clients add eef5e6d

[spark] branch master updated (3ece8ee -> 4559a82)

2019-09-17 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 3ece8ee [SPARK-29124][CORE] Use MurmurHash3 `bytesHash(data, seed)` instead of `bytesHash(data)` add

[spark] branch master updated (05988b2 -> 3ece8ee)

2019-09-17 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 05988b2 [SPARK-27463][PYTHON] Support Dataframe Cogroup via Pandas UDFs add 3ece8ee [SPARK-29124][CORE]

[spark] branch master updated (197732e -> 05988b2)

2019-09-17 Thread cutlerb
This is an automated email from the ASF dual-hosted git repository. cutlerb pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 197732e [SPARK-29125][INFRA] Add Hadoop 2.7 combination to GitHub Action add 05988b2 [SPARK-27463][PYTHON]

[spark] branch master updated (71e7516 -> 197732e)

2019-09-17 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 71e7516 [SPARK-29027][TESTS] KafkaDelegationTokenSuite fix when loopback canonical host name differs from

[spark] branch master updated (02db706 -> 71e7516)

2019-09-17 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 02db706 [SPARK-29115][SQL][TEST] Add benchmarks for make_date() and make_timestamp() add 71e7516

[spark] branch master updated (dd32476 -> 02db706)

2019-09-17 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 dd32476 [SPARK-28792][SQL][DOC] Document CREATE DATABASE statement in SQL Reference add 02db706

[spark] branch master updated (3fc52b5 -> c6ca661)

2019-09-17 Thread lixiao
This is an automated email from the ASF dual-hosted git repository. lixiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 3fc52b5 [SPARK-28950][SQL] Refine the code of DELETE add c6ca661 [SPARK-28814][SQL][DOC] Document SET/RESET in

[spark] branch master updated (34915b2 -> 3fc52b5)

2019-09-17 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 34915b2 [SPARK-29104][CORE][TESTS] Fix PipedRDDSuite to use `eventually` to check thread termination add

[spark] branch master updated (104b9b6 -> 34915b2)

2019-09-17 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 104b9b6 [SPARK-28483][FOLLOW-UP] Fix flaky test in BarrierTaskContextSuite add 34915b2

[spark] branch master updated (79b10a1 -> 104b9b6)

2019-09-17 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 79b10a1 [SPARK-28929][CORE] Spark Logging level should be INFO instead of DEBUG in Executor Plugin API

[spark] branch master updated (db996cc -> 79b10a1)

2019-09-17 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 db996cc [SPARK-29074][SQL] Optimize `date_format` for foldable `fmt` add 79b10a1 [SPARK-28929][CORE] Spark

[spark] branch branch-2.4 updated (1c57da3 -> 68e29ba)

2019-09-17 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 1c57da3 [SPARK-25277][YARN] YARN applicationMaster metrics should not register static metrics add

[spark] branch master updated (c862835 -> db996cc)

2019-09-17 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 c862835 [SPARK-28996][SQL][TESTS] Add tests regarding username of HiveClient add db996cc

[spark] branch master updated (4d27a25 -> c862835)

2019-09-17 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 4d27a25 [SPARK-22797][ML][PYTHON] Bucketizer support multi-column add c862835 [SPARK-28996][SQL][TESTS] Add