forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory pool dtor race in Substrait2VeloxValuesNodeConversionTest (f…
…acebookincubator#2828) Summary: This is caused by the async task deletion (task dtor triggered by async driver removal). The fix is to add memory counting wait in Substrait2VeloxValuesNodeConversionTest dtor. Pull Request resolved: facebookincubator#2828 Differential Revision: D40332245 Pulled By: xiaoxmeng fbshipit-source-id: 7b433274385b9ed0e08cec06cd658e2a5f012a62
- Loading branch information
1 parent
6116963
commit 4a4d598
Showing
2 changed files
with
33 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters