Re: [I] [Bug]: Select Transform: Trying to convert a string to a date failed. java.lang.ClassCastException (hop)

2023-12-22 Thread via GitHub
sramazzina commented on issue #3511: URL: https://github.com/apache/hop/issues/3511#issuecomment-1867763201 I got the cause of the problem. Basically the birthday type in the Fake data transform is generating a Date element and not a String as expected. Going to fix the issue in the Fake

Re: [I] [Bug]: Select Transform: Trying to convert a string to a date failed. java.lang.ClassCastException (hop)

2023-12-22 Thread via GitHub
sramazzina commented on issue #3511: URL: https://github.com/apache/hop/issues/3511#issuecomment-1867740991 Ciao @usbrandon The problem doesn't seems to be the Select Value but what comes out from the Fake data transform. Try this simple pipeline, as confirmation of what I'm

Re: [I] [Bug]: Select Transform: Trying to convert a string to a date failed. java.lang.ClassCastException (hop)

2023-12-21 Thread via GitHub
usbrandon commented on issue #3511: URL: https://github.com/apache/hop/issues/3511#issuecomment-1867059681 [convert_to_date_fails_in_select.zip](https://github.com/apache/hop/files/13746891/convert_to_date_fails_in_select.zip) This is a reproduction pipeline with no other dependencies.

[I] [Bug]: Select Transform: Trying to convert a string to a date failed. java.lang.ClassCastException (hop)

2023-12-21 Thread via GitHub
usbrandon opened a new issue, #3511: URL: https://github.com/apache/hop/issues/3511 ### Apache Hop version? 2.7 ### Java version? 17 ### Operating system Windows ### What happened? Originally I was inspecting the test case for duckdb which