Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-5714

[JS] Inconsistent behavior in Int64Builder with/without BigNum

    XMLWordPrintableJSON

Details

    Description

      When the Int64Builder is used in a context without BigNum, appending two numbers combines them into a single Int64:

      > v = Arrow.Builder.new({type: new Arrow.Int64()}).append(1).append(2).finish().toVector()
      > v.get(0)
      Int32Array [ 1, 2 ]
      

      Whereas the same process with BigNum creates two new Int64s.

      Attachments

        Issue Links

          Activity

            People

              bhulette Brian Hulette
              bhulette Brian Hulette
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 20m
                  1h 20m