[spark] branch master updated: [SPARK-40707][CONNECT] Add groupby to connect DSL and test more than one grouping expressions

2022-10-10 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 4e4a848c275 [SPARK-40707][CONNECT] Add groupby

[spark] branch master updated (288bdd28635 -> 67c6408f133)

2022-10-10 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 288bdd28635 [SPARK-40714][SQL] Remove `PartitionAlreadyExistsException` add 67c6408f133 [SPARK-40534][CONNECT

[spark] branch master updated (1c0b0966159 -> 29e45528315)

2022-10-07 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 1c0b0966159 [SPARK-40454][CONNECT] Initial DSL framework for protobuf testing add 29e45528315 [SPARK-39876][SQL

[spark] branch master updated (c4cd193b4d4 -> 1c0b0966159)

2022-10-07 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 c4cd193b4d4 [SPARK-40565][SQL] Don't push non-deterministic filters to V2 file sources add 1c0b0966159 [SPARK

[spark] branch master updated: [SPARK-40216][SQL] Extract common `ParquetUtils.prepareWrite` method to deduplicate code in `ParquetFileFormat` and `ParquetWrite`

2022-10-06 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 f8ccb391b29 [SPARK-40216][SQL] Extract common

[spark] branch master updated: [SPARK-40660][CORE][SQL] Switch to XORShiftRandom to distribute elements

2022-10-05 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 e6bebb66651 [SPARK-40660][CORE][SQL] Switch

[spark] branch master updated (99a76a62ea3 -> ccb837f7fbe)

2022-10-04 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 99a76a62ea3 [SPARK-40645][CONNECT] Throw exception for Collect() and recommend to use toPandas() add

[spark] branch master updated: [SPARK-35242][SQL] Support changing session catalog's default database

2022-09-26 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 576c4046742 [SPARK-35242][SQL] Support changing

[spark] branch master updated: [SPARK-40501][SQL] Add PushProjectionThroughLimit for Optimizer

2022-09-26 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 c02aef01bbc [SPARK-40501][SQL] Add

[spark] branch master updated: [SPARK-40530][SQL] Add error-related developer APIs

2022-09-26 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 2bf26dfbd70 [SPARK-40530][SQL] Add error

[spark] branch branch-3.3 updated: [SPARK-38717][SQL][3.3] Handle Hive's bucket spec case preserving behaviour

2022-09-25 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 ec5c2d0e7a1 [SPARK-38717][SQL][3.3

[spark] branch master updated: [SPARK-38717][SQL] Handle Hive's bucket spec case preserving behaviour

2022-09-23 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 0942ea9f352 [SPARK-38717][SQL] Handle Hive's

[spark] branch master updated (def8cca7d89 -> 541b8301505)

2022-09-23 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 def8cca7d89 [SPARK-40543][PS][SQL] Make `ddof` in `DataFrame.var` and `Series.var` accept arbitary integers add

[spark] branch branch-3.2 updated: [SPARK-40407][SQL] Fix the potential data skew caused by df.repartition

2022-09-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 18e83f9ab23 [SPARK-40407][SQL] Fix

[spark] branch branch-3.3 updated: [SPARK-40407][SQL] Fix the potential data skew caused by df.repartition

2022-09-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 2bae604d05e [SPARK-40407][SQL] Fix

[spark] branch master updated: [SPARK-40407][SQL] Fix the potential data skew caused by df.repartition

2022-09-22 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 f6c4e58b85d [SPARK-40407][SQL] Fix

[spark] branch master updated (39b65b414c4 -> 037fbc0a867)

2022-09-22 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 39b65b414c4 [SPARK-40529][PS] Remove `pyspark.pandas.ml` add 037fbc0a867 [SPARK-40488] Do not wrap exceptions

[spark] branch master updated (c6f4526be5e -> 9cae4230751)

2022-09-21 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 c6f4526be5e [SPARK-40498][PS] Implement `kendall` and `min_periods` in `Series.corr` add 9cae4230751 [SPARK

[spark] branch master updated: [SPARK-40496][SQL] Fix configs to control "enableDateTimeParsingFallback"

2022-09-20 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 a031aaa487e [SPARK-40496][SQL] Fix configs

[spark] branch master updated: [SQL][MINOR] Re-generate equals/hashCode of IdentifierImpl with non-null optimization

2022-09-20 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 47ca1f0613c [SQL][MINOR] Re-generate equals

[spark] branch master updated: [SPARK-40456][SQL] PartitionIterator.hasNext should be cheap to call repeatedly

2022-09-19 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 3b9e5cf662c [SPARK-40456][SQL

[spark] branch master updated: [SPARK-40425][SQL] DROP TABLE does not need to do table lookup

2022-09-19 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 1a134191024 [SPARK-40425][SQL] DROP TABLE does

[spark] branch master updated: [SPARK-40482][SQL] Revert `SPARK-24544 Print actual failure cause when look up function failed`

2022-09-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 127c40366b6 [SPARK-40482][SQL] Revert `SPARK

[spark] branch master updated (128479fe92c -> 8b6b3be273f)

2022-09-15 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 128479fe92c [SPARK-40196][PYTHON][PS] Consolidate `lit` function with NumPy scalar in sql and pandas module add

[spark] branch master updated: [SPARK-40387][SQL] Improve the implementation of Spark Decimal

2022-09-15 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 193b5b229c7 [SPARK-40387][SQL] Improve

[spark] branch branch-3.3 updated: [SPARK-39915][SQL] Ensure the output partitioning is user-specified in AQE

2022-09-13 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 82351bee9bb [SPARK-39915][SQL] Ensure

[spark] branch master updated (4dd153055fd -> 801ca252f43)

2022-09-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 4dd153055fd Revert "[SPARK-40384][INFRA] Only do base image real in time build when infra dockerfile is ch

[spark] branch master updated (96ed6dc3e38 -> 3f97cd620a6)

2022-09-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 96ed6dc3e38 [SPARK-40400][SQL] Pass error message parameters to exceptions as maps add 3f97cd620a6 [SPARK-40362

[spark] branch master updated: [SPARK-40107][SQL][FOLLOW-UP] Update `empty2null` check

2022-09-12 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 ff66adda3ca [SPARK-40107][SQL][FOLLOW-UP

[spark] branch branch-3.3 updated: [SPARK-40380][SQL] Fix constant-folding of InvokeLike to avoid non-serializable literal embedded in the plan

2022-09-08 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 10cd3ac16bc [SPARK-40380][SQL] Fix

[spark] branch master updated (4d73552abf3 -> 5b96e82ad6a)

2022-09-08 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 4d73552abf3 [SPARK-40333][PS] Implement `GroupBy.nth` add 5b96e82ad6a [SPARK-40380][SQL] Fix constant-folding

[spark] branch branch-3.2 updated: [SPARK-40149][SQL][3.2] Propagate metadata columns through Project

2022-09-07 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 d566017de44 [SPARK-40149][SQL][3.2

[spark] branch master updated: [SPARK-40185][SQL] Remove column suggestion when the candidate list is empty

2022-09-07 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 32567e94b8a [SPARK-40185][SQL] Remove column

[spark] branch branch-3.3 updated: add back a mistakenly removed test case

2022-09-07 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 81cb08b7b3a add back a mistakenly

[spark] branch branch-3.3 updated: [SPARK-40149][SQL] Propagate metadata columns through Project

2022-09-07 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 433469f284e [SPARK-40149][SQL

[spark] branch master updated (e6c58c1bd6f -> 99ae1d9a897)

2022-09-07 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 e6c58c1bd6f [SPARK-40273][PYTHON][DOCS] Fix the documents "Contributing and Maintaining Type Hints"

[spark] branch branch-3.1 updated: [SPARK-40315][SQL] Add hashCode() for Literal of ArrayBasedMapData

2022-09-06 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 63025e952e8 [SPARK-40315][SQL] Add

[spark] branch branch-3.2 updated: [SPARK-40315][SQL] Add hashCode() for Literal of ArrayBasedMapData

2022-09-06 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 c7cc0ae2ab4 [SPARK-40315][SQL] Add

[spark] branch branch-3.3 updated: [SPARK-40315][SQL] Add hashCode() for Literal of ArrayBasedMapData

2022-09-06 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 84c091845d4 [SPARK-40315][SQL] Add

[spark] branch master updated (82d4430144e -> e85a4ffbdfa)

2022-09-06 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 82d4430144e [SPARK-40352][SQL] Add function aliases: len, datepart, dateadd, date_diff and curdate add

[spark] branch branch-3.3 updated: [SPARK-40297][SQL] CTE outer reference nested in CTE main body cannot be resolved

2022-09-05 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 1324f7d1680 [SPARK-40297][SQL] CTE

[spark] branch branch-3.3 updated: [SPARK-38404][SQL][3.3] Improve CTE resolution when a nested CTE references an outer CTE

2022-09-05 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 9473840bac8 [SPARK-38404][SQL][3.3

[spark] branch master updated: [SPARK-40297][SQL] CTE outer reference nested in CTE main body cannot be resolved

2022-09-01 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 f4ff2d16483 [SPARK-40297][SQL] CTE outer

[spark] branch master updated: [SPARK-40285][SQL] Simplify the `roundTo[Numeric]` for Spark `Decimal`

2022-08-31 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 1dc50d79115 [SPARK-40285][SQL] Simplify

[spark] branch master updated (701d6ee10eb -> ee9652a512d)

2022-08-31 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 701d6ee10eb [SPARK-40112][SQL] Improve the TO_BINARY() function add ee9652a512d [SPARK-40055][SQL][FOLLOWUP

[spark] branch master updated: [SPARK-40112][SQL] Improve the TO_BINARY() function

2022-08-31 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 701d6ee10eb [SPARK-40112][SQL] Improve

[spark] branch master updated: [SPARK-40219][SQL] Resolved view logical plan should hold the schema to avoid redundant lookup

2022-08-31 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 e4a73db9383 [SPARK-40219][SQL] Resolved view

[spark] branch master updated (6c3c9575cf0 -> 247306c0fe8)

2022-08-31 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 6c3c9575cf0 [SPARK-40271][FOLLOWUP][PYTHON] fix the minor exception message add 247306c0fe8 [SPARK-40194][SQL

[spark] branch branch-3.3 updated: [SPARK-39896][SQL] UnwrapCastInBinaryComparison should work when the literal of In/InSet downcast failed

2022-08-30 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 c04aa36b771 [SPARK-39896][SQL

[spark] branch master updated: [SPARK-39896][SQL] UnwrapCastInBinaryComparison should work when the literal of In/InSet downcast failed

2022-08-30 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 6e62b93f3d1 [SPARK-39896][SQL

[spark] branch master updated: [SPARK-39915][SQL] Dataset.repartition(N) may not create N partitions Non-AQE part

2022-08-30 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 ff7ab34a695 [SPARK-39915][SQL

[spark] branch master updated (375b4e70029 -> 0e8d7795a12)

2022-08-29 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 375b4e70029 [SPARK-40243][DOCS] Enhance Hive UDF support documentation add 0e8d7795a12 [SPARK-40245][SQL] Fix

[spark] branch branch-3.3 updated: [SPARK-40247][SQL] Fix BitSet equality check

2022-08-29 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 60bd91f257f [SPARK-40247][SQL] Fix

[spark] branch master updated: [SPARK-40247][SQL] Fix BitSet equality check

2022-08-29 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 527ddece8fd [SPARK-40247][SQL] Fix BitSet

[spark] branch master updated: [SPARK-40224][SQL] Make ObjectHashAggregateExec release memory eagerly when fallback to sort-based

2022-08-29 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 0f4a9ac18f7 [SPARK-40224][SQL] Make

[spark] branch master updated: [SPARK-39607][SQL][DSV2] Distribution and ordering support V2 function in writing

2022-08-29 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 438233db4b2 [SPARK-39607][SQL][DSV2

[spark] branch branch-3.2 updated: [SPARK-40218][SQL] GROUPING SETS should preserve the grouping columns

2022-08-26 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 de649f0759a [SPARK-40218][SQL] GROUPING

[spark] branch branch-3.3 updated: [SPARK-40218][SQL] GROUPING SETS should preserve the grouping columns

2022-08-26 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 784cb0f68af [SPARK-40218][SQL] GROUPING

[spark] branch master updated: [SPARK-40218][SQL] GROUPING SETS should preserve the grouping columns

2022-08-26 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 1ed592ef28a [SPARK-40218][SQL] GROUPING SETS

[spark] branch master updated: [SPARK-40153][SQL] Unify resolve functions and table-valued functions

2022-08-25 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 973b6746d4c [SPARK-40153][SQL] Unify resolve

[spark] branch master updated: [SPARK-40055][SQL] listCatalogs should also return spark_catalog even when spark_catalog implementation is defaultSessionCatalog

2022-08-24 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 245ed9002d1 [SPARK-40055][SQL] listCatalogs

[spark] branch master updated (af2d2ee1153 -> 5a71a7f7b5c)

2022-08-22 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 af2d2ee1153 [SPARK-40081][PYTHON][DOCS] Add document parameters for pyspark.sql.streaming.query add 5a71a7f7b5c

[spark] branch branch-3.1 updated: [SPARK-40089][SQL] Fix sorting for some Decimal types

2022-08-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 65936ef10f1 [SPARK-40089][SQL] Fix

[spark] branch branch-3.2 updated: [SPARK-40089][SQL] Fix sorting for some Decimal types

2022-08-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 f14db2cf0dc [SPARK-40089][SQL] Fix

[spark] branch branch-3.3 updated: [SPARK-40089][SQL] Fix sorting for some Decimal types

2022-08-22 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 e16467c04cd [SPARK-40089][SQL] Fix

[spark] branch master updated: [SPARK-40089][SQL] Fix sorting for some Decimal types

2022-08-22 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 8dfd3dfc115 [SPARK-40089][SQL] Fix sorting

[spark] branch master updated (876ce6a5df1 -> f98f9f85662)

2022-08-19 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 876ce6a5df1 [SPARK-35542][ML] Fix: Bucketizer created for multiple columns with parameters splitsArray, inputCols

[spark] branch master updated: [SPARK-40105][SQL] Improve repartition in ReplaceCTERefWithRepartition

2022-08-17 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 103768bcb8b [SPARK-40105][SQL] Improve

[spark] branch branch-3.2 updated: [SPARK-39887][SQL][FOLLOW-UP] Do not exclude Union's first child attributes when traversing other children in RemoveRedundantAliases

2022-08-17 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 f96fc06ca4a [SPARK-39887][SQL][FOLLOW

[spark] branch branch-3.3 updated: [SPARK-39887][SQL][FOLLOW-UP] Do not exclude Union's first child attributes when traversing other children in RemoveRedundantAliases

2022-08-17 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 9601be96a86 [SPARK-39887][SQL][FOLLOW

[spark] branch master updated (6c25ce383d1 -> e732232dac4)

2022-08-17 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 6c25ce383d1 [SPARK-40116][R][INFRA] Pin Arrow version to 8.0.0 in AppVeyor add e732232dac4 [SPARK-39887][SQL

[spark] branch master updated: [SPARK-37980][SQL] Extend METADATA column to support row indexes for Parquet files

2022-08-16 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 95aebcbf100 [SPARK-37980][SQL] Extend METADATA

[spark] branch master updated (0503e10b819 -> 37c421aa5c7)

2022-08-16 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 0503e10b819 [SPARK-40067][SQL] Use Table#name() instead of Scan#name() to populate the table name in the BatchScan

[spark] branch master updated (dd929b04df6 -> 0503e10b819)

2022-08-16 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 dd929b04df6 [SPARK-40095][PYTHON] sc.uiWebUrl should not throw exception when webui is disabled add 0503e10b819

[spark] branch branch-3.1 updated: [SPARK-39887][SQL][3.1] RemoveRedundantAliases should keep aliases that make the output of projection nodes unique

2022-08-15 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 de68152f01c [SPARK-39887][SQL][3.1

[spark] branch master updated: [SPARK-40019][SQL] Refactor comment of ArrayType's containsNull and refactor the misunderstanding logics in collectionOperator's expression about `containsNull`

2022-08-15 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 f66bcd4fba8 [SPARK-40019][SQL] Refactor comment

[spark] branch master updated (87094f89655 -> c7c03f1c75d)

2022-08-15 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 87094f89655 [SPARK-40079] Add Imputer inputCols validation for empty input case add c7c03f1c75d [SPARK-40073

[spark] branch branch-3.3 updated: [SPARK-39976][SQL] ArrayIntersect should handle null in left expression correctly

2022-08-11 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 d7af1d20f06 [SPARK-39976][SQL

[spark] branch master updated: [SPARK-39976][SQL] ArrayIntersect should handle null in left expression correctly

2022-08-11 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 dff5c2f2e9c [SPARK-39976][SQL] ArrayIntersect

[spark] branch branch-3.3 updated (221fee8973c -> 21d9db39b7a)

2022-08-11 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen pushed a change to branch branch-3.3 in repository https://gitbox.apache.org/repos/asf/spark.git from 221fee8973c [SPARK-40047][TEST] Exclude unused `xalan` transitive dependency from `htmlunit` add

[spark] branch master updated: [SPARK-40020][SQL] Centralize the code of qualifying identifiers in SessionCatalog

2022-08-10 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 abaec2804fb [SPARK-40020][SQL] Centralize

[spark] branch master updated: [SPARK-38899][SQL][FOLLOWUP] Fix bug extract datetime in DS V2 pushdown

2022-08-10 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 5dadf52beb8 [SPARK-38899][SQL][FOLLOWUP] Fix

[spark] branch master updated (ee2bf788ea3 -> 36a269d1ce6)

2022-08-10 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 ee2bf788ea3 [SPARK-40008][SQL][FOLLOWUP] Fix codegen of casting integrals to ANSI intervals add 36a269d1ce6

[spark] branch master updated: [SPARK-39929][SQL] DS V2 supports push down string functions(non ANSI)

2022-08-09 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 3b2169129df [SPARK-39929][SQL] DS V2 supports

[spark] branch master updated (b012cb722f6 -> 07a5e5f53b1)

2022-08-08 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 b012cb722f6 [SPARK-40007][PYTHON][SQL] Add 'mode' to functions add 07a5e5f53b1 [SPARK-39819][SQL] DS V2

[spark] branch master updated: [SPARK-39912][SPARK-39828][SQL] Refine CatalogImpl

2022-08-08 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 5c9175c9da7 [SPARK-39912][SPARK-39828][SQL

[spark] branch master updated (bf42b891cf5 -> b02316ccf3e)

2022-08-07 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 bf42b891cf5 [MINOR][SQL] Improve the comments about null tracking for UnsafeRow add b02316ccf3e [SPARK-39764

[spark] branch master updated: [MINOR][SQL] Improve the comments about null tracking for UnsafeRow

2022-08-07 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 bf42b891cf5 [MINOR][SQL] Improve the comments

[spark] branch branch-3.2 updated: [SPARK-38034][SQL] Optimize TransposeWindow rule

2022-08-05 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 0f609ffe86b [SPARK-38034][SQL] Optimize

[spark] branch branch-3.3 updated: [SPARK-38034][SQL] Optimize TransposeWindow rule

2022-08-05 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 369b01404c2 [SPARK-38034][SQL] Optimize

[spark] branch master updated: [SPARK-38034][SQL] Optimize TransposeWindow rule

2022-08-05 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 0cc331dc7e5 [SPARK-38034][SQL] Optimize

[spark] branch master updated: [SPARK-39964][SQL] DS V2 pushdown should unify the translate path

2022-08-05 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 de1d366b275 [SPARK-39964][SQL] DS V2 pushdown

[spark] branch master updated (8a0e299947c -> 4a7e92dc41e)

2022-08-05 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 8a0e299947c [SPARK-38901][SQL] DS V2 supports push down misc functions add 4a7e92dc41e [SPARK-39963][SQL

[spark] branch master updated: [SPARK-38901][SQL] DS V2 supports push down misc functions

2022-08-05 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 8a0e299947c [SPARK-38901][SQL] DS V2 supports

[spark] branch branch-3.1 updated: [SPARK-39867][SQL][3.1] Global limit should not inherit OrderPreservingUnaryNode

2022-08-05 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 a25394ad775 [SPARK-39867][SQL][3.1

[spark] branch branch-3.2 updated: [SPARK-39867][SQL][3.2] Global limit should not inherit OrderPreservingUnaryNode

2022-08-05 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 7a254d99b72 [SPARK-39867][SQL][3.2

[spark] branch branch-3.2 updated: [SPARK-39775][CORE][AVRO] Disable validate default values when parsing Avro schemas

2022-08-04 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 0e5812c49d2 [SPARK-39775][CORE][AVRO

[spark] branch branch-3.3 updated: [SPARK-39775][CORE][AVRO] Disable validate default values when parsing Avro schemas

2022-08-04 Thread wenchen
This is an automated email from the ASF dual-hosted git repository. wenchen 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 c358ee67615 [SPARK-39775][CORE][AVRO

[spark] branch master updated (82dc17cdf7a -> 5c1b99f441e)

2022-08-04 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 82dc17cdf7a [SPARK-39986][PS][DOC] Better example for Co-grouped Map add 5c1b99f441e [SPARK-39775][CORE][AVRO

[spark] branch master updated: [SPARK-39936][SQL] Store schema in properties for Spark Views

2022-08-03 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 047c7c2ed9f [SPARK-39936][SQL] Store schema

<    6   7   8   9   10   11   12   13   14   15   >