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 8550f32 + daa90b5 commit debc59cCopy full SHA for debc59c
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