[spark] branch master updated: [SPARK-39246][PS] Implement Groupby.skew

2022-05-21 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository. ruifengz 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 d165de8c04c [SPARK-39246][PS] Implement

[spark] branch master updated: [SPARK-39242][SS] Fix awaitOffset to wait for committedOffset to reach at-least expected offset for longOffset and fix RateStreamProvider test

2022-05-21 Thread kabhwan
This is an automated email from the ASF dual-hosted git repository. kabhwan 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 230c2ddd170 [SPARK-39242][SS] Fix awaitOffset

[spark] branch master updated: [SPARK-37956][DOCS] Add Python and Java examples of Parquet encryption in Spark SQL to documentation

2022-05-21 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 9f91b82b721 [SPARK-37956][DOCS] Add Python and

[spark] branch master updated: [SPARK-39244][INFRA] Use `--no-echo` instead of `--slave` in R 4.0+

2022-05-21 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 4f99e91f352 [SPARK-39244][INFRA] Use `--no-echo`

[spark] branch master updated: [SPARK-39204][CORE] Change `Utils.createTempDir` and `Utils.createDirectory` call the same logic method in `JavaUtils`

2022-05-21 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 5cb5d1fa66a [SPARK-39204][CORE] Change

[spark] branch master updated (49562f41678 -> 291d155b3c5)

2022-05-21 Thread ruifengz
This is an automated email from the ASF dual-hosted git repository. ruifengz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 49562f41678 [SPARK-39167][SQL] Throw an exception w/ an error class for multiple rows from a subquery used as an