You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by GitBox <gi...@apache.org> on 2023/01/07 19:45:07 UTC

[GitHub] [hop] usbrandon opened a new issue, #2136: [Bug]: Filter String comparisons using the = operator do not work, while using IN LIST will.

usbrandon opened a new issue, #2136:
URL: https://github.com/apache/hop/issues/2136

   ### Apache Hop version?
   
   2.3
   
   ### Java version?
   
   11
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   If you take a String Field with value "One" and use the equal sign to test it against another String you set to a value "One", the transform refuses even to run.   However, if you change the comparator to "IN LIST" and use a semicolon-delimited list, everything works as expected.
   [Strings_using_equal_aginst_other_string.zip](https://github.com/apache/hop/files/10367075/Strings_using_equal_aginst_other_string.zip)
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Transforms


-- 
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: issues-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] sramazzina commented on issue #2136: [Bug]: Filter String comparisons using the = operator do not work, while using IN LIST will.

Posted by GitBox <gi...@apache.org>.
sramazzina commented on issue #2136:
URL: https://github.com/apache/hop/issues/2136#issuecomment-1375444504

   Duplicate of #2110. Look at the temporary workaround I wrote in that issue waiting for the solution. With that applied your sample works Brandon


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] sramazzina commented on issue #2136: [Bug]: Filter String comparisons using the = operator do not work, while using IN LIST will.

Posted by GitBox <gi...@apache.org>.
sramazzina commented on issue #2136:
URL: https://github.com/apache/hop/issues/2136#issuecomment-1375442464

   Same issue as 


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hop] hansva closed issue #2136: [Bug]: Filter String comparisons using the = operator do not work, while using IN LIST will.

Posted by GitBox <gi...@apache.org>.
hansva closed issue #2136: [Bug]: Filter String comparisons using the = operator do not work, while using IN LIST will.
URL: https://github.com/apache/hop/issues/2136


-- 
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: issues-unsubscribe@hop.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org