mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ES|QL] Correct the lens_map_to_columns function call arguments (#213038)
## Summary The else is being called atm only in Discover ES|QL mode, when the user is typing stats or keep. The `isTextBased` flag is missing which means that we don't call the `mapToOriginalColumnsTextBased` but the one for the dsl mode which might cause bugs. I don't think that Peter had any reason to do so, it seems more as it slipped.
This commit is contained in:
parent
aae11b0161
commit
e24c1c3ee5
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ function getExpressionForLayer(
|
|||
function: 'lens_map_to_columns',
|
||||
arguments: {
|
||||
idMap: [JSON.stringify(idMapper)],
|
||||
isTextBased: [true],
|
||||
},
|
||||
},
|
||||
...formatterOverrides,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue