[spark] branch master updated: [SPARK-43594][SQL] Add LocalDateTime to anyToMicros

2023-06-09 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 5ea8ce4b537 [SPARK-43594][SQL] Add

[spark] branch master updated: [SPARK-43916][CONNECT][TESTS] Adds the test case that percentile with frequency for Scala API

2023-06-09 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 c30b411e412 [SPARK-43916][CONNECT][TESTS] Adds

[spark] branch master updated: [SPARK-43616][PS][CONNECT] Enable `pyspark.pandas.spark.functions.mode` in Spark Connect

2023-06-09 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 0dc2bd45eee [SPARK-43616][PS][CONNECT] Enable

[spark] branch master updated: [SPARK-43610][CONNECT][PS] Enable `InternalFrame.attach_distributed_column` in Spark Connect

2023-06-09 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 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 611908afb4f [SPARK-43610][CONNECT][PS] Enable

[spark] branch master updated: [SPARK-43971][CONNECT][PYTHON] Support Python's createDataFrame in streaming manner

2023-06-09 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 93e0acbf7d9 [SPARK-43971][CONNECT][PYTHON]

[spark] branch branch-3.4 updated: [SPARK-43404][SS][3.4] Skip reusing sst file for same version of RocksDB state store to avoid id mismatch error

2023-06-09 Thread kabhwan
This is an automated email from the ASF dual-hosted git repository. kabhwan 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 238da78766f [SPARK-43404][SS][3.4] Skip

[spark] branch master updated (83e7fae4187 -> c8fe1940b7f)

2023-06-09 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 83e7fae4187 [SPARK-43648][CONNECT][TESTS] Move `interrupt all` related test to a new test file to pass Maven test

[spark] branch master updated (efa1eb98ef3 -> 83e7fae4187)

2023-06-09 Thread gurwls223
This is an automated email from the ASF dual-hosted git repository. gurwls223 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from efa1eb98ef3 [SPARK-44010][PYTHON][SS][MINOR] Python StreamingQueryProgress rowsPerSecond type fix add