Skip to content

Commit

Permalink
HPCC-30526 Allow wildcards file name for lfntype_plane in normalizeEx…
Browse files Browse the repository at this point in the history
…ternal

Signed-off-by: wangkx <[email protected]>
  • Loading branch information
wangkx committed Oct 18, 2023
1 parent 6366758 commit 1c56efd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dali/base/dautils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,8 @@ bool CDfsLogicalFileName::normalizeExternal(const char * name, StringAttr &res,
normalizeScope(s1, s1, ns1-s1, planeName, strict, false);

str.append("::").append(planeName);
//Allow wildcards in plane path
allowWild = true;
break;
}
case lfntype_remote:
Expand Down

0 comments on commit 1c56efd

Please sign in to comment.