There is at least one place in our code that broadcasts a string view scalar to an array, which has a much more efficient implementation in Arrow 57.2.0 apache/datafusion#19797 . In the context of rasters this probably doesn't matter much; however, for small geometries this may be much faster (particularly when creating item CRS arrays).
Original code reference: #630 (comment)
There is at least one place in our code that broadcasts a string view scalar to an array, which has a much more efficient implementation in Arrow 57.2.0 apache/datafusion#19797 . In the context of rasters this probably doesn't matter much; however, for small geometries this may be much faster (particularly when creating item CRS arrays).
Original code reference: #630 (comment)