Uploaded image for project: 'ORC'
  1. ORC
  2. ORC-212

JSON convert should properly convert Timestamp string to java.sql.Timestamp

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.4.1, 1.5.0
    • None
    • None

    Description

      JSON converter should properly convert Timestamp String to java.sql.Timestamp. Currently it does something like:

      vector.set(row, Timestamp.valueOf(value.getAsString(),
          .replaceAll("[TZ]", " ")));
      

      Attachments

        Issue Links

          Activity

            People

              pasam Seshu Pasam
              pasam Seshu Pasam
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: