ES|QL: transport version to backport #143399#144232
ES|QL: transport version to backport #143399#144232luigidellaquila merged 1 commit intoelastic:mainfrom
Conversation
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
alex-spies
left a comment
There was a problem hiding this comment.
I assume this was made with the gradle task for transport versions. It looks like it should be right, given that the upper bound on the 9.3 branch is currently 9250007.
yes, it's all automatic |
There was a problem hiding this comment.
Hm, I wonder, doesn't main need to have the definition with 2 TVs, so it knows that there is a 9.3 TV that supports this? On main, this currently just says 9305000, so it's oblivious to the backport, no?
There was a problem hiding this comment.
My understanding is that main (this one) will have both versions:
- 9305000 in
9.4.csv - 9250008 for the backport in
9.3.csv - both in the definition file, in this case
esql_missing_es_field.csv
I also see that the backport PR won't succeed until this one is merged (there is a check against main)
Add Transport version to backport #143399 to v9.3