Update DBInputFormat.java
This commit is contained in:
parent
3a189440e7
commit
e66eb382b1
@ -234,7 +234,7 @@ conf, createConnection(), getDBConf(), conditions, fieldNames,
|
||||
tableName);
|
||||
}
|
||||
} catch (SQLException ex) {
|
||||
throw new IOException(ex.getMessage());
|
||||
throw new IOException(ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user