spark git commit: [SPARK-22484][DOC] Document PySpark DataFrame csv writer behavior whe…

2017-11-27 Thread gurwls223
Repository: spark Updated Branches: refs/heads/master 087879a77 -> 33d43bf1b [SPARK-22484][DOC] Document PySpark DataFrame csv writer behavior whe… ## What changes were proposed in this pull request? In PySpark API Document, DataFrame.write.csv() says that setting the quote parameter to

spark git commit: [SPARK-22520][SQL] Support code generation for large CaseWhen

2017-11-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 1ff4a77be -> 087879a77 [SPARK-22520][SQL] Support code generation for large CaseWhen ## What changes were proposed in this pull request? Code generation is disabled for CaseWhen when the number of branches is higher than

spark git commit: [SPARK-22529][SQL] Relation stats should be consistent with other plans based on cbo config

2017-11-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 2dbe275b2 -> 1ff4a77be [SPARK-22529][SQL] Relation stats should be consistent with other plans based on cbo config ## What changes were proposed in this pull request? Currently, relation stats is the same whether cbo is enabled or not.

spark git commit: [SPARK-22603][SQL] Fix 64KB JVM bytecode limit problem with FormatString

2017-11-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.2 2cd4898f3 -> eef72d3f0 [SPARK-22603][SQL] Fix 64KB JVM bytecode limit problem with FormatString ## What changes were proposed in this pull request? This PR changes `FormatString` code generation to place generated code for

spark git commit: [SPARK-22603][SQL] Fix 64KB JVM bytecode limit problem with FormatString

2017-11-27 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 5a02e3a2a -> 2dbe275b2 [SPARK-22603][SQL] Fix 64KB JVM bytecode limit problem with FormatString ## What changes were proposed in this pull request? This PR changes `FormatString` code generation to place generated code for expressions