Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-4756

Fix comment in python integer encoder

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • WT3.2.0, 4.1.11
    • Affects Version/s: None
    • Component/s: None
    • None
    • Storage Engines 2019-05-06

      There's an incorrect comment at the top of lang/python/intpacking.py:

      # [11 10llll] | l | 2^14 + 2^7 | 2^64 - 1

      The lower value is actually 2^13 + 2^6 (see the previous line in this file, or see src/include/intpack.i .

            Assignee:
            donald.anderson@mongodb.com Donald Anderson
            Reporter:
            donald.anderson@mongodb.com Donald Anderson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: