Kontinuation opened a new pull request, #589:
URL: https://github.com/apache/sedona-db/pull/589

   ## Summary
   - Add three new `BandDataType` variants: `Int8` (14), `UInt64` (12), `Int64` 
(13) to match GDAL's GDALDataType ordinals
   - Renumber existing `BandDataType` discriminants from 0-6 to 1-7 to align 
with GDAL's non-complex type ordinals (excluding GDT_Unknown=0)
   - Derive `Hash` and `Copy` on both `BandDataType` and `StorageType` enums 
for ergonomic use
   - Update match arms in `BandMetadataRefImpl::data_type()` to decode the new 
ordinals
   - Extend test coverage and test data generators 
(`generate_random_band_data`, `get_nodata_value_for_type`) to handle all 10 
band data types
   
   ## Stacked on
   This PR is stacked on #588 (`pr2-better-band-metadata-ref`). Please merge 
#588 first.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to