andygrove commented on code in PR #505:
URL: https://github.com/apache/datafusion-comet/pull/505#discussion_r1624923398
##########
core/src/parquet/util/hash_util.rs:
##########
@@ -135,6 +135,7 @@ mod tests {
use super::*;
#[test]
+ #[ignore] // thread caused non-unwinding panic. aborting.
Review Comment:
```
unsafe precondition(s) violated: slice::from_raw_parts requires the pointer
to be aligned and non-null, and the total size of the slice not to exceed
`isize::MAX`
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]