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 14:17:51 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #490: [OPC UA Adapter] GuessSchema does not detect data types

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

   *Problem*
   
   When a parent node is used in the adapter with multiple sub nodes, the detection of the corresponding data types does not work. Instead, all nodes are assigned to the default data type (String).
   
    
   
   *Root*
   
   When the node is not directly read, eclipse milo returns `BaseDataVariableType` as data type for all nodes. Accordingly, all nodes are assigned to be strings.
   
    
   
   *Solution*
   
   Retrieve the data type for all nodes individually from the server, but only in case a node with multiple sub-nodes is accessed.
   
   Imported from Jira [STREAMPIPES-345](https://issues.apache.org/jira/browse/STREAMPIPES-345). Original Jira may contain additional context.
   Reported by: bossenti.


-- 
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


[GitHub] [streampipes] dominikriemer closed issue #490: [OPC UA Adapter] GuessSchema does not detect data types

Posted by GitBox <gi...@apache.org>.
dominikriemer closed issue #490: [OPC UA Adapter] GuessSchema does not detect data types
URL: https://github.com/apache/streampipes/issues/490


-- 
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

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