Actions: cwida/FastLanes
Actions
179 workflow runs
179 workflow runs
unsigned long is 32 bits (vs 64 bits on Linux/macOS).
This caused three distinct failures in the test suite:
1. std::stol/stoul throw out_of_range for values that fit in 64 bits
but exceed 32-bit range. Replace with std::stoll/stoull in
attribute.cpp and rowgroup.cpp.
2. String decode operators reserved 1024 * 2MB = 2GB in a single
vector::reserve() call. Linux overco...
Python
#191:
Commit e6c6bf9
pushed
by
peterboncz