[spark] branch master updated: [SPARK-39720][R] Implement tableExists/getTable in SparkR for 3L namespace

2022-07-10 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 c2f8f555dd7 [SPARK-39720][R] Implement

[spark] branch branch-3.2 updated: [SPARK-39099][BUILD] Add dependencies to Dockerfile for building Spark releases

2022-07-10 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 ba978b3c533 [SPARK-39099][BUILD] Add

[spark] branch branch-3.2 updated: [SPARK-37554][BUILD] Add PyArrow, pandas and plotly to release Docker image dependencies

2022-07-10 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 001d8b0cddc [SPARK-37554][BUILD] Add

[spark] branch branch-3.2 updated: [SPARK-37730][PYTHON][FOLLOWUP] Split comments to comply pycodestyle check

2022-07-10 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 9dd4c07475c

[spark] branch master updated: [SPARK-39727][BUILD] Upgrade joda-time from 2.10.13 to 2.10.14

2022-07-10 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 93e30a962fa [SPARK-39727][BUILD] Upgrade

[spark] branch branch-3.2 updated: [SPARK-37730][PYTHON] Replace use of MPLPlot._add_legend_handle with MPLPlot._append_legend_handles_labels

2022-07-10 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon 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 bc54a3f0c2e [SPARK-37730][PYTHON]

[spark] branch master updated (7ad37925afb -> 06ee7c2c4ce)

2022-07-10 Thread dongjoon
This is an automated email from the ASF dual-hosted git repository. dongjoon pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git from 7ad37925afb [SPARK-39724][CORE] Remove duplicate `.setAccessible(true)` call in `kvstore.KVTypeInfo` add