[spark] branch branch-2.4 updated: [SPARK-29682][SQL] Resolve conflicting attributes in Expand correctly

2019-11-13 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 7bdc76f [SPARK-29682][SQL] Resolve

[spark] branch master updated (b5a02d3 -> e46e487)

2019-11-13 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from b5a02d3 [SPARK-29873][SQL][TESTS] Support `--import` directive to load queries from another test case in

[spark] branch master updated (fe1f456 -> b5a02d3)

2019-11-13 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from fe1f456 [SPARK-29837][SQL] PostgreSQL dialect: cast to boolean add b5a02d3 [SPARK-29873][SQL][TESTS] Support

[spark] branch master updated (39596b9 -> fe1f456)

2019-11-13 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 39596b9 [SPARK-29649][SQL] Stop task set if FileAlreadyExistsException was thrown when writing to output file

[spark] branch master updated (32d44b1 -> 39596b9)

2019-11-13 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 32d44b1 [SPARK-29644][SQL] Corrected ShortType and ByteType mapping to SmallInt and TinyInt in JDBCUtils add

[spark] branch master updated (15a72f3 -> 32d44b1)

2019-11-13 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 15a72f3 [SPARK-29287][CORE] Add LaunchedExecutor message to tell driver which executor is ready for making offers

[spark] branch master updated (15a72f3 -> 32d44b1)

2019-11-13 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 15a72f3 [SPARK-29287][CORE] Add LaunchedExecutor message to tell driver which executor is ready for making offers

[spark] branch master updated (39b502a -> 15a72f3)

2019-11-13 Thread jiangxb1987
This is an automated email from the ASF dual-hosted git repository. jiangxb1987 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 39b502a [SPARK-29778][SQL] pass writer options to saveAsTable in append mode add 15a72f3

[spark] branch master updated (833a9f1 -> 39b502a)

2019-11-13 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 833a9f1 [SPARK-24203][CORE] Make executor's bindAddress configurable add 39b502a [SPARK-29778][SQL] pass

[spark] branch master updated (363af16 -> 833a9f1)

2019-11-13 Thread dbtsai
This is an automated email from the ASF dual-hosted git repository. dbtsai pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 363af16 [SPARK-29568][SS] Stop existing running streams when a new stream is launched add 833a9f1

[spark] branch branch-2.4 updated (7459353 -> e9df8b6)

2019-11-13 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git. from 7459353 [SPARK-29850][SQL] sort-merge-join an empty table should not memory leak add e9df8b6

[spark] branch branch-2.4 updated (7459353 -> e9df8b6)

2019-11-13 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch branch-2.4 in repository https://gitbox.apache.org/repos/asf/spark.git. from 7459353 [SPARK-29850][SQL] sort-merge-join an empty table should not memory leak add e9df8b6

[spark] branch master updated: [SPARK-29568][SS] Stop existing running streams when a new stream is launched

2019-11-13 Thread brkyvz
This is an automated email from the ASF dual-hosted git repository. brkyvz 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 363af16 [SPARK-29568][SS] Stop existing running

[spark] branch master updated (8c2bf64 -> 1f4075d)

2019-11-13 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 8c2bf64 [SPARK-29823][MLLIB] Improper persist strategy in mllib.clustering.KMeans.run() add 1f4075d

[spark] branch master updated (4dcbdcd -> 8c2bf64)

2019-11-13 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 4dcbdcd [SPARK-29863][SQL] Rename EveryAgg/AnyAgg to BoolAnd/BoolOr add 8c2bf64 [SPARK-29823][MLLIB] Improper

[spark] branch master updated: [SPARK-29863][SQL] Rename EveryAgg/AnyAgg to BoolAnd/BoolOr

2019-11-13 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 4dcbdcd [SPARK-29863][SQL] Rename

[spark] branch master updated (0c8d3d2 -> 942753a)

2019-11-13 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 0c8d3d2 [SPARK-28798][FOLLOW-UP] Add alter view link to drop view add 942753a [SPARK-29753][SQL] refine the

[spark] branch master updated (2beca77 -> 0c8d3d2)

2019-11-13 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 2beca77 [SPARK-28795][FOLLOW-UP] Links should point to html instead of md files add 0c8d3d2

[spark] branch master updated (56be731 -> 2beca77)

2019-11-13 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 56be731 [MINOR][BUILD] Fix an incorrect path in license-binary file add 2beca77 [SPARK-28795][FOLLOW-UP] Links

[spark] branch master updated (d7bdc6a -> 56be731)

2019-11-13 Thread srowen
This is an automated email from the ASF dual-hosted git repository. srowen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from d7bdc6a [SPARK-29835][SQL] Remove the unnecessary conversion from Statement to LogicalPlan for DELETE/UPDATE

[spark] branch master updated (b5a2ed6 -> d7bdc6a)

2019-11-13 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from b5a2ed6 [SPARK-29851][SQL] V2 catalog: Change default behavior of dropping namespace to cascade add d7bdc6a

[spark] branch master updated (f926809 -> b5a2ed6)

2019-11-13 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from f926809 [SPARK-29390][SQL] Add the justify_days(), justify_hours() and justif_interval() functions add