We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3841418 + 406e0e5 commit daa90b5Copy full SHA for daa90b5
src/Storages/HivePartitioningUtils.cpp
@@ -34,7 +34,7 @@ static auto makeExtractor()
34
35
HivePartitioningKeysAndValues parseHivePartitioningKeysAndValues(const String & path)
36
{
37
- static auto extractor = makeExtractor();
+ thread_local auto extractor = makeExtractor();
38
39
HivePartitioningKeysAndValues key_values;
40
0 commit comments