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

   ### Body
   
   Currently, the timestamp extracted from the InfluxDB client is always 
returned as a `double` when using
   `influxDB.query(query, TimeUnit.MILLISECONDS);`.
   
   This has worked so far because it did not affect the UI, and in other places 
(e.g. the export feature) we rely on an explicit cast in the `ItemGenerator`. 
However, we should change this to a `long` value to ensure consistent behavior 
when exporting and importing data.
   
   
   
   ### StreamPipes Committer
   
   I acknowledge that I am a maintainer/committer of the Apache StreamPipes 
project.


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