You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/12 04:27:16 UTC

[GitHub] [spark] zhengruifeng opened a new pull request, #39028: [SPARK-41484][CONNECT][PYTHON] Implement `collection` functions: E~M

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

   ### What changes were proposed in this pull request?
    Implement [`collection` functions](https://github.com/apache/spark/blob/master/python/docs/source/reference/pyspark.sql/functions.rst#collection-functions) alphabetically, this PR contains `E` ~ `M`  except:
   
   - `exists`, `filter`, `forall`, `map_filter`, `map_zip_with` - need the support of LambdaFunction Expression
   - the `DataType` type schema in `from_csv`, `from_json` - the expressions does not accept json-formated literal string
   
   
   
   ### Why are the changes needed?
   for API coverage
   
   
   ### Does this PR introduce _any_ user-facing change?
   yes
   
   
   ### How was this patch tested?
   added UT


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


[GitHub] [spark] zhengruifeng commented on pull request #39028: [SPARK-41484][CONNECT][PYTHON] Implement `collection` functions: E~M

Posted by GitBox <gi...@apache.org>.
zhengruifeng commented on PR #39028:
URL: https://github.com/apache/spark/pull/39028#issuecomment-1345943016

   @HyukjinKwon @amaliujia @grundprinzip 


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


[GitHub] [spark] zhengruifeng closed pull request #39028: [SPARK-41484][CONNECT][PYTHON] Implement `collection` functions: E~M

Posted by GitBox <gi...@apache.org>.
zhengruifeng closed pull request #39028: [SPARK-41484][CONNECT][PYTHON] Implement `collection` functions: E~M
URL: https://github.com/apache/spark/pull/39028


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


[GitHub] [spark] amaliujia commented on pull request #39028: [SPARK-41484][CONNECT][PYTHON] Implement `collection` functions: E~M

Posted by GitBox <gi...@apache.org>.
amaliujia commented on PR #39028:
URL: https://github.com/apache/spark/pull/39028#issuecomment-1347259428

   late LGTM!


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


[GitHub] [spark] zhengruifeng commented on pull request #39028: [SPARK-41484][CONNECT][PYTHON] Implement `collection` functions: E~M

Posted by GitBox <gi...@apache.org>.
zhengruifeng commented on PR #39028:
URL: https://github.com/apache/spark/pull/39028#issuecomment-1346010190

   thanks, merged into master


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