| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Еще одна пачка проектных контрибов.
53591f2d7360aa45b12fa2215945c9fc3569df19
|
|
|
|
| |
3ca03f9795edc451ae7c7513f2869c3d0cfb0ff2
|
|
|
|
| |
b1ffaaff544bd1ab1af72314e524d49221a5f67e
|
| |
|
| |
|
|
|
|
| |
ce37597283b1508bdba021056c149fe16feb1c69
|
|
|
|
| |
4873f108e99caf99c62947767f40914bedff954e
|
|
|
|
|
| |
Export style fixes
92d1ac710c97841b0e2a51ae1404b343ce3895a4
|
| |
|
|
|
|
| |
29609809abb032ea449cf4b749abf84c9b9c4c1d
|
|
|
|
|
|
| |
This reverts commit d9b67f1778da2d15dd94f7285afe4e3490a233ab, reversing
changes made to 461a09e0c18bd14cef7df8060e7f9537e3ad74b5.
92cdaf4185661b7058f6a30d5a532ad40b725345
|
|
|
|
| |
26ffe6aa485d878318cbc7d5a6d850e6c1121dd1
|
|
|
|
| |
a2c030e4658166d4aaf432632b50891e6ce35c7b
|
|
|
|
| |
2e37a39c10bebc34441ebd2c99a27d4cae188a3c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This PR introduces a new mode in CHYT that aims to mimic the behaviour of [optimize_read_in_order](https://clickhouse.com/docs/en/sql-reference/statements/select/order-by#optimization-of-data-reading) in native ClickHouse. This PR implements #451, albeit using a different approach.
It works by using a sorted pool to produce jobs of exponentially increasing/decreasing sizes, which turn into subqueries that are processed combined sequentially without additional sorting steps. This should allow queries described in #451 to execute without reading the whole table.
Notable modifications with generic impact:
* Support for exponentially increasing job sizes in new sorted pool and related classes.
* Chunk slice fetcher is now used when creating a sorted pool in CHYT.
* New column in query log table exporter.
---
1f9ea932d21d4b328b4be976eb39cdfbc631dffd
Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/757
|
|
|
|
|
|
|
|
|
|
| |
From hash: [f8fbe3627553dc1353ece3c098bb5df2ab788b92](https://a.yandex-team.ru/arcadia/commit/f8fbe3627553dc1353ece3c098bb5df2ab788b92)
From revision: [14658523](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ymake&version=221)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: ymake, os_ymake
b85187767999019eefcb87a0e2bd45a8784fc4e7
|
|
|
|
|
|
| |
Добавляем возможность использовать в `next` экспериментальную функциональность построения проекта без рендеринга статики, отложив рендеринг на момент запуска проекта на конкретной среде.
Это позволяет проектам, требующим разных параметров рендеринга для статики в зависимости от среды пережить ограничения автосборки, требующей независимости результата от конкретной среды, на которой выполняется сборка.
40cab21c170e2c68291be3e695045541b3984e48
|
|
|
|
| |
e4ed06d919d0a10c836deb466f29723dfa01b63a
|
| |
|
|
|
|
|
|
| |
additional outputs
bb4a52dc41ed160f50f9dece539dbd788be97430
|
| |
|
|
|
|
| |
664a0b8555cd24bd063b0fa871e3e5693e856e7d
|
|
|
|
|
| |
Fix ASM as last project language 2
55356e7dfcf81cebdedc53a7ef5f58f634b18cb4
|
|
|
|
|
| |
Fix ASM as last project language
bce309873abd11037932fbd4a53a8ad8f23b881f
|
|
|
|
| |
71ff0471827f8bde6feb9549ead39faefb7f9b0f
|
|
|
|
| |
1ea40a2a3daf0f27f05cde14504f261d2cc902c6
|
|
|
|
|
|
|
| |
Как оказалось у нас не собирается сборка доков на гитхабе
Явно добавляю зависимость на ydb/docs для импорта
4111a26c18b0848d55ec83f88e2f1f7dab7cacc1
|
|
|
|
| |
aa0dd98e9a2e4c54f4e65bd37eb75541ce8fa219
|
| |
|
|
|
|
|
| |
Change clang-format congif in arcadia
0577efb0a5f0fb67d409e2a86b75a14a0975df63
|
|
|
|
| |
221e27d03ecf65a066e77e452326e20c49e89df5
|
|
|
|
| |
831b10ad7fdae07c015a7b770cea7db73b4af568
|
|
|
|
| |
3a1d46912284aecd42711bfdeb0efb582f6ad1ba
|
|
|
|
| |
67a0a4a8ea3024e6edceb809719d7ce49372bd1a
|
|
|
|
|
|
|
|
|
|
| |
From hash: [cfad05c1366e859aadbfc3777aafc13e955757b0](https://a.yandex-team.ru/arcadia/commit/cfad05c1366e859aadbfc3777aafc13e955757b0)
From revision: [14660145](https://a.yandex-team.ru/arcadia/commit/rXXXXXX)
[CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=459)
Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci)
Update tools: test_tool, ya_bin, os_ya, os_test_tool
78aca49d7ccba5f645c24b1c8ae14d05a212ad05
|
|
|
|
|
| |
Fix imports for Conan2
5619216073dcb9297a4f22dbeb52a38cd8479eca
|
| |
|
|
|
|
| |
135589354d7ed8fc9f058ca7a64c121527eb9b85
|
|
|
|
| |
535e12a669585636772c3f8d402cdf65701eafba
|
|
|
|
| |
ae93897e8af983d7b0202dd2672baf6e0a8be56a
|
|
|
|
| |
60bbb4cee24aa9a22b7dcc86a6a4adc0f7089c36
|
| |
|
|
|
|
| |
46134359b1cc9a871c5895094d88a83be916139d
|
|
|
|
| |
e0d044456b92ee6ee3b811944fececd47648f2a8
|
|
|
|
| |
ed2d247f739dd8e04c5b85133185efd3134d2563
|
|
|
|
| |
515f0478e9457449f41a3a8173d3dd8e5df2de0f
|
|
|
|
| |
98ee76d1268e751829c6d2a35c98639b357de198
|
|
|
|
| |
bb85c5c882db3e01cf2332f0ab0d892c62121c02
|
| |
|