tenthe commented on code in PR #1290:
URL: https://github.com/apache/streampipes/pull/1290#discussion_r1212199036


##########
streampipes-extensions-management/src/main/java/org/apache/streampipes/extensions/management/connect/adapter/parser/util/JsonEventProperty.java:
##########
@@ -77,13 +79,15 @@ public static EventProperty getEventProperty(String key, 
Object o) {
 
       ((EventPropertyList) resultProperty).setEventProperty(arrayContent);
       resultProperty.setRuntimeName(key);
+
     }
 
     if (resultProperty == null) {
       LOG.error("Property Type was not detected in JsonParser for the schema 
detection. "
-          + "This should never happen!");
+                + "This should never happen!");
     }
 
+    resultProperty.setDescription("");

Review Comment:
   But we should not remove the `.setDescription` I guess it is there for a 
reason ;) 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to