Conversation
|
This is an automated comment for commit c10fc6d with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
1fb6859 to
ee6eb96
Compare
…p of IObjectStorage
144f959 to
328824e
Compare
d3cb6dc to
4ee04ee
Compare
4ee04ee to
84b0fe6
Compare
a947b5f to
0552f44
Compare
…-for-table-engines-1
…-for-table-engines-1
…-for-table-engines-1
…-for-table-engines-1
02581_share_big_sets_between_multiple_mutations_tasks_long -- not related to changes
A sync is green, there is 1 stateless check run which is not green, but it is because of broken in master tests.
I did add new settings to settings changes history, but it complains now because of the new release - they need to be moved to 24.6, but as the upgrade check now fails in master anyway because of several other such settings, I will fix it in the follow up PR (today). (Because this PR grows in conflicts too quickly, I do not want to wait for more conflicts any longer) Update: #64398 |
* [GLUTEN-1632][CH]Daily Update Clickhouse Version (20240526) * Fix build due to ClickHouse/ClickHouse#59767 --------- Co-authored-by: kyligence-git <[email protected]> Co-authored-by: Chang Chen <[email protected]>
| if (path.starts_with(url)) | ||
| path = path.substr(url.size()); | ||
| if (path.starts_with("/")) | ||
| path.substr(1); |
There was a problem hiding this comment.
Shouldn't this line be: path = path.substr(1);, as on the l. 50?
Upd: created a PR regarding it: #71267
Changelog category (leave one):
This will allow to easily add support for any kind of storage for data lakes and for Queue storage engines and allows to get rid of almost copy-paste storage implementations.