paleolimbot commented on PR #108:
URL: https://github.com/apache/sedona-db/pull/108#issuecomment-3307579684

   Looks like the recursive geometry trait strikes again:
   
   ```
   error[E0275]: overflow evaluating the requirement `G: GeometryTrait`
         |
         = help: consider increasing the recursion limit by adding a 
`#![recursion_limit = "256"]` attribute to your crate (`geo_generic_alg`)
     note: required for `<... as GeometryTraitExt>::TriangleTypeExt<'_>` to 
implement `HasDimensionsTrait<geo_traits_ext::TriangleTag>`
        --> 
/home/runner/.cargo/git/checkouts/geo-331a01bddc5a9b0d/87c4360/geo-generic-alg/src/algorithm/dimensions.rs:472:20
         |
     472 | impl<C: GeoNum, T> HasDimensionsTrait<TriangleTag> for T
         |                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^     ^
   ```


-- 
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