Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-827

SUM() overflow in the case of INT4

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.9.0, 0.8.1
    • None
    • None

    Description

      See the title and a next query result.

       
      babokim> select * from iii;
      a
      -------------------------------
      1182614790
      1182614790
      1182614790
      1182614790
      1182614790
      1182614790
       
      babokim> select sum(a) from iii;
      ?sum
      -------------------------------
      -1494245852
      

      Attachments

        1. TAJO-827.patch
          4 kB
          Hyoungjun Kim

        Activity

          People

            hjkim Hyoungjun Kim
            hjkim Hyoungjun Kim
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: