spark git commit: [SPARK-25453][SQL][TEST][.FFFFFFFFF] OracleIntegrationSuite IllegalArgumentException: Timestamp format must be yyyy-mm-dd hh:mm:ss

2018-09-30 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.4 7b1094b54 -> 82990e5ef [SPARK-25453][SQL][TEST][.F] OracleIntegrationSuite IllegalArgumentException: Timestamp format must be -mm-dd hh:mm:ss ## What changes were proposed in this pull request? This PR aims to fix the faile

spark git commit: [SPARK-25453][SQL][TEST][.FFFFFFFFF] OracleIntegrationSuite IllegalArgumentException: Timestamp format must be yyyy-mm-dd hh:mm:ss

2018-09-30 Thread lixiao
Repository: spark Updated Branches: refs/heads/master fb8f4c056 -> 21f0b73db [SPARK-25453][SQL][TEST][.F] OracleIntegrationSuite IllegalArgumentException: Timestamp format must be -mm-dd hh:mm:ss ## What changes were proposed in this pull request? This PR aims to fix the failed te

spark git commit: [SPARK-25505][SQL][FOLLOWUP] Fix for attributes cosmetically different in Pivot clause

2018-09-30 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 4da541a5d -> fb8f4c056 [SPARK-25505][SQL][FOLLOWUP] Fix for attributes cosmetically different in Pivot clause ## What changes were proposed in this pull request? #22519 introduced a bug when the attributes in the pivot clause are cosmeti

spark git commit: [SPARK-25505][SQL][FOLLOWUP] Fix for attributes cosmetically different in Pivot clause

2018-09-30 Thread lixiao
Repository: spark Updated Branches: refs/heads/branch-2.4 c886f050b -> 7b1094b54 [SPARK-25505][SQL][FOLLOWUP] Fix for attributes cosmetically different in Pivot clause ## What changes were proposed in this pull request? #22519 introduced a bug when the attributes in the pivot clause are cos

svn commit: r29807 - in /dev/spark/2.4.1-SNAPSHOT-2018_09_30_18_02-c886f05-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-09-30 Thread pwendell
Author: pwendell Date: Mon Oct 1 01:17:16 2018 New Revision: 29807 Log: Apache Spark 2.4.1-SNAPSHOT-2018_09_30_18_02-c886f05 docs [This commit notification would consist of 1472 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

svn commit: r29806 - in /dev/spark/2.5.0-SNAPSHOT-2018_09_30_16_02-4da541a-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-09-30 Thread pwendell
Author: pwendell Date: Sun Sep 30 23:17:05 2018 New Revision: 29806 Log: Apache Spark 2.5.0-SNAPSHOT-2018_09_30_16_02-4da541a docs [This commit notification would consist of 1485 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

spark git commit: [SPARK-25543][K8S] Print debug message iff execIdsRemovedInThisRound is not empty.

2018-09-30 Thread dongjoon
Repository: spark Updated Branches: refs/heads/master 40e6ed894 -> 4da541a5d [SPARK-25543][K8S] Print debug message iff execIdsRemovedInThisRound is not empty. ## What changes were proposed in this pull request? Spurious logs like /sec. 2018-09-26 09:33:57 DEBUG ExecutorPodsLifecycleManager:

spark git commit: [SPARK-25543][K8S] Print debug message iff execIdsRemovedInThisRound is not empty.

2018-09-30 Thread dongjoon
Repository: spark Updated Branches: refs/heads/branch-2.4 8e6fb473b -> c886f050b [SPARK-25543][K8S] Print debug message iff execIdsRemovedInThisRound is not empty. ## What changes were proposed in this pull request? Spurious logs like /sec. 2018-09-26 09:33:57 DEBUG ExecutorPodsLifecycleMana

svn commit: r29803 - in /dev/spark/2.4.1-SNAPSHOT-2018_09_30_10_02-8e6fb47-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-09-30 Thread pwendell
Author: pwendell Date: Sun Sep 30 17:19:03 2018 New Revision: 29803 Log: Apache Spark 2.4.1-SNAPSHOT-2018_09_30_10_02-8e6fb47 docs [This commit notification would consist of 1472 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

svn commit: r29802 - in /dev/spark/2.3.3-SNAPSHOT-2018_09_30_10_02-8d7723f-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-09-30 Thread pwendell
Author: pwendell Date: Sun Sep 30 17:17:09 2018 New Revision: 29802 Log: Apache Spark 2.3.3-SNAPSHOT-2018_09_30_10_02-8d7723f docs [This commit notification would consist of 1443 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

svn commit: r29798 - in /dev/spark/2.5.0-SNAPSHOT-2018_09_30_08_02-40e6ed8-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-09-30 Thread pwendell
Author: pwendell Date: Sun Sep 30 15:16:49 2018 New Revision: 29798 Log: Apache Spark 2.5.0-SNAPSHOT-2018_09_30_08_02-40e6ed8 docs [This commit notification would consist of 1485 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---

spark git commit: [CORE][MINOR] Fix obvious error and compiling for Scala 2.12.7

2018-09-30 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.3 73408f085 -> 8d7723f2e [CORE][MINOR] Fix obvious error and compiling for Scala 2.12.7 ## What changes were proposed in this pull request? Fix an obvious error. ## How was this patch tested? Existing tests. Closes #22577 from sadhen/

spark git commit: [CORE][MINOR] Fix obvious error and compiling for Scala 2.12.7

2018-09-30 Thread srowen
Repository: spark Updated Branches: refs/heads/master a2f502cf5 -> 40e6ed894 [CORE][MINOR] Fix obvious error and compiling for Scala 2.12.7 ## What changes were proposed in this pull request? Fix an obvious error. ## How was this patch tested? Existing tests. Closes #22577 from sadhen/mino

spark git commit: [CORE][MINOR] Fix obvious error and compiling for Scala 2.12.7

2018-09-30 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-2.4 6f510c69b -> 8e6fb473b [CORE][MINOR] Fix obvious error and compiling for Scala 2.12.7 ## What changes were proposed in this pull request? Fix an obvious error. ## How was this patch tested? Existing tests. Closes #22577 from sadhen/

svn commit: r29796 - in /dev/spark/2.5.0-SNAPSHOT-2018_09_30_00_02-a2f502c-docs: ./ _site/ _site/api/ _site/api/R/ _site/api/java/ _site/api/java/lib/ _site/api/java/org/ _site/api/java/org/apache/ _s

2018-09-30 Thread pwendell
Author: pwendell Date: Sun Sep 30 07:17:07 2018 New Revision: 29796 Log: Apache Spark 2.5.0-SNAPSHOT-2018_09_30_00_02-a2f502c docs [This commit notification would consist of 1485 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.] ---