You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/11/26 12:48:43 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #253: Add support list properties containing nested properties in StreamPipes Connect

dominikriemer opened a new issue, #253:
URL: https://github.com/apache/streampipes/issues/253

   Currently we just support lists properties consisting of primitive properties (e.g. [1,2,6,0] or ["one","two","three"].
   
   We should extend the schema guessing for lists containing nested properties as well (e.g. [\{"x": 1, "y":2},\{"x":1, "y":3}])
   
   The adapter has to ensure that all objects within the list have the same schema.
   
   Imported from Jira [STREAMPIPES-48](https://issues.apache.org/jira/browse/STREAMPIPES-48). Original Jira may contain additional context.
   Reported by: zehnder.


-- 
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: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org