forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix data race in ExprToSubfieldFilterParser::getInstance (facebookinc…
…ubator#11513) Summary: Pull Request resolved: facebookincubator#11513 Racing condition found with TSAN when accessing the singleton parser factory. Reviewed By: xiaoxmeng Differential Revision: D65824456 fbshipit-source-id: 07f2af863ac8bfc00028650103ad492f05c5ed64
- Loading branch information
1 parent
551fc2f
commit 7437093
Showing
2 changed files
with
13 additions
and
24 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