You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "HyukjinKwon (via GitHub)" <gi...@apache.org> on 2024/02/06 07:55:22 UTC

[PR] [SPARK-46985][PYTHON] Move pyspark._NoValue to pyspark.sql._NoValue [spark]

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

   ### What changes were proposed in this pull request?
   
   This PR proposes to move `pyspark._NoValue` to `pyspark.sql._NoValue`.
   
   ### Why are the changes needed?
   
   To decouple core from SQL. `_NoValue` is only used in SQL and pandas API on Spark (that is dependent on SQL).
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Existing unittests.
   
   ### 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-46985][PYTHON] Move pyspark._NoValue to pyspark.sql._NoValue [spark]

Posted by "HyukjinKwon (via GitHub)" <gi...@apache.org>.
HyukjinKwon closed pull request #45043: [SPARK-46985][PYTHON] Move pyspark._NoValue to pyspark.sql._NoValue
URL: https://github.com/apache/spark/pull/45043


-- 
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