(spark) branch master updated: [SPARK-47663][CORE][TESTS] add end to end test for task limiting according to different cpu and gpu configurations

2024-04-02 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 eb9b12692601 [SPARK-47663][CORE][TESTS

(spark) branch master updated (081809667611 -> c4e4497ff7e7)

2024-02-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 081809667611 [MINOR][SQL] Remove `unsupportedOperationMsg` from `CaseInsensitiveStringMap` add

[spark] branch master updated (8394ebb52b9 -> e1a7b84f47b)

2023-10-11 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 8394ebb52b9 [SPARK-45469][CORE][SQL][CONNECT][PYTHON] Replace `toIterator` with `iterator` for `IterableOnce

[spark] branch master updated: [SPARK-45386][SQL]: Fix correctness issue with persist using StorageLevel.NONE on Dataset (#43188)

2023-10-02 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 a0c9ab63f3b [SPARK-45386][SQL]: Fix

[spark] branch branch-3.5 updated: [SPARK-44908][ML][CONNECT] Fix cross validator foldCol param functionality

2023-08-23 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.5 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.5 by this push: new 40ccabfd681 [SPARK-44908][ML

[spark] branch master updated: [SPARK-44908][ML][CONNECT] Fix cross validator foldCol param functionality

2023-08-23 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 0d1b5975b2d [SPARK-44908][ML][CONNECT] Fix

[spark] branch branch-3.5 updated: [SPARK-44909][ML] Skip starting torch distributor log streaming server when it is not available

2023-08-23 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.5 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.5 by this push: new 4f61662e91a [SPARK-44909][ML] Skip

[spark] branch master updated (00cd5e846b6 -> 80668dc1a36)

2023-08-23 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 00cd5e846b6 [SPARK-44899][PYTHON][DOCS] Refine the docstring of DataFrame.collect add 80668dc1a36 [SPARK

[spark] branch master updated: [SPARK-44264][ML][PYTHON] Incorporating FunctionPickler Into TorchDistributor

2023-07-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 2ab70576d68 [SPARK-44264][ML][PYTHON

[spark] branch master updated (0d90f2a8ea0 -> 054f94af95f)

2023-07-11 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 0d90f2a8ea0 [SPARK-44264][ML][PYTHON] Write a Deepspeed Distributed Learning Class DeepspeedTorchDistributor

[spark] branch master updated: [SPARK-43983][PYTHON][ML][CONNECT] Implement cross validator estimator

2023-07-10 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 01918bb9017 [SPARK-43983][PYTHON][ML

[spark] branch master updated (7bc28d54f83 -> 7fcabef2874)

2023-07-04 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 7bc28d54f83 [SPARK-44269][SQL] Assign names to the error class _LEGACY_ERROR_TEMP_[2310-2314] add

[spark] branch master updated (0865c0db923 -> 35b3a18ff04)

2023-06-20 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 0865c0db923 [SPARK-43944][SPARK-43942][SQL][FOLLOWUP] Directly leverage `UnresolvedFunction` for functions

[spark] branch master updated: [SPARK-43982][ML][PYTHON][CONNECT] Implement pipeline estimator for ML on spark connect

2023-06-19 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 6c0c226d901 [SPARK-43982][ML][PYTHON

[spark] branch master updated: [SPARK-43097][FOLLOW-UP][ML] Improve logistic regression model saving

2023-06-17 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 4e0bd3c5717 [SPARK-43097][FOLLOW-UP][ML

[spark] branch master updated: [SPARK-43981][PYTHON][ML] Basic saving / loading implementation for ML on spark connect

2023-06-13 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 a5d3bea04eb [SPARK-43981][PYTHON][ML

[spark] branch master updated (fead8a7962a -> 89de4f79e7f)

2023-06-07 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from fead8a7962a [SPARK-43993][SQL][TESTS] Add tests for cache artifacts add 89de4f79e7f [SPARK-43790][PYTHON

[spark] branch master updated: [SPARK-43097][ML] New pyspark ML logistic regression estimator implemented on top of distributor

2023-06-06 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 2a82b42bcb1 [SPARK-43097][ML] New pyspark

[spark] branch master updated (51a919ea8d6 -> 1df1d7661a3)

2023-06-06 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 51a919ea8d6 [SPARK-43973][SS][UI] Structured Streaming UI should display failed queries correctly add

[spark] branch master updated (c618dabc96a -> fc3489d8bb6)

2023-06-05 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from c618dabc96a Revert "[SPARK-43911][SQL] Use toSet to deduplicate the iterator data to prevent the cre

[spark] branch master updated: [SPARK-43516][ML][FOLLOW-UP] Drop vector type support in Distributed ML for spark connect

2023-06-02 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 c3b62708cd6 [SPARK-43516][ML][FOLLOW-UP

[spark] branch master updated: [SPARK-41593][FOLLOW-UP][ML] Torch distributor log streaming server: Avoid duplicated log to stdout redirection

2023-06-01 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 480b14f4b45 [SPARK-41593][FOLLOW-UP][ML

[spark] branch master updated: [SPARK-43081][ML][FOLLOW-UP] Improve torch distributor data loader code

2023-05-31 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 c2060e7c0a3 [SPARK-43081][ML][FOLLOW-UP

[spark] branch master updated: [SPARK-41593][FOLLOW-UP] Fix the case torch distributor logging server not shut down

2023-05-30 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 e1619653895 [SPARK-41593][FOLLOW-UP] Fix

[spark] branch master updated (7c7b9585a2a -> 0e8e4ae47fb)

2023-05-24 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 7c7b9585a2a [SPARK-43546][PYTHON][CONNECT][TESTS] Complete parity tests of Pandas UDF add 0e8e4ae47fb

[spark] branch master updated (aed6a47580e -> abd864766b0)

2023-04-30 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from aed6a47580e [SPARK-43320][SQL][HIVE] Directly call Hive 2.3.9 API add abd864766b0 [SPARK-43081][ML][CONNECT

[spark] branch master updated: [SPARK-42929] make mapInPandas / mapInArrow support "is_barrier"

2023-03-27 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 2a1ac07132b [SPARK-42929] make mapInPandas

[spark] branch master updated: [SPARK-42896][SQL][PYTHON] Make `mapInPandas` / `mapInArrow` support barrier mode execution

2023-03-26 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 06bf544973f [SPARK-42896][SQL][PYTHON

[spark] branch master updated: [SPARK-42732][PYSPARK][CONNECT] Support spark connect session getActiveSession method

2023-03-14 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 753864fedee [SPARK-42732][PYSPARK][CONNECT

[spark] branch master updated (b414b895ffd -> d5b08f8d99b)

2023-01-16 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from b414b895ffd [SPARK-41994] Assign SQLSTATE's (1/2) add d5b08f8d99b [SPARK-40264][ML] add batch_infer_udf

[spark] branch master updated: [SPARK-41949][CORE][PYTHON] Make stage scheduling support local-cluster mode

2023-01-10 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 8871f6dfb82 [SPARK-41949][CORE][PYTHON

[spark] branch branch-3.2 updated: [SPARK-41188][CORE][ML] Set executorEnv OMP_NUM_THREADS to be spark.task.cpus by default for spark executor JVM processes

2022-11-19 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 3b9cca7aa32 [SPARK-41188][CORE][ML

[spark] branch branch-3.3 updated: [SPARK-41188][CORE][ML] Set executorEnv OMP_NUM_THREADS to be spark.task.cpus by default for spark executor JVM processes

2022-11-19 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new f431cdf0944 [SPARK-41188][CORE][ML

[spark] branch master updated: [SPARK-41188][CORE][ML] Set executorEnv OMP_NUM_THREADS to be spark.task.cpus by default for spark executor JVM processes

2022-11-19 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 82a41d8ca27 [SPARK-41188][CORE][ML] Set

[spark] branch branch-3.1 updated: [SPARK-35542][ML] Fix: Bucketizer created for multiple columns with parameters splitsArray, inputCols and outputCols can not be loaded after saving it

2022-08-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new a1a2534a01f [SPARK-35542][ML] Fix

[spark] branch branch-3.2 updated: [SPARK-35542][ML] Fix: Bucketizer created for multiple columns with parameters splitsArray, inputCols and outputCols can not be loaded after saving it

2022-08-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 3943427b847 [SPARK-35542][ML] Fix

[spark] branch branch-3.3 updated: [SPARK-35542][ML] Fix: Bucketizer created for multiple columns with parameters splitsArray, inputCols and outputCols can not be loaded after saving it

2022-08-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new 87f957dea86 [SPARK-35542][ML] Fix

[spark] branch master updated: [SPARK-35542][ML] Fix: Bucketizer created for multiple columns with parameters splitsArray, inputCols and outputCols can not be loaded after saving it

2022-08-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 876ce6a5df1 [SPARK-35542][ML] Fix

[spark] branch branch-3.1 updated: [SPARK-40079] Add Imputer inputCols validation for empty input case

2022-08-15 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new f2453e8a129 [SPARK-40079] Add

[spark] branch branch-3.2 updated: [SPARK-40079] Add Imputer inputCols validation for empty input case

2022-08-15 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.2 by this push: new 2b54b48cd85 [SPARK-40079] Add

[spark] branch branch-3.3 updated: [SPARK-40079] Add Imputer inputCols validation for empty input case

2022-08-15 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.3 by this push: new 2ee196dbb0b [SPARK-40079] Add

[spark] branch master updated: [SPARK-40079] Add Imputer inputCols validation for empty input case

2022-08-15 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 87094f89655 [SPARK-40079] Add Imputer

[spark] branch master updated: [SPARK-39071][SQL][PYTHON] Add unwrap_udt function for unwrapping UserDefinedType columns

2022-05-10 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 daedcd29630 [SPARK-39071][SQL][PYTHON] Add

[spark] branch master updated: [SPARK-36642][SQL] Add df.withMetadata pyspark API

2021-09-23 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 ef7441b [SPARK-36642][SQL] Add

[spark] branch master updated: [SPARK-36642][SQL] Add df.withMetadata: a syntax suger to update the metadata of a dataframe

2021-09-07 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 cb30683 [SPARK-36642][SQL] Add

[spark] branch branch-3.1 updated: [SPARK-35142][PYTHON][ML] Fix incorrect return type for `rawPredictionUDF` in `OneVsRestModel`

2021-04-21 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 0208810 [SPARK-35142][PYTHON][ML

[spark] branch master updated (43ad939 -> b6350f5)

2021-04-21 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 43ad939 [SPARK-35152][SQL] ANSI mode: IntegralDivide throws exception on overflow add b6350f5 [SPARK

[spark] branch branch-3.1 updated: [SPARK-31768][ML][FOLLOWUP] add getMetrics in Evaluators: cleanup

2021-01-25 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 4cf94f3 [SPARK-31768][ML

[spark] branch master updated (d1177b5 -> cb37c96)

2021-01-25 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from d1177b5 [SPARK-34192][SQL] Move char padding to write side and remove length check on read side too add

[spark] branch branch-3.0 updated: [MINOR][ML] Increase the timeout for StreamingLinearRegressionSuite to 60s

2021-01-19 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 5a93bcb [MINOR][ML] Increase

[spark] branch branch-3.1 updated: [MINOR][ML] Increase the timeout for StreamingLinearRegressionSuite to 60s

2021-01-19 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new 32e61b0 [MINOR][ML] Increase

[spark] branch master updated (32dad1d -> f7ff7ff)

2021-01-19 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 32dad1d [SPARK-34149][SQL] Refresh cache in v2 `ALTER TABLE .. ADD PARTITION` add f7ff7ff [MINOR][ML

[spark] branch master updated (66cc129 -> f354883)

2021-01-15 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 66cc129 [SPARK-34132][DOCS][R] Update Roxygen version references to 7.1.1 add f354883 [SPARK-34080][ML

[spark] branch branch-3.1 updated: [MINOR][ML] Increase Bounded MLOR (without regularization) test error tolerance

2020-12-08 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.1 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.1 by this push: new b0a70ab [MINOR][ML] Increase

[spark] branch master updated (3ac70f1 -> f021f6d)

2020-12-08 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 3ac70f1 [SPARK-33695][BUILD] Upgrade to jackson to 2.10.5 and jackson-databind to 2.10.5.1 add f021f6d

[spark] branch branch-3.0 updated: [SPARK-33592][ML][PYTHON][3.0] Backport Fix: Pyspark ML Validator params in estimatorParamMaps may be lost after saving and reloading

2020-12-06 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 8acbe5b [SPARK-33592][ML][PYTHON

[spark] branch master updated (63f9d47 -> 7e759b2)

2020-12-03 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 63f9d47 [SPARK-33634][SQL][TESTS] Use Analyzer in PlanResolutionSuite add 7e759b2 [SPARK-33520][ML

[spark] branch master updated (a180e02 -> 689c294)

2020-11-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from a180e02 [SPARK-32852][SQL][DOC][FOLLOWUP] Revise the documentation of spark.sql.hive.metastore.jars add

[spark] branch master updated (a180e02 -> 689c294)

2020-11-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from a180e02 [SPARK-32852][SQL][DOC][FOLLOWUP] Revise the documentation of spark.sql.hive.metastore.jars add

[spark] branch master updated (a180e02 -> 689c294)

2020-11-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from a180e02 [SPARK-32852][SQL][DOC][FOLLOWUP] Revise the documentation of spark.sql.hive.metastore.jars add

[spark] branch master updated (a180e02 -> 689c294)

2020-11-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from a180e02 [SPARK-32852][SQL][DOC][FOLLOWUP] Revise the documentation of spark.sql.hive.metastore.jars add

[spark] branch master updated (a180e02 -> 689c294)

2020-11-18 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from a180e02 [SPARK-32852][SQL][DOC][FOLLOWUP] Revise the documentation of spark.sql.hive.metastore.jars add

[spark] branch master updated (4335af0 -> a288716)

2020-11-12 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 4335af0 [MINOR][DOC] spark.executor.memoryOverhead is not cluster-mode only add a288716 [SPARK-32907

[spark] branch master updated (4335af0 -> a288716)

2020-11-12 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 4335af0 [MINOR][DOC] spark.executor.memoryOverhead is not cluster-mode only add a288716 [SPARK-32907

[spark] branch master updated (4335af0 -> a288716)

2020-11-12 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 4335af0 [MINOR][DOC] spark.executor.memoryOverhead is not cluster-mode only add a288716 [SPARK-32907

[spark] branch master updated (4335af0 -> a288716)

2020-11-12 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 4335af0 [MINOR][DOC] spark.executor.memoryOverhead is not cluster-mode only add a288716 [SPARK-32907

[spark] branch master updated (4335af0 -> a288716)

2020-11-12 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 4335af0 [MINOR][DOC] spark.executor.memoryOverhead is not cluster-mode only add a288716 [SPARK-32907

[spark] 01/02: init

2020-04-20 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch fix_pipeline_tuning in repository https://gitbox.apache.org/repos/asf/spark.git commit c834fe8f335dc74db6346d82b5ce4cf742cba9bb Author: Weichen Xu AuthorDate: Mon Apr 20 17:04:12 2020

[spark] branch fix_pipeline_tuning created (now 2af493a)

2020-04-20 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch fix_pipeline_tuning in repository https://gitbox.apache.org/repos/asf/spark.git. at 2af493a init This branch includes the following new commits: new c834fe8 init new

[spark] 02/02: init

2020-04-20 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch fix_pipeline_tuning in repository https://gitbox.apache.org/repos/asf/spark.git commit 2af493a016093d8499bf02bc37bc3e842ed74c62 Author: Weichen Xu AuthorDate: Mon Apr 20 17:47:35 2020

[spark] 02/02: init

2020-04-20 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch fix_pipeline_tuning in repository https://gitbox.apache.org/repos/asf/spark.git commit 2af493a016093d8499bf02bc37bc3e842ed74c62 Author: Weichen Xu AuthorDate: Mon Apr 20 17:47:35 2020

[spark] 01/02: init

2020-04-20 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch fix_pipeline_tuning in repository https://gitbox.apache.org/repos/asf/spark.git commit c834fe8f335dc74db6346d82b5ce4cf742cba9bb Author: Weichen Xu AuthorDate: Mon Apr 20 17:04:12 2020

[spark] branch fix_pipeline_tuning created (now 2af493a)

2020-04-20 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch fix_pipeline_tuning in repository https://gitbox.apache.org/repos/asf/spark.git. at 2af493a init This branch includes the following new commits: new c834fe8 init new

[spark] branch branch-3.0 updated: Revert "[SPARK-30791][SQL][PYTHON] Add 'sameSemantics' and 'sementicHash' methods in Dataset"

2020-02-17 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new cb890d9 Revert "[SPARK-30791

[spark] branch master updated (4ed9b88 -> d8c0599)

2020-02-17 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 4ed9b88 [SPARK-30832][DOCS] SQL function doc headers should link to anchors add d8c0599 [SPARK-30791

[spark] branch branch-3.0 updated: [SPARK-30791][SQL][PYTHON] Add 'sameSemantics' and 'sementicHash' methods in Dataset

2020-02-17 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new ba91415 [SPARK-30791][SQL][PYTHON

[spark] branch branch-3.0 updated: [SPARK-30762] Add dtype=float32 support to vector_to_array UDF

2020-02-13 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 074712e [SPARK-30762] Add dtype

[spark] branch master updated (fb0e07b -> 82d0aa3)

2020-02-13 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from fb0e07b [SPARK-29231][SQL] Constraints should be inferred from cast equality constraint add 82d0aa3

[spark] branch master updated (fb0e07b -> 82d0aa3)

2020-02-13 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from fb0e07b [SPARK-29231][SQL] Constraints should be inferred from cast equality constraint add 82d0aa3

[spark] branch master updated (79b10a1 -> 104b9b6)

2019-09-17 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git. from 79b10a1 [SPARK-28929][CORE] Spark Logging level should be INFO instead of DEBUG in Executor Plugin API

[spark-website] branch asf-site updated: Add Weichen Xu to committer list

2019-09-10 Thread weichenxu123
This is an automated email from the ASF dual-hosted git repository. weichenxu123 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 7ade5ef Add Weichen Xu