Notable fixes and known issues
Last updated: 9/24/2026Data Integration
| Feature | Description |
|---|---|
|
tFileInputRegex Die on error issue |
In tFileInputRegex, unmatched rows can now stop the Job when Die on error is enabled and Fail on unmatched row is selected. This fixes the behavior where unmatched rows were only logged and the Job continued running. |
|
tParallelize: Job continues when a subJob fails with Java 21 runtime |
With Java runtime version 21, a Job using tParallelize continues execution when a subJob fails, even though Die when one of the parallelize subjobs fails is enabled. This occurs regardless of the compilation level set for the Job. |