Ticket #148 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

64-bit indexes have problems in 32-bit platforms

Reported by: faltet Owned by: faltet
Priority: major Component: PyTables Pro
Version: 2.0 Keywords:
Cc:

Description

When a table has more than 2**31 rows and one column is indexed, this index gives the next error in 32-bit platforms:

.../indexesExtension.pyx in indexesExtension.IndexArray._getCoords()
<type 'exceptions.OverflowError'>: long int too large to convert to int

Change History

Changed 3 years ago by faltet

  • status changed from new to closed
  • resolution set to fixed

Fixed in r3408.

Note: See TracTickets for help on using tickets.