[spark] branch branch-2.4 updated: [SPARK-27485][BRANCH-2.4] EnsureRequirements.reorder should handle duplicate expressions gracefully

2019-07-16 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 198f2f3 [SPARK-27485][BRANCH-2.4]

[spark] branch master updated: [SPARK-27963][CORE] Allow dynamic allocation without a shuffle service.

2019-07-16 Thread vanzin
This is an automated email from the ASF dual-hosted git repository. vanzin 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 2ddeff9 [SPARK-27963][CORE] Allow dynamic

[spark] branch master updated: [SPARK-18299][SQL] Allow more aggregations on KeyValueGroupedDataset

2019-07-16 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 1134fae [SPARK-18299][SQL] Allow more

[spark] branch master updated: [SPARK-27959][YARN] Change YARN resource configs to use .amount

2019-07-16 Thread vanzin
This is an automated email from the ASF dual-hosted git repository. vanzin 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 43d68cd [SPARK-27959][YARN] Change YARN

[spark] branch master updated: [SPARK-28343][FOLLOW-UP][SQL][TEST] Enable spark.sql.function.preferIntegralDivision for PostgreSQL testing

2019-07-16 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 71882f1 [SPARK-28343][FOLLOW-UP][SQL][TEST]

[spark] branch branch-2.4 updated: Revert "[SPARK-27485] EnsureRequirements.reorder should handle duplicate expressions gracefully"

2019-07-16 Thread lixiao
This is an automated email from the ASF dual-hosted git repository. lixiao 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 63898cb Revert "[SPARK-27485]

[spark] branch master updated (113f62d -> 282a12d)

2019-07-16 Thread srowen
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 113f62d [SPARK-27485][FOLLOWUP] Do not reduce the number of partitions for repartition in adaptive execution - fix

[spark] branch branch-2.4 updated (72f547d -> 3f5a114)

2019-07-16 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a change to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git. from 72f547d [SPARK-27485] EnsureRequirements.reorder should handle duplicate expressions gracefully add

[spark] branch branch-2.4 updated: [SPARK-27485] EnsureRequirements.reorder should handle duplicate expressions gracefully

2019-07-16 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 72f547d [SPARK-27485]

[spark] branch master updated (f74ad3d -> 113f62d)

2019-07-16 Thread hvanhovell
This is an automated email from the ASF dual-hosted git repository. hvanhovell pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from f74ad3d [SPARK-28129][SQL][TEST] Port float8.sql add 113f62d [SPARK-27485][FOLLOWUP] Do not reduce the

[spark] branch master updated: [SPARK-28129][SQL][TEST] Port float8.sql

2019-07-16 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 f74ad3d [SPARK-28129][SQL][TEST] Port

[spark] branch master updated (421d9d5 -> d1a1376)

2019-07-16 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 421d9d5 [SPARK-27485] EnsureRequirements.reorder should handle duplicate expressions gracefully add d1a1376

[spark] branch master updated (9a7f01d -> 421d9d5)

2019-07-16 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 9a7f01d [SPARK-28201][SQL][TEST][FOLLOWUP] Fix Integration test suite according to the new exception message

[spark] branch master updated (6926849 -> 9a7f01d)

2019-07-16 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 6926849 [SPARK-28395][SQL] Division operator support integral division add 9a7f01d

[spark] branch master updated: [SPARK-28395][SQL] Division operator support integral division

2019-07-16 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 6926849 [SPARK-28395][SQL] Division operator

[spark] branch master updated (b94fa97 -> be4a552)

2019-07-16 Thread jshao
This is an automated email from the ASF dual-hosted git repository. jshao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from b94fa97 [SPARK-28345][SQL][PYTHON] PythonUDF predicate should be able to pushdown to join add be4a552

[spark] branch master updated (8e26d4d -> b94fa97)

2019-07-16 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 8e26d4d [SPARK-28408][SQL][TEST] Restrict test values for DateType, TimestampType and CalendarIntervalType