Update DBInputFormat.java

This commit is contained in:
Peeb 2015-03-24 19:27:03 +08:00
parent 3a189440e7
commit e66eb382b1

View File

@ -234,7 +234,7 @@ conf, createConnection(), getDBConf(), conditions, fieldNames,
tableName);
}
} catch (SQLException ex) {
throw new IOException(ex.getMessage());
throw new IOException(ex);
}
}