-
Notifications
You must be signed in to change notification settings - Fork 29k
SPARK-2229: FileAppender throw an llegalArgumentException in jdk6 #1174
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
|
Merged build triggered. |
|
Merged build started. |
|
Merged build triggered. |
|
Merged build started. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
Merged build finished. All automated tests passed. |
|
All automated tests passed. |
|
+1 I literally ran into this too 6 hours ago and had the same fix. It's from the change for SPARK-1940. I think it's a good idea that test be run on Java 6 as a result? this is another of several that would have been caught by that. |
|
Thanks. I'm merging this in master. @pwendell - we probably want to run tests on JDK6 ... (if possible both in the build matrix) |
Author: witgo <witgo@qq.com> Closes apache#1174 from witgo/SPARK-2229 and squashes the following commits: f85f321 [witgo] FileAppender throw anIllegalArgumentException in JDK6 e1a8da8 [witgo] SizeBasedRollingPolicy throw an java.lang.IllegalArgumentException in JDK6
Author: witgo <witgo@qq.com> Closes apache#1174 from witgo/SPARK-2229 and squashes the following commits: f85f321 [witgo] FileAppender throw anIllegalArgumentException in JDK6 e1a8da8 [witgo] SizeBasedRollingPolicy throw an java.lang.IllegalArgumentException in JDK6
Co-authored-by: Dongjoon Hyun <dongjoon@apache.org>
No description provided.