apache / hop

Hop Orchestration Platform
https://hop.apache.org/
Apache License 2.0
923 stars 338 forks source link

[Bug]: "SQL file output" never finished #4156

Open bmoAtolcd opened 1 month ago

bmoAtolcd commented 1 month ago

Apache Hop version?

2.9.0

Java version?

11

Operating system

macOS

What happened?

If "SQL file output" transform never finished if hop follows it to next transform. "SQL file output" metrics display: Read = total number of row Writen = total number of row -1

image

With no hop after transform, it's ok.

Issue Priority

Priority: 1

Issue Component

Component: Transforms

hansva commented 1 month ago

I think the "identify last row" is the problem the SQL file output is marked as finished. It might be because there is no transform after the identify last row. I'll try and reproduce in one of the next days

hansva commented 1 month ago

.take-issue

bmoAtolcd commented 1 month ago

Thanks for your reply. I discover this bug with this pipeline

image

There are sevral tranforms after "SQL file output".