We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5da5fb commit f910d92Copy full SHA for f910d92
athena-jdbc/src/main/java/com/amazonaws/athena/connectors/jdbc/manager/JDBCUtil.java
@@ -212,7 +212,7 @@ public static List<TableName> getTableMetadata(PreparedStatement preparedStateme
212
}
213
214
catch (SQLException ex) {
215
- LOGGER.info("Unable to return list of {} from data source!", tableType);
+ LOGGER.warn("Unable to return list of {} from data source!. Returning Empty list of table", tableType, ex);
216
217
return list.build();
218
0 commit comments