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 2021/12/21 06:28:27 UTC

[GitHub] [spark] xinrong-databricks opened a new pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

xinrong-databricks opened a new pull request #34966:
URL: https://github.com/apache/spark/pull/34966


   ### What changes were proposed in this pull request?
   Implement `ps.to_timedelta` method
   
   ### Why are the changes needed?
   To be consistent with pandas
   
   ### Does this PR introduce _any_ user-facing change?
   Yes.
   
   ### How was this patch tested?
   Unit tests.
   


-- 
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 #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #34966:
URL: https://github.com/apache/spark/pull/34966


   


-- 
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] AmplabJenkins removed a comment on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998584919


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/50898/
   


-- 
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] SparkQA commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998528415


   **[Test build #146420 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146420/testReport)** for PR 34966 at commit [`687505e`](https://github.com/apache/spark/commit/687505e2cb656fad9bbe18dbe81e0365b96f36e8).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
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] SparkQA commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998518453


   **[Test build #146423 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146423/testReport)** for PR 34966 at commit [`f8a911e`](https://github.com/apache/spark/commit/f8a911e0a4b036c16551a3f6e0a6339ac09062ab).


-- 
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] SparkQA commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998541484


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50898/
   


-- 
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 #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

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


   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


[GitHub] [spark] xinrong-databricks commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
xinrong-databricks commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998632371


   CC @ueshin @HyukjinKwon @itholic 


-- 
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] SparkQA commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998584881


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50898/
   


-- 
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] AmplabJenkins commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998544846






-- 
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] AmplabJenkins commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998581069


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/50895/
   


-- 
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] SparkQA commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998530243


   **[Test build #146423 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146423/testReport)** for PR 34966 at commit [`f8a911e`](https://github.com/apache/spark/commit/f8a911e0a4b036c16551a3f6e0a6339ac09062ab).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.


-- 
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] SparkQA removed a comment on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998518453


   **[Test build #146423 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146423/testReport)** for PR 34966 at commit [`f8a911e`](https://github.com/apache/spark/commit/f8a911e0a4b036c16551a3f6e0a6339ac09062ab).


-- 
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] AmplabJenkins commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998584919


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/50898/
   


-- 
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] SparkQA commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998516576


   **[Test build #146420 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146420/testReport)** for PR 34966 at commit [`687505e`](https://github.com/apache/spark/commit/687505e2cb656fad9bbe18dbe81e0365b96f36e8).


-- 
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] AmplabJenkins removed a comment on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998581069


   
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/50895/
   


-- 
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] SparkQA commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998575579


   Kubernetes integration test status failure
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50895/
   


-- 
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] SparkQA commented on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998541802


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/50895/
   


-- 
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] SparkQA removed a comment on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998516576


   **[Test build #146420 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/146420/testReport)** for PR 34966 at commit [`687505e`](https://github.com/apache/spark/commit/687505e2cb656fad9bbe18dbe81e0365b96f36e8).


-- 
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] AmplabJenkins removed a comment on pull request #34966: [SPARK-37701][PYTHON] Implement `ps.to_timedelta` method

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #34966:
URL: https://github.com/apache/spark/pull/34966#issuecomment-998544845






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