[spark] branch master updated: [SPARK-27890][SQL] Improve SQL parser error message for character-only identifier with hyphens except those in expressions

2019-06-18 Thread lixiao
This is an automated email from the ASF dual-hosted git repository. lixiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 7b7f16f [SPARK-27890][SQL] Improve SQL parser

[spark] branch master updated (a5dcb82 -> 15de6d0)

2019-06-18 Thread lixiao
This is an automated email from the ASF dual-hosted git repository. lixiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from a5dcb82 [SPARK-27105][SQL] Optimize away exponential complexity in ORC predicate conversion add 15de6d0

[spark] branch master updated: [SPARK-27105][SQL] Optimize away exponential complexity in ORC predicate conversion

2019-06-18 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new a5dcb82 [SPARK-27105][SQL] Optimize away

[spark] branch branch-2.3 updated: [SPARK-28081][ML] Handle large vocab counts in word2vec

2019-06-18 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a commit to branch branch-2.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.3 by this push: new 220f29a [SPARK-28081][ML] Handle large

[spark] branch branch-2.4 updated: [SPARK-28081][ML] Handle large vocab counts in word2vec

2019-06-18 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a commit to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-2.4 by this push: new e4f5d84 [SPARK-28081][ML] Handle large

[spark] branch master updated: [SPARK-28081][ML] Handle large vocab counts in word2vec

2019-06-18 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new e96dd82 [SPARK-28081][ML] Handle large vocab

[spark] branch master updated: [SPARK-27823][CORE] Refactor resource handling code

2019-06-18 Thread jiangxb1987
This is an automated email from the ASF dual-hosted git repository. jiangxb1987 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 7056e00 [SPARK-27823][CORE] Refactor

[spark] branch master updated: [SPARK-28039][SQL][TEST] Port float4.sql

2019-06-18 Thread lixiao
This is an automated email from the ASF dual-hosted git repository. lixiao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new 2e3ae97 [SPARK-28039][SQL][TEST] Port

[spark] branch master updated: [SPARK-28088][SQL] Enhance LPAD/RPAD function

2019-06-18 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new c7f0301 [SPARK-28088][SQL] Enhance LPAD/RPAD

[spark] branch master updated: [SPARK-28093][SQL] Fix TRIM/LTRIM/RTRIM function parameter order issue

2019-06-18 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new bef5d9d [SPARK-28093][SQL] Fix

[spark] branch master updated (ed280c2 -> 1ada36b)

2019-06-18 Thread lixiao
This is an automated email from the ASF dual-hosted git repository. lixiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from ed280c2 [SPARK-28072][SQL] Fix IncompatibleClassChangeError in `FromUnixTime` codegen on JDK9+ add 1ada36b

[GitHub] [spark-website] dongjoon-hyun commented on issue #207: Fix source download link

2019-06-18 Thread GitBox
dongjoon-hyun commented on issue #207: Fix source download link URL: https://github.com/apache/spark-website/pull/207#issuecomment-503199475 +1, late LGTM. This is an automated message from the Apache Git Service. To respond

[spark-website] branch asf-site updated: Fix source download link

2019-06-18 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/spark-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 92a Fix source download link

[GitHub] [spark-website] srowen closed pull request #207: Fix source download link

2019-06-18 Thread GitBox
srowen closed pull request #207: Fix source download link URL: https://github.com/apache/spark-website/pull/207 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [spark-website] srowen opened a new pull request #207: Fix source download link

2019-06-18 Thread GitBox
srowen opened a new pull request #207: Fix source download link URL: https://github.com/apache/spark-website/pull/207 The download javascript wasn't correctly generating the source file name. Also, minor, it wasn't correctly respecting whether it should be obtained from the mirror network

[spark] branch master updated: [SPARK-28072][SQL] Fix IncompatibleClassChangeError in `FromUnixTime` codegen on JDK9+

2019-06-18 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/master by this push: new ed280c2 [SPARK-28072][SQL] Fix