Skip to content

Commit

Permalink
Remove warning message (#2173)
Browse files Browse the repository at this point in the history
There is no clear value add for the error message, simply pushing the raw data is the best way to handle such custom fields
  • Loading branch information
dhercher authored Feb 12, 2025
1 parent 40141f5 commit b93cad8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,6 @@ static void handleDatastreamRecordType(
jsonObject.put(fieldName, convertedIntervalNano);
break;
default:
LOG.warn(
"Unknown field type {} for field {} in record {}.", fieldSchema, fieldName, element);
ObjectMapper mapper = new ObjectMapper();
JsonNode dataInput;
try {
Expand Down

0 comments on commit b93cad8

Please sign in to comment.