Menu

#4 extraneous bytes at end of variable length record file

critical 1
closed
None
2013-12-18
2013-12-18
No

A stack trace occurs when a variable length input file has unterminated (no end-of-line separator) at the end of the file.

java.lang.ArrayIndexOutOfBoundsException: 8192
        at com.obdobion.funnel.provider.VariableLengthFileReader.read(VariableLengthFileReader.java:139)

Discussion

  • Chris DeGreef

    Chris DeGreef - 2013-12-18
    • status: open --> closed
     
  • Chris DeGreef

    Chris DeGreef - 2013-12-18

    This has been fixed in the "multifiles" / "where clause" release. Now a warning will appear in the log...

    WARN  () assuming a line terminator at end of file where 12 unterminated bytes were found
    
     

Log in to post a comment.