Replies: 4 comments
-
We fixed This problem in pr:#20050 |
Beta Was this translation helpful? Give feedback.
-
The reported Trino version is the same version shown when running (replace |
Beta Was this translation helpful? Give feedback.
-
You can run |
Beta Was this translation helpful? Give feedback.
-
Ok Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Recently, we upgrade our trino version from 363 to 433, we found that the version showed from monitor ui is still 363:


which may be expected as:
How we merge our code with trino version 433?
1.git checkout 368
2.git checkout -b our_368
3.add some commit to meet our needs
4.git checkout 433
5.git checkout -b our_433
6.git log our_368 and found the oldest commit id of our commit(for example:1053684f388ea68e8e9fc618579867201a8e032b)
7.git rebase --onto our_433 1053684f388ea68e8e9fc618579867201a8e032b
8.fix some conflicts and git rebase --continue
9.Then our_433 is what we compile and deploy
Beta Was this translation helpful? Give feedback.
All reactions