Skip to content

Commit

Permalink
JDBC sources: Improve source column type logs (#18193)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao authored Oct 19, 2022
1 parent 3d053e3 commit e361ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ protected List<TableInfo<CommonField<Datatype>>> discoverInternal(final JdbcData
.map(f -> {
final Datatype datatype = getFieldType(f);
final JsonSchemaType jsonType = getType(datatype);
LOGGER.info("Table {} column {} (type {}[{}]) -> {}",
LOGGER.info("Table {} column {} (type {}[{}], nullable {}) -> {}",
fields.get(0).get(INTERNAL_TABLE_NAME).asText(),
f.get(INTERNAL_COLUMN_NAME).asText(),
f.get(INTERNAL_COLUMN_TYPE_NAME).asText(),
Expand Down

0 comments on commit e361ef6

Please sign in to comment.