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 d6bcd47 + e678ec8 commit c8c233eCopy full SHA for c8c233e
src/Storages/HivePartitioningUtils.cpp
@@ -34,7 +34,7 @@ static auto makeExtractor()
34
35
HivePartitioningKeysAndValues parseHivePartitioningKeysAndValues(const String & path)
36
{
37
- thread_local auto extractor = makeExtractor();
+ static auto extractor = makeExtractor();
38
39
HivePartitioningKeysAndValues key_values;
40
0 commit comments