We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87367b commit 54db438Copy full SHA for 54db438
src/Storages/VirtualColumnUtils.cpp
@@ -149,7 +149,7 @@ NameSet getVirtualNamesForFileLikeStorage()
149
using HivePartitioningKeysAndValues = absl::flat_hash_map<std::string_view, std::string_view>;
150
static HivePartitioningKeysAndValues parseHivePartitioningKeysAndValues(const String & path)
151
{
152
- const static RE2 pattern_re("([^/]+)=([^/]+)/");
+ const static RE2 pattern_re("([^/]+)=([^/]*)/");
153
re2::StringPiece input_piece(path);
154
155
HivePartitioningKeysAndValues result;
0 commit comments