You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a continuation of work on #1625. We should support showing multiple partitions on an instance. The current data model only supports one single partition (both BE & FE):
typeInstanceInfostruct {
Typestring`json:"type"`PartitionPathLstring`json:"partition_path_lower"`
}
typeInfostruct {
Hoststring`json:"host"`// ...// Instances in the current host. The key is instance addressInstancesmap[string]*InstanceInfo`json:"instances"`
}
The text was updated successfully, but these errors were encountered:
Feature Request
As a continuation of work on #1625. We should support showing multiple partitions on an instance. The current data model only supports one single partition (both BE & FE):
The text was updated successfully, but these errors were encountered: