|
@@ -2688,7 +2688,7 @@ static int translateZCRException(JNIEnv *env, jthrowable exc)
|
|
ret = EPROTONOSUPPORT;
|
|
ret = EPROTONOSUPPORT;
|
|
goto done;
|
|
goto done;
|
|
}
|
|
}
|
|
- ret = printExceptionAndFree(env, jthr, PRINT_EXC_ALL,
|
|
|
|
|
|
+ ret = printExceptionAndFree(env, exc, PRINT_EXC_ALL,
|
|
"hadoopZeroCopyRead: ZeroCopyCursor#read failed");
|
|
"hadoopZeroCopyRead: ZeroCopyCursor#read failed");
|
|
done:
|
|
done:
|
|
free(className);
|
|
free(className);
|