You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when an input file size does not divide record length for a fixed record length files, the error message includes only record side, not file size.
Feature
Improve 'not divisible' error message for fixed record length files.
Example
Now:
There are some files in s3:/test that are NOT DIVISIBLE by the RECORD SIZE calculated from the copybook (100 bytes per record). Check the logs for the names of the files.
Should be:
File s3:/test/file.dat size (123123 bytes) is NOT DIVISIBLE by the RECORD SIZE calculated from the copybook (100 bytes per record).