hansva commented on issue #7260: URL: https://github.com/apache/hop/issues/7260#issuecomment-4679743314
so yes, it was exactly releated to that ticket, this is the log you are getting in 2.18 ``` 2026/06/11 12:46:56 - Hop - Pipeline opened. 2026/06/11 12:46:56 - Hop - Launching pipeline [ConditionalIssue]... 2026/06/11 12:46:56 - Hop - Started executing pipeline 'ConditionalIssue'. 2026/06/11 12:46:57 - ConditionalIssue - Executing this pipeline using the Local Pipeline Engine with run configuration 'local' 2026/06/11 12:46:57 - ConditionalIssue - Execution started for pipeline [ConditionalIssue] 2026/06/11 12:46:57 - Generate rows.0 - Finished processing (I=0, O=0, R=0, W=1, U=0, E=0) 2026/06/11 12:46:57 - Write to log.0 - 2026/06/11 12:46:57 - Write to log.0 - ------------> Linenr 1------------------------------ 2026/06/11 12:46:57 - Write to log.0 - True Results 2026/06/11 12:46:57 - Write to log.0 - 2026/06/11 12:46:57 - Write to log.0 - sample = path1 2026/06/11 12:46:57 - Write to log.0 - 2026/06/11 12:46:57 - Write to log.0 - ==================== 2026/06/11 12:46:57 - Filter rows.0 - Finished processing (I=0, O=0, R=1, W=1, U=0, E=0) 2026/06/11 12:46:57 - Write to log.0 - Finished processing (I=0, O=0, R=1, W=1, U=0, E=0) #################################### True results execution if fine ################################# 2026/06/11 12:46:57 - TrueScript.0 - Finished processing (I=0, O=0, R=1, W=1, U=0, E=0) 2026/06/11 12:46:57 - ConditionalIssue - Pipeline duration : 0.453 seconds [ 0.453" ] 2026/06/11 12:46:57 - Hop - Pipeline 'ConditionalIssue' completed. 2026/06/11 12:46:57 - ConditionalIssue - Execution finished on a local pipeline engine with run configuration 'local' ``` -- 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]
