fix compilation
This commit is contained in:
@@ -135,7 +135,7 @@ func (store *HbaseStore) DeleteFolderChildren(ctx context.Context, path util.Ful
|
|||||||
}
|
}
|
||||||
fullpath := util.FullPath(cell.Row)
|
fullpath := util.FullPath(cell.Row)
|
||||||
dir, _ := fullpath.DirAndName()
|
dir, _ := fullpath.DirAndName()
|
||||||
if dir != string(dirPath) {
|
if dir != string(dir) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user