[GitHub] spark pull request #22572: [SPARK-25521][SQL]Job id showing null in the logs...

2018-10-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/22572 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #22572: [SPARK-25521][SQL]Job id showing null in the logs...

2018-09-28 Thread sujith71955
Github user sujith71955 commented on a diff in the pull request: https://github.com/apache/spark/pull/22572#discussion_r221371957 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -183,15 +183,16 @@ object FileFormatWriter e

[GitHub] spark pull request #22572: [SPARK-25521][SQL]Job id showing null in the logs...

2018-09-28 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/22572#discussion_r221305617 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -183,15 +183,16 @@ object FileFormatWriter extend

[GitHub] spark pull request #22572: [SPARK-25521][SQL]Job id showing null in the logs...

2018-09-27 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/22572#discussion_r221157274 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala --- @@ -183,15 +183,16 @@ object FileFormatWriter ext

[GitHub] spark pull request #22572: [SPARK-25521][SQL]Job id showing null in the logs...

2018-09-27 Thread sujith71955
GitHub user sujith71955 opened a pull request: https://github.com/apache/spark/pull/22572 [SPARK-25521][SQL]Job id showing null in the logs when insert into command Job is finished. ## What changes were proposed in this pull request? ``As part of insert command in FileFormatWr