tenthe opened a new issue, #4133: URL: https://github.com/apache/streampipes/issues/4133
### Body When an adapter has an `AddTimestamp` rule, `MigrateAdaptersToUseScript` adds the timestamp to the script, but the property data type remains `long`. This causes events to contain a `float` timestamp value, which cannot be stored in the Data Lake. To fix this, the `originType` field must also be set for the property so the value is correctly transformed to `long`. ### 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]
