spark git commit: [SPARK-12152][PROJECT-INFRA] Speed up Scalastyle checks by only invoking SBT once

2015-12-06 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 49efd03ba -> 80a824d36 [SPARK-12152][PROJECT-INFRA] Speed up Scalastyle checks by only invoking SBT once Currently, `dev/scalastyle` invokes SBT four times, but these invocations can be replaced with a single invocation, saving about one

spark git commit: [SPARK-12138][SQL] Escape \u in the generated comments of codegen

2015-12-06 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.5 8bbb3cdd1 -> 93a0510a5 [SPARK-12138][SQL] Escape \u in the generated comments of codegen When \u appears in a comment block (i.e. in /**/), code gen will break. So, in Expression and CodegenFallback, we escape \u to \\u. yhuai Please

spark git commit: [SPARK-12138][SQL] Escape \u in the generated comments of codegen

2015-12-06 Thread yhuai
Repository: spark Updated Branches: refs/heads/branch-1.6 c8747a9db -> 82a71aba0 [SPARK-12138][SQL] Escape \u in the generated comments of codegen When \u appears in a comment block (i.e. in /**/), code gen will break. So, in Expression and CodegenFallback, we escape \u to \\u. yhuai Please

spark git commit: [SPARK-12138][SQL] Escape \u in the generated comments of codegen

2015-12-06 Thread yhuai
Repository: spark Updated Branches: refs/heads/master 04b679993 -> 49efd03ba [SPARK-12138][SQL] Escape \u in the generated comments of codegen When \u appears in a comment block (i.e. in /**/), code gen will break. So, in Expression and CodegenFallback, we escape \u to \\u. yhuai Please revi

spark git commit: [SPARK-12048][SQL] Prevent to close JDBC resources twice

2015-12-06 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.5 ed7264ba2 -> 8bbb3cdd1 [SPARK-12048][SQL] Prevent to close JDBC resources twice Author: gcc Closes #10101 from rh99/master. (cherry picked from commit 04b6799932707f0a4aa4da0f2fc838bdb29794ce) Signed-off-by: Sean Owen Project: htt

spark git commit: [SPARK-12048][SQL] Prevent to close JDBC resources twice

2015-12-06 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 2feac49fb -> c8747a9db [SPARK-12048][SQL] Prevent to close JDBC resources twice Author: gcc Closes #10101 from rh99/master. (cherry picked from commit 04b6799932707f0a4aa4da0f2fc838bdb29794ce) Signed-off-by: Sean Owen Project: htt

spark git commit: [SPARK-12048][SQL] Prevent to close JDBC resources twice

2015-12-06 Thread srowen
Repository: spark Updated Branches: refs/heads/master b6e8e63a0 -> 04b679993 [SPARK-12048][SQL] Prevent to close JDBC resources twice Author: gcc Closes #10101 from rh99/master. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/