[ES|QL] Wrap the fork subcommands inside the parens node#242369
[ES|QL] Wrap the fork subcommands inside the parens node#242369bartoval merged 6 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/kibana-esql (Team:ESQL) |
a8b532b to
150ad39
Compare
|
Val I saw many tests failing, I will review when CI is happier 😄 but thanx for being so fast with this! |
yes, it's a constant pain |
| import type { DataViewFieldMap } from '@kbn/data-views-plugin/common'; | ||
| import { partition } from 'lodash/fp'; | ||
| import type { ESQLProperNode } from '@kbn/esql-ast/src/types'; | ||
| import type { ESQLForkParens, ESQLProperNode } from '@kbn/esql-ast/src/types'; |
There was a problem hiding this comment.
-
Maybe I should create something backwards compatible utils that accepts branches 🤔
-
or keep this fix is enough
1e3b68e to
d188a3b
Compare
never give up! |
The last commit is green but wasn't notified (probably because GitHub thinks I'm not worthy of joy) |
stratoula
left a comment
There was a problem hiding this comment.
This looks great to me, I also tested it and could not find any regressions. I would like though Vadim's 👀 . Do you mind to wait for him till he is back on Wed? 🙏
👍🏼 |
tiansivive
left a comment
There was a problem hiding this comment.
Thanks for this! Just a couple quick comments from the EA team
...ty_solution/public/entity_analytics/components/privileged_user_monitoring/queries/helpers.ts
Show resolved
Hide resolved
...ty_solution/public/entity_analytics/components/privileged_user_monitoring/queries/helpers.ts
Outdated
Show resolved
Hide resolved
0e09795 to
1227080
Compare
1227080 to
ee10dcb
Compare
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Async chunks
Page load bundle
History
cc @bartoval |
|
Hello @tiansivive , I've updated your requests and answered your questions. Do you think we can unlock this PR? |
) ## Summary elastic#242225 Now the fork command is wrapped inside a new node called `parens`, which changes the ast structure. So now the branches are children of `parens`.
) ## Summary elastic#242225 Now the fork command is wrapped inside a new node called `parens`, which changes the ast structure. So now the branches are children of `parens`.
Summary
#242225
Now the fork command is wrapped inside a new node called
parens, which changes the ast structure. So now the branches are children ofparens.