-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-4446] [SPARK CORE] #3306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Fix a little mistake about delaySeconds .
|
Can one of the admins verify this patch? |
|
ok to test. I think this is correct. @tdas? |
|
Test build #23626 has started for PR 3306 at commit
|
|
Good catch! LGTM. |
|
Hey @Leolh can you rebase to master now that the MiMa thing is fixed? The currently running tests will fail. |
|
Test build #23626 has finished for PR 3306 at commit
|
|
Test FAILed. |
|
Also, could you also fill in the title for the PR with something else aside from the bug number? Thanks! |
|
retest this please |
|
Test build #23644 has started for PR 3306 at commit
|
|
Test build #23644 has finished for PR 3306 at commit
|
|
Test PASSed. |
|
Ok merging into 1.2 and master |
MetadataCleaner schedule task with a wrong param for delay time . Author: Leolh <[email protected]> Closes #3306 from Leolh/master and squashes the following commits: 4a21f4e [Leolh] Update MetadataCleaner.scala (cherry picked from commit e216ffa) Signed-off-by: Andrew Or <[email protected]>
MetadataCleaner schedule task with a wrong param for delay time .