You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2020/07/20 12:11:27 UTC

[GitHub] [incubator-streampipes] amkcpu opened a new pull request #23: Fixes for multiple stream attribute naming

amkcpu opened a new pull request #23:
URL: https://github.com/apache/incubator-streampipes/pull/23


   ### Purpose
   Following up on #22, concretely the change of attribute naming.
   1. In `removeStreamIdFromTimestamp()`, a prefix of "s0" was assumed, when the timestamp could also be from another stream.
   2. `getCustomOutputSelectStatement()` also assumes "s0" as prefix.
   
   ### Approach
   For 1: Change the regex to use a wildcard character (`.`).
   For 2: Overload `getCustomOutputSelectStatement()` with the possibility to specify a stream number to be used.
   
   ### Remarks
   Jira issue: None
   


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

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