| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Upstream issue:
https://github.com/ianlancetaylor/libbacktrace/issues/164
Decompression of valid zstd-compressed .debug_info sections fails
sometimes, leading to unsymbolicated stack traces.
commit_hash:4d8b1f6863e9ed1b43a10c9b98d753ed95efd23d
|
| |
|
|
| |
commit_hash:75812c00534578aff5d0f5016471ddb9ea2d1ff7
|
| |
|
|
| |
commit_hash:fe25cf4d059b4ade75caaeb21157b380e597df97
|
| |
|
|
| |
commit_hash:b3a4f07c88738b4746f1388fdabe7dbc0f09acb7
|
| |
|
|
| |
commit_hash:c106c0b4122e4493aa70f0007e98dff850405f05
|
| |
|
|
| |
commit_hash:9bdc10d7c15c86522dd0b0d73c180197bda0e822
|
| |
|
|
| |
commit_hash:937a547d0548d3077600e758428123d99053e3fa
|
| |
|
|
| |
commit_hash:81b488a1edb01a141bf5c934aee3f635460f56cc
|
| |
|
|
| |
commit_hash:06cb3883a9d228b3505ad0a19162922b0a358b0b
|
| |
|
|
| |
commit_hash:b83ff5b933764714ff399267007e42ead4442007
|
| |
|
|
| |
commit_hash:f557fe6f4960cb4466290d49e5f14af379ba2f94
|
| |
|
|
| |
commit_hash:547e2bc0bf09f8e4225e1fac5dc4ec9d5486cd38
|
| |
|
|
| |
commit_hash:bbbdac5958974bccf4be73b83e766eebcf78348c
|
| |
|
|
| |
commit_hash:a4f083186555aefa264b791f9d8eba5a5a5faab3
|
| |
|
|
| |
commit_hash:3f697645c477cec6c6eb25aa02724b47de71544c
|
| |
|
|
| |
commit_hash:930e763f0eed288461ef988c2ae9cc7d6cd6ab0c
|
| |
|
|
| |
commit_hash:33e94ac26af64d1500659e25fffd40b6cd935e3f
|
| |
|
|
|
| |
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
|
| | |
|
| | |
|
| |
|
|
| |
6556f8d7260c8d1b632c0bb680c61c73c9616cb9
|
| | |
|
| |
|
|
| |
0ba06a4df3a5667d31b5de82f51cb0d3979f14ac
|
| |
|
|
| |
f527c96e178fd2bc8253fc60f8b0a7af7aa8cda3
|
| |
|
|
| |
1abcb5cfa4264ce375626308af2d9754558e6dd1
|
| |
|
|
| |
b8843746e06d7bdde1e8c0ae86b2afdec486a6fa
|
| | |
|
| |
|
|
| |
dce1a2d8375df9b3baf32973ca156e03dd52cdd0
|
| | |
|
| |
|
|
| |
6e46dc2f0aa8b0cb6b53652061154595ffc21553
|
| |
|
|
| |
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
|
| | |
|
| |
|
|
| |
Update tools: yexport, os-yexport
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Add arrow writer
|
| |
|
|
| |
After this, a new target libyqlplugin.so appears. in open-source cmake build.
Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264
|
| |
|
|
| |
This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing
changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text.
This commit has zero effect on all projects that depend on YQL.
The summary of changes:
- `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library;
- `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes;
- `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`;
- `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`;
- `yql/core` is gone;
- `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`.
**NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
|
| | |
|
| |
|
| |
rebalancing
|
| |
|