duursma commented on issue #3051: URL: https://github.com/apache/hop/issues/3051#issuecomment-1619049781
Actually the jdk already was jdk-11. Something went wrong in the step to create the running environment. Environment is set in a startup-script. Java identified as "c:\Java\jdk-11\bin\java" Using the yyy/MM/dd format works. So that seems consistent with my suggesting. Pattern is applied to string and converted to a date string in a standard format. Then on using it the converted string is applied to the original pattern and fails. Reproduction scenario: - new pipeline - add datagrid - add to datagrid field 'date' type Date format 'mm-DD-yyyy' - add do datagrid value '01-01-2022' - add filter rows - add dummy as true - add dummy as false - edit filter - speciify date field - specify operator '<' - specify a format 'yyyy-MM-dd' - specify a value '2021-01-01' - run the pipeline Expected results and error message sometimes combined with a hanging user interface. -- 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]
