[GitHub] spark pull request #14973: [SPARK-17356][SQL][1.6] Fix out of memory issue w...

2016-09-06 Thread clockfly
Github user clockfly closed the pull request at: https://github.com/apache/spark/pull/14973 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] spark pull request #14973: [SPARK-17356][SQL][1.6] Fix out of memory issue w...

2016-09-06 Thread clockfly
GitHub user clockfly opened a pull request: https://github.com/apache/spark/pull/14973 [SPARK-17356][SQL][1.6] Fix out of memory issue when generating JSON for TreeNode This is a backport of PR https://github.com/apache/spark/pull/14915 to branch 1.6. ## What changes were