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/10/19 02:55:40 UTC

[GitHub] [spark] HyukjinKwon opened a new pull request, #38303: [SPARK-40538][CONNECT][FOLLOW-UP] Fix less than comparison in Spark Connect expression

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

   ### What changes were proposed in this pull request?
   
   This PR is a followup of https://github.com/apache/spark/pull/38270 that changes `__lt__` to use `<` that is less than comparison.
   
   ### Why are the changes needed?
   
   To less than comparison to use `<` properly.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, the original change is not released yet.
   
   ### How was this patch tested?
   
   Unit test was added.


-- 
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] HyukjinKwon closed pull request #38303: [SPARK-40538][CONNECT][FOLLOW-UP] Fix less than comparison in Spark Connect expression

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #38303: [SPARK-40538][CONNECT][FOLLOW-UP] Fix less than comparison in Spark Connect expression
URL: https://github.com/apache/spark/pull/38303


-- 
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] HyukjinKwon commented on pull request #38303: [SPARK-40538][CONNECT][FOLLOW-UP] Fix less than comparison in Spark Connect expression

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

   Test failure is not from this PR. Let me fix it in another PR.
   
   Merged to 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