Re: Deluge of GitBox emails

2022-04-04 Thread Sean Owen
https://issues.apache.org/jira/browse/INFRA-23082 for those following. On Mon, Apr 4, 2022 at 9:32 AM Nicholas Chammas wrote: > I’m not familiar with GitBox, but it must be an independent thing. When > you participate in a PR, GitHub emails you notifications directly. > > The GitBox emails, on

Re: Apache Spark 3.3 Release

2022-04-04 Thread Maxim Gekk
Hello All, Below is current status of features from the allow list: IN PROGRESS: 1. SPARK-37396: Inline type hint files for files in python/pyspark/mllib 2. SPARK-37395: Inline type hint files for files in python/pyspark/ml 3. SPARK-37093: Inline type hints python/pyspark/streaming

Re: Deluge of GitBox emails

2022-04-04 Thread Nicholas Chammas
I’m not familiar with GitBox, but it must be an independent thing. When you participate in a PR, GitHub emails you notifications directly. The GitBox emails, on the other hand, are going to the dev list. They seem like something setup as a repo-wide setting, or perhaps as an Apache bot that

Re: Deluge of GitBox emails

2022-04-04 Thread Паша
+1 Pasha Finkelshteyn Developer Advocate for Data Engineering JetBrains Pasha Finkelshteyn Developer Advocate for Data Engineering JetBrains asm0...@jetbrains.com https://linktr.ee/asm0dey Find out more пн, 4 апр. 2022 г. в 16:51, Mich Talebzadeh : > > +1 as well receiving

Re: Deluge of GitBox emails

2022-04-04 Thread Mich Talebzadeh
+1 as well receiving :) view my Linkedin profile https://en.everybodywiki.com/Mich_Talebzadeh *Disclaimer:* Use it at your own risk. Any and all responsibility for any loss, damage or destruction of data or any other property

Re: Deluge of GitBox emails

2022-04-04 Thread Sean Owen
I think this must be related to the Gitbox migration that just happened. It does seem like I'm getting more emails - some are on PRs I'm attached to, but some I don't recognize. The thing is, I'm not yet clear if they duplicate the normal Github emails - that is if we turn them off do we have

Deluge of GitBox emails

2022-04-04 Thread Nicholas Chammas
I assume I’m not the only one getting these new emails from GitBox. Is there a story behind that that I missed? I’d rather not get these emails on the dev list. I assume most of the list would agree with me. GitHub has a good set of options for following activity on the repo. People who want

[GitHub] [spark] yaooqinn commented on a diff in pull request #36052: [SPARK-38777][YARN] Add `bin/spark-submit --kill / --status` support for yarn

2022-04-04 Thread GitBox
yaooqinn commented on code in PR #36052: URL: https://github.com/apache/spark/pull/36052#discussion_r841461428 ## resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/YarnSparkSubmitOperation.scala: ## @@ -0,0 +1,136 @@ +/* + * Licensed to the Apache Software

[GitHub] [spark] monkeyboy123 commented on a diff in pull request #35984: [MINOR][SQL] Show debug log for `AnalysisException` in Analyzer

2022-04-04 Thread GitBox
monkeyboy123 commented on code in PR #35984: URL: https://github.com/apache/spark/pull/35984#discussion_r841430645 ## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala: ## @@ -1761,7 +1761,9 @@ class Analyzer(override val catalogManager:

[GitHub] [spark] HyukjinKwon commented on a diff in pull request #36038: [SPARK-38759][PYTHON][SS] Add StreamingQueryListener support in PySpark

2022-04-04 Thread GitBox
HyukjinKwon commented on code in PR #36038: URL: https://github.com/apache/spark/pull/36038#discussion_r841351936 ## python/docs/source/reference/pyspark.ss.rst: ## @@ -30,10 +30,10 @@ Core Classes DataStreamReader DataStreamWriter -ForeachBatchFunction Review

[GitHub] [spark] dongjoon-hyun commented on a diff in pull request #35856: [SPARK-38550][SQL][CORE] Use a disk-based store to save more debug information for live UI

2022-04-04 Thread GitBox
dongjoon-hyun commented on code in PR #35856: URL: https://github.com/apache/spark/pull/35856#discussion_r841422549 ## sql/core/src/main/scala/org/apache/spark/sql/internal/SharedState.scala: ## @@ -118,6 +119,12 @@ private[sql] class SharedState( statusStore } +

[GitHub] [spark] dongjoon-hyun commented on a diff in pull request #35856: [SPARK-38550][SQL][CORE] Use a disk-based store to save more debug information for live UI

2022-04-04 Thread GitBox
dongjoon-hyun commented on code in PR #35856: URL: https://github.com/apache/spark/pull/35856#discussion_r841421049 ## core/src/main/scala/org/apache/spark/internal/config/Status.scala: ## @@ -70,4 +70,11 @@ private[spark] object Status { .version("3.0.0")