Hello,
I upgraded from PDI v6 to PDI v9.4 and in my transformation where i take data from one database using the step "Table input" and load them into another database using the step "PostgreSQL Bulk Loader" I encounter an error if the select in "Table input" returns 0 rows. If that happens, the transformation never finishes. I also tried to run this transformation using the kettle API in my Java program and the same thing happens. The program (transformation) never finishes and an NullPointerException is thrown in PGBulkLoader class.
If anybody encountered this error, how could i fix this please? Thank you in advance!
Adam