gmitter-ef commented on issue #2723:
URL: https://github.com/apache/hop/issues/2723#issuecomment-2991024113

   This is still an issue in 2.14 (Windows), OpenJDK 17.
   
   Some more details on what is the observed behaviour (provided a JSON input 
transform that reads two JSON files and prints the contents in a subsequent 
Write to log transform):
   
   A
   - "Required N" for both files
   - files are indeed present
   - "Do not raise an error if no files" UNCHECKED
   ==> fields are correctly printed (OK)
   ==> "ERROR: No file(s) specified! Stop processing. [...] Pipeline is killing 
the other transforms!" (NOK)
   ==> Status "Finished (with errors)". (NOK)
   
   B
   - same as A but with "Required Y" for both files
   ==> same behaviour as A (NOK)
   
   C
   - same as A but with "Do not raise an error if no files" CHECKED
   ==> no errors, full output (OK)
   
   D
   - same as B but with "Do not raise an error if no files" CHECKED
   ==> same behaviour as C
   
   E
   - same as A but with missing files in file system
   ==> "ERROR: No file(s) specified! Stop processing. [...] Pipeline is killing 
the other transforms!" (OK)
   ==> Status "Finished (with errors)". (OK)
   
   F
   - same as B but with missing files in file system
   ==> same behaviour as E (OK)


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