Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-6901

SYSCS_IMPORT_TABLE_BULK , SYSCS_IMPORT_DATA_BULK gives two different line numbers in the same error message.

Attach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 10.13.1.0
    • None
    • Miscellaneous
    • None
    • Low
    • Repro attached

    Description

      SYSCS_IMPORT_TABLE_BULK and SYSCS_IMPORT_DATA_BULK procedures gives two different line numbers in same error message.

      For a test like following

      cSt = prepareCall(
      " call SYSCS_UTIL.SYSCS_IMPORT_DATA_BULK(null, "
      + "'PET' , null , '1,2,3' , 'extinout/pet.dat' "
      + " , null , null , null, 0, 7) ");

      it gives the error message
      [junit] Import error on line 1 of file extinout/pet.dat: Read end of file at unexpected place on line 7.

      Note : pet.dat file has only 6 lines to be imported.

      There are multiple objects of importReadData. One is used by readHeaders() method in Import.java which is maintaining its own lineNumber.

      The problem involves the fact that the Import object and the ImportReadData object are two separate objects, and the Import object has a "lineNumber" (which is actually in the ImportAbstract superclass), and the ImportReadData object has a separate "lineNumber".

      It's possible that if ImportAbstract.getCurrentLineNumber()
      were changed so that it checked to see if its importReadData
      member was non-NULL, and then returned
      importReadData.getCurrentRowNumber() rather than simply always
      returning its own lineNumber, then these error messages would
      report the lineNumber better in more cases.

      Attachments

        1. petlist.csv
          0.1 kB
          Danoja Dias
        2. repro.java
          2 kB
          Danoja Dias

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            yeshantharaka Edirisinghe Lokuge Yeshan Tharaka
            Dnj Danoja Dias

            Dates

              Created:
              Updated:

              Slack

                Issue deployment