You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by "don-philipe (via GitHub)" <gi...@apache.org> on 2023/09/07 08:32:25 UTC

[I] [Bug]: Golden data set seems to break filter rows transform (hop)

don-philipe opened a new issue, #3210:
URL: https://github.com/apache/hop/issues/3210

   ### Apache Hop version?
   
   2.5.0
   
   ### Java version?
   
   19.0.2
   
   ### Operating system
   
   Linux
   
   ### What happened?
   
   I'm not sure if this is intended or not. But when adding a _golden data set_ to a _filter row_ transform, the filter conditions of that transformation seem to be ignored. The filter seems to be bypassed and the input of the filter transform is being forwarded to both, the 'true' and the 'false' branch of the filter output.
   
   ### Issue Priority
   
   Priority: 2
   
   ### 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


Re: [I] [Bug]: Golden data set seems to break filter rows transform (hop)

Posted by "hansva (via GitHub)" <gi...@apache.org>.
hansva commented on issue #3210:
URL: https://github.com/apache/hop/issues/3210#issuecomment-1709740454

   This might need some extra explanation in the docs, when adding a golden data set to a transform what actually happens in the back is that transform is replaced by a "dummy" where the data validation happens. When you want to use it on the filter rows you usually want to check one of the paths (the true or false path). 
   
   Usually we add the golden data set at the end of our pipeline (on an output transform) and during testing we don't want that transform to actually run.


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


Re: [I] [Bug]: Golden data set seems to break filter rows transform (hop)

Posted by "don-philipe (via GitHub)" <gi...@apache.org>.
don-philipe closed issue #3210: [Bug]: Golden data set seems to break filter rows transform
URL: https://github.com/apache/hop/issues/3210


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


Re: [I] [Bug]: Golden data set seems to break filter rows transform (hop)

Posted by "don-philipe (via GitHub)" <gi...@apache.org>.
don-philipe commented on issue #3210:
URL: https://github.com/apache/hop/issues/3210#issuecomment-1709917129

   Ok, thanks for clarification.


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