rui-mo commented on issue #11862:
URL: https://github.com/apache/gluten/issues/11862#issuecomment-4175787007

   @malinjawi @zhouyuan This is likely due to a bug in Folly (see 
https://github.com/facebookincubator/velox/issues/16507) on MacOS. As a 
workaround, I’ve updated `utcSet.find(zone) != utcSet.end();` to 
`utcSet.find(std::string(zone)) != utcSet.end();`.
   There is also another core dump issue in `StringIdMap::release`, which can 
be addressed as described here: 
https://github.com/facebookincubator/velox/issues/16507#issuecomment-4042560479


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

Reply via email to