You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-46326: [C++][Parquet] Fix stack overflow in rapidjson value comparison to integer (#46327)
### Rationale for this change
test-ubuntu-22.04-cpp-20 nightly is failing with a segfault in the ParquetGeoArrowCrsLonLat test.
### What changes are included in this PR?
The integer comparison is updated to be more explicit such that it doesn't trigger the code path in rapidjson that results in unterminated recrusion.
### Are these changes tested?
Yes
### Are there any user-facing changes?
No!
* GitHub Issue: #46326
Authored-by: Dewey Dunnington <dewey@wherobots.com>
Signed-off-by: Dewey Dunnington <dewey@wherobots.com>
0 commit comments