Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Update transform - Skip lookup option not working #4772

Open
dave-csc opened this issue Jan 10, 2025 · 1 comment
Open

[Bug]: Update transform - Skip lookup option not working #4772

dave-csc opened this issue Jan 10, 2025 · 1 comment

Comments

@dave-csc
Copy link
Contributor

Apache Hop version?

2.11.0

Java version?

17.0.2

Operating system

Linux

What happened?

In the Update transform the Skip lookup option is not correctly working: when enabled, if there are no entries in the lookup fields table, the transform fails because it tries to execute an SQL statement with an incomplete WHERE clause (e.g. UPDATE "db_name"."table_name" SET "field_name" = :1 WHERE).

Need to check if, with the option enabled and the lookup field table populated, transform completes with the specified filter ignoring the Skip lookup option.

Issue Priority

Priority: 2

Issue Component

Component: Transforms

@hansva
Copy link
Contributor

hansva commented Jan 10, 2025

Skipping the lookup assumes you know the record is available

edit: nm I thought you said when lookup is disabled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants