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 772a273 + c8c233e commit c236f00Copy full SHA for c236f00
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