Yikun Jiang
Yikun Jiang
just a rebase because we update numpy version in infra, and add a line in migration guide,
All test passed and Test passed with Pandas 1.4.2: https://github.com/Yikun/spark/pull/148 Test passed with Pandas 1.4.3: https://github.com/Yikun/spark/pull/147 @ueshin Would you mind take a look? Thanks!
@ueshin Thanks for review!
@HyukjinKwon Mind to take another look?
Just a rebase
> is there some method to enforce the input type checking? I did some try on strict type check for pyspark in last year (long long ago): https://github.com/Yikun/annotation-type-checker/pull/4 We could...
If it's a common mistake, we might want to add this fix, but for this patch, I personally think this example seems a little too extreme. The user could also...
The `clone_from` calls git clone function [with `as_process=True`](https://github.com/gitpython-developers/GitPython/blob/6df6d41835cd331995ad012ede3f72ef2834a6c5/git/repo/base.py#L960), it [skips](https://github.com/gitpython-developers/GitPython/blob/6df6d41835cd331995ad012ede3f72ef2834a6c5/git/cmd.py#L770-L772) the kill monitor and call [`self.AutoInterrupt(proc, command)`](https://github.com/gitpython-developers/GitPython/blob/6df6d41835cd331995ad012ede3f72ef2834a6c5/git/cmd.py#L741) directly. So, if we want to change `clone_from` to with kill monitor, we...
Before adding support on it, you could also use the below wordaround to support git clone with timeout: ``` import git import os mygit = git.cmd.Git(os.getcwd()) mygit.clone( git.cmd.Git.polish_url(git_url), local_path, kill_after_timeout=timeout...
+1 for ghcr packge version deletion support!