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 2022/12/29 18:39:30 UTC

[GitHub] [hop] sramazzina opened a new issue, #2110: [Bug]: Unexpected error evaluation condition on FIlter Rows transform

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

   ### Apache Hop version?
   
   Just got a pull today from the main repository and rebuilt the sources
   
   ### Java version?
   
   OpenJDK 64-Bit Server VM Temurin-11.0.17+8
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   By executing the very simple sample pipeline I attached, we are getting a java.lang.RuntimeException: Unexpected error evaluation condition. Same issue also on Win 10
   
   
   
   ### 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] hansva commented on issue #2110: [Bug]: Unexpected error evaluation condition on Filter Rows transform

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

   So the error is actually correct ?


-- 
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 #2110: [Bug]: Unexpected error evaluation condition on Filter Rows transform

Posted by GitBox <gi...@apache.org>.
hansva closed issue #2110: [Bug]: Unexpected error evaluation condition on Filter Rows transform
URL: https://github.com/apache/hop/issues/2110


-- 
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 commented on issue #2110: [Bug]: Unexpected error evaluation condition on Filter Rows transform

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

   Zip is the only way that works, GitHub has some crazy restrictions...
   
   https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/attaching-files


-- 
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 #2110: [Bug]: Unexpected error evaluation condition on Filter Rows transform

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

   Just a little hint on my issue. I discovered that seems to happen whenever you set a condition by setting only the left and right side but without specifying the operator. If you set the operator too the issue didn't happen. For example if must set a condition like A = "B", the equal operator is already specified by default (so no need to set it) so you can set only the field A and the value "B"


-- 
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 #2110: [Bug]: Unexpected error evaluation condition on Filter Rows transform

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

   In my opinion no. I mean, it works if someone remember to re-set the = operator (that is set by default so this operation is not needed). Therefore in my opinion we must fix this weird behavior.


-- 
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 #2110: [Bug]: Unexpected error evaluation condition on FIlter Rows transform

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

   Anyone knows how to attache a raw .hpl file? Github is preventing me to upload that file. For this reason I uploaded my sample by compressing it
   
   [filterrow-failing.zip](https://github.com/apache/hop/files/10320980/filterrow-failing.zip)
   


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