TileDB-Py icon indicating copy to clipboard operation
TileDB-Py copied to clipboard

Throw an exception when the data buffer size for allocation is too large

Open kounelisagis opened this issue 11 months ago • 0 comments

Let's throw an exception for the cases that the total domain size overflows a uint64, and the estimator returns the maximum amount of data that can be read at once (UINT64_MAX).

kounelisagis avatar Feb 07 '25 16:02 kounelisagis