ggrohmann opened a new issue, #2483: URL: https://github.com/apache/hop/issues/2483
The Pipeline Transformator seems to have an issue starting with version 2.2 in the following constellation: Step - "Wait for SQL" with "Custom SQL", "Add Rows to Resultset" and a column of date(time) - Followinging Pipeline within the workflow - Step "Get Rows From Result" within the pipeline (Data Type date) 2 possible outcomes for me: (a) I receive directly the error in the pipeline: SAMPLEDATE None : Unknown type 0 specified. (b) The pipeline does run completely and without a problem. However, if the workflow picks up the processing again, the following error appears (starting with hop 2.2): SAMPLEDATE Timestamp : There was a data type error: the data type of java.lang.String object ['2023-02-27T13:00:00.000'] does not correspond to value meta [Timestamp] (through reference chain: org.apache.hop.execution.ExecutionData["rowsBinaryGzipBase64Encoded"]) -- 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]
