jesspav commented on code in PR #446:
URL: https://github.com/apache/sedona-db/pull/446#discussion_r2615655633
##########
c/sedona-proj/src/sd_order_lnglat.rs:
##########
@@ -190,8 +189,7 @@ mod test {
assert_eq!(&result, &expected);
// Check the "not already lnglat" case
- let crs =
-
sedona_schema::crs::deserialize_crs(&Value::String("EPSG:3857".to_string())).unwrap();
Review Comment:
@paleolimbot These string allocations were clearly in the flame graph, and
all tests continued to pass without them. What do you think about this change?
--
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]