If a load statement is removed from a script, the old LineageInfo element will remain in the qvw. The set of LineageInfo elements is not being resized. If the script changes to load fewer tables, obsolete LineageInfo elements will be present.
For example, if the script contains LOAD for
TableA
TableB
The LineageInfo will contain
TableA
TableB
Comment the script for TableB and reload. The LineageInfo will still be:
TableA
TableB
Replace the load of TableB with TableC. The LineageInfo will now be correct as