mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Sort selectors in drilldown method
This commit is contained in:
parent
cfd6fefea2
commit
c0d33d3d17
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ export function getDrilldownRowsFromKAGCube(cube, schema, aggregatorColumns,
|
|||
keyNames.map(key => {
|
||||
const obj = cube[key]
|
||||
fillDrillDownRow(schema, obj, rows, key,
|
||||
selectorNameWithIndex, aggregatorColumns, groupNames)
|
||||
sortedSelectorNameWithIndex, aggregatorColumns, groupNames)
|
||||
})
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue