You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "khalidmammadov (via GitHub)" <gi...@apache.org> on 2023/10/07 19:50:21 UTC

[PR] [SPARK-45457][DOCS] Surface sc.setLocalProperty() value=NULL param meaning [spark]

khalidmammadov opened a new pull request, #43269:
URL: https://github.com/apache/spark/pull/43269

   ### What changes were proposed in this pull request?
   
   sc.setLocalProperty() has special meaning/feature for `null` value as a parameter and when supplied then removes the property associated with the key parameter. It's only mentioned in the [Fair Scheduler section of the documentation](https://spark.apache.org/docs/latest/job-scheduling.html#fair-scheduler-pools) although it is not limited to scheduler pool config and has got more general use cases.
   
   So, it would be nice to document that on the APIs as well for users' benefit.
   
   ### Why are the changes needed?
   
   API documentation
   
   
   ### Does this PR introduce _any_ user-facing change?
   Yes
   
   ### How was this patch tested?
   Local lint
   
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


Re: [PR] [SPARK-45457][DOCS] Surface sc.setLocalProperty() value=NULL param meaning [spark]

Posted by "dongjoon-hyun (via GitHub)" <gi...@apache.org>.
dongjoon-hyun closed pull request #43269: [SPARK-45457][DOCS] Surface sc.setLocalProperty() value=NULL param meaning
URL: https://github.com/apache/spark/pull/43269


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org