[spark] branch master updated: [SPARK-44044][SS] Improve Error message for Window functions with streaming

2023-06-30 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 f406b54b2a8 [SPARK-44044][SS] Improve Error

[spark] branch master updated: [SPARK-43851][SQL] Support LCA in grouping expressions

2023-06-30 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 9353d67f929 [SPARK-43851][SQL] Support LCA in

[spark] branch master updated: [SPARK-44060][SQL] Code-gen for build side outer shuffled hash join

2023-06-30 Thread huaxingao
This is an automated email from the ASF dual-hosted git repository. huaxingao 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 2db8cfb3bd9 [SPARK-44060][SQL] Code-gen for

[spark] branch branch-3.3 updated: [SPARK-42784] should still create subDir when the number of subDir in merge dir is less than conf

2023-06-30 Thread mridulm80
This is an automated email from the ASF dual-hosted git repository. mridulm80 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 e9b525e2054 [SPARK-42784] should

[spark] branch branch-3.4 updated: [SPARK-42784] should still create subDir when the number of subDir in merge dir is less than conf

2023-06-30 Thread mridulm80
This is an automated email from the ASF dual-hosted git repository. mridulm80 pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new 9ec84ca47d8 [SPARK-42784] should

[spark] branch master updated: [SPARK-42784] should still create subDir when the number of subDir in merge dir is less than conf

2023-06-30 Thread mridulm80
This is an automated email from the ASF dual-hosted git repository. mridulm80 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 35d51571a80 [SPARK-42784] should still create

[spark] branch master updated: [MINOR] Fix Typo in `build/mvn` script

2023-06-30 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 482e852b853 [MINOR] Fix Typo in `build/mvn`

[spark] branch master updated: [SPARK-44259][CONNECT][TESTS] Make `connect-client-jvm` pass on Java 21 except `RemoteSparkSession`-based tests

2023-06-30 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 8c635a0fa558 [SPARK-44259][CONNECT][TESTS]

[spark] branch master updated: [SPARK-44256][BUILD] Upgrade rocksdbjni to 8.3.2

2023-06-30 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 6d8d11be6a4 [SPARK-44256][BUILD] Upgrade

[spark] branch master updated: [SPARK-41487][SQL] Assign name to _LEGACY_ERROR_TEMP_1020

2023-06-30 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 706829d9731 [SPARK-41487][SQL] Assign name to

[spark] branch master updated: [SPARK-43986][SQL] Create error classes for HyperLogLog function call failures

2023-06-30 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 ab67f461987 [SPARK-43986][SQL] Create error

[spark] branch master updated: [SPARK-44260][SQL] Assign names to the error class _LEGACY_ERROR_TEMP_[1215-1245-2329] & Use checkError() to check Exception in *CharVarchar*Suite

2023-06-30 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 3fb9a2c6135 [SPARK-44260][SQL] Assign names to

[spark] branch master updated: [SPARK-44257][BUILD] Update some maven plugins & scalafmt to newest version

2023-06-30 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 05f5dccbd34 [SPARK-44257][BUILD] Update some

[spark] branch master updated: [SPARK-41599] Memory leak in FileSystem.CACHE when submitting apps to secure cluster using InProcessLauncher

2023-06-30 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 7971e1c6a7c [SPARK-41599] Memory leak in

[spark] branch branch-3.3 updated: [SPARK-44241][CORE] Mistakenly set io.connectionTimeout/connectionCreationTimeout to zero or negative will cause incessant executor cons/destructions

2023-06-30 Thread yao
This is an automated email from the ASF dual-hosted git repository. yao 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 84620f2b877 [SPARK-44241][CORE] Mistakenly

[spark] branch branch-3.4 updated: [SPARK-44241][CORE] Mistakenly set io.connectionTimeout/connectionCreationTimeout to zero or negative will cause incessant executor cons/destructions

2023-06-30 Thread yao
This is an automated email from the ASF dual-hosted git repository. yao pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/spark.git The following commit(s) were added to refs/heads/branch-3.4 by this push: new fe971de447d [SPARK-44241][CORE] Mistakenly

[spark] branch master updated (91c45812520 -> 38645fa470b)

2023-06-30 Thread yao
This is an automated email from the ASF dual-hosted git repository. yao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 91c45812520 [SPARK-43922][SQL] Add named parameter support in parser for function calls add 38645fa470b

[spark] branch master updated: [SPARK-43922][SQL] Add named parameter support in parser for function calls

2023-06-30 Thread maxgekk
This is an automated email from the ASF dual-hosted git repository. maxgekk 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 91c45812520 [SPARK-43922][SQL] Add named