Ensure that Partitioned tables should be visible correctly when creating multiple partition levels. Fixes #7085

This commit is contained in:
Nikhil Mohite
2022-01-12 16:29:13 +05:30
committed by Akshay Joshi
parent e38c38cd58
commit d2457f2a1d
3 changed files with 14 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ export class ManageTreeNodes {
}
_path = _parent;
}
_partitions = _partitions.reverse();
// Replace the table with the last partition as in reality partition node is not child of the table
if(_partitions.length > 0) _parent_path[0] = _partitions[_partitions.length-1];