-
Notifications
You must be signed in to change notification settings - Fork 28.7k
SPARK-5239 [CORE] JdbcRDD throws "java.lang.AbstractMethodError: oracle.jdbc.driver.xxxxxx.isClosed()Z" #4470
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
Test build #27094 has started for PR 4470 at commit
|
Test build #27094 has finished for PR 4470 at commit
|
Test FAILed. |
Jenkins, retest this please. |
Test build #27099 has started for PR 4470 at commit
|
Test build #27099 has finished for PR 4470 at commit
|
Test FAILed. |
Hey @srowen, we are working on a fix for the failing thrift server tests. /cc @liancheng |
OK phew, good to know it's probably not this change. |
test this please |
Test build #27144 has started for PR 4470 at commit
|
Test build #27144 has finished for PR 4470 at commit
|
Test PASSed. |
…le.jdbc.driver.xxxxxx.isClosed()Z" This is a completion of #4033 which was withdrawn for some reason. Author: Sean Owen <[email protected]> Closes #4470 from srowen/SPARK-5239.2 and squashes the following commits: 2398bde [Sean Owen] Avoid use of JDBC4-only isClosed() (cherry picked from commit 2d1e916) Signed-off-by: Sean Owen <[email protected]>
This is a completion of #4033 which was withdrawn for some reason.