aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Better handling of antlr4 errors, fixed use after free (#8903)Vitaly Stoyan2024-09-081-11/+10
|
* Handle non-ascii in comments (#8902)Vitaly Stoyan2024-09-071-11/+11
|
* Do not try to call IsComplete() on Arguments (#8901)Andrey Neporada2024-09-081-1/+1
|
* Fix wrong YQL_ENSURE in PushdownComplexFiltersOverAggregate (#8899)Andrey Neporada2024-09-071-1/+3
|
* Avoid block aggregation in auto mode for YT (#8894)Vitaly Stoyan2024-09-073-6/+9
|
* Olap TableStore read/write test (#8858)Nikita Vasilev2024-09-077-17/+53
|
* Fix YQL knn udf docs (#8425)Valery Mironov2024-09-074-17/+167
|
* Fix log message in GenerateCookie (#8890)qyryq2024-09-061-1/+2
|
* Fix typo (#7564)ya-at2024-09-061-4/+4
|
* Bugfixes (#8676)Ivan Sukhov2024-09-066-17/+33
|
* Inference projections support (#8744)Ivan Sukhov2024-09-063-48/+189
|
* [yt provider] Add ForceTransform optimizer (#8874)Roman Udovichenko2024-09-066-16/+40
|
* Fix crash on ic counters (#8880)kruall2024-09-061-2/+2
|
* add report (#8556)Maxim Yurchuk2024-09-061-1/+2
|
* Merge pull request #8867 from ydb-platform/mergelibs-240906-1233Maxim Yurchuk2024-09-06328-522/+988
|\ | | | | Library import 240906-1233
| * Import libraries 240906-1233Alexander Smirnov2024-09-061-1/+1
| |
| * Merge branch 'rightlib' into mergelibs-240906-1233Alexander Smirnov2024-09-06327-521/+987
| |\
| | * Introduce PHOENIX_REGISTER_FIELDbabenko2024-09-067-59/+66
| | | | | | | | | | | | c521034e724d6ed4145a1cfa5c46b231589c9013
| | * Patch OpenSSL target name under Conan2dimdim112024-09-061-1/+5
| | | | | | | | | | | | | | | Patch OpenSSL target name under Conan2 5e944818c20f1d54d38ba9b9616589631961afd5
| | * Automatic release build for test_tool, ya_bin, os_ya, os_test_toolrobot-ya-builder2024-09-064-20/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From hash: [bb9152570d7c258798644ead5a59f604de05ef3b](https://a.yandex-team.ru/arcadia/commit/bb9152570d7c258798644ead5a59f604de05ef3b) From revision: [14804531](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=472) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: test_tool, ya_bin, os_ya, os_test_tool bd42365810da366e8cd32069bf947598e5ab252a
| | * YT-21709: Empty template for shuffle serviceapollo13212024-09-0614-2/+281
| | | | | | | | | | | | | | | YT-21709: Empty template for shuffle service 6dde8f6e6f5eeb4fc7ad91fe623e980439565545
| | * Fill SWIG_LIB manually in conanfile.pydimdim112024-09-062-0/+10
| | | | | | | | | | | | | | | Fill SWIG_LIB manually in conanfile.py 4d39849c7c8c1e569a3d11349285f39583f772bd
| | * Fix USE_ANNOTATION_PROCESSORdimdim112024-09-061-28/+94
| | | | | | | | | | | | | | | Fix USE_ANNOTATION_PROCESSOR 50db1116903a68293109f33998ab5c88b51830e5
| | * Enable clang-format FixNamespaceComments optiondmasloff2024-09-053-3/+4
| | | | | | | | | | | | | | | Enable clang-format FixNamespaceComments option 8ffd1b7f4787cdf4e80a92b08f07634abe416854
| | * Native transaction externalization/replicationkvk19202024-09-052-0/+10
| | | | | | | | | | | | | | | In Sequoia we need to distinguish replication and externalization due to different interaction ways: transaction’s replicas are finished via 2PC and externalized ones are finished via Hive. Unfortunately, native transactions are always replicated even if externalization was requested. This commit fixes it. e46c3b5587c705d93d1943c41143364da2c43df6
| | * FixNamespaceComments in /utildmasloff2024-09-05286-363/+363
| | | | | | | | | | | | | | | FixNamespaceComments in /util bb9152570d7c258798644ead5a59f604de05ef3b
| | * YT-22751: Drop custom CopyConfig methodsignat2024-09-054-38/+19
| | | | | | | | | | | | f5788694973061a735a7b65e45abe9ce6d889a87
| | * Intermediate changesrobot-piglet2024-09-054-7/+111
| | |
* | | Fix error message about merge conflicts (#8883)Maxim Yurchuk2024-09-061-2/+2
| | |
* | | Post graph_compare.sh logs (#8787)Maxim Yurchuk2024-09-061-24/+29
| | |
* | | Update summary.html build type (#8879)Kirill Rysin2024-09-061-2/+2
| | |
* | | Fix MakeBlocks usage in BlockMapJoinCore computation node (#8686)Igor Munkin2024-09-063-18/+89
| | |
* | | NodesManager cleanup (#8863)Oleg Doronin2024-09-061-5/+5
| | |
* | | Update github.com/ydb-platform/fq-connector-go to 0.5.8-rc.1 (#8866)Vitaly Isaev2024-09-068-8/+8
| | |
* | | mute rules upd (#8865)Kirill Rysin2024-09-061-8/+20
| | |
* | | Fix reporting of initial VDisk status to SysView (#8853)Alexander Rutkovsky2024-09-0611-19/+41
| | |
* | | Fix resolved timestamp emitted too early for some displaced upserts (#8847)Aleksei Borzenkov2024-09-062-18/+159
| | |
* | | Fix Date32 json serialization for column store (#8848)Artem Alekseev2024-09-061-1/+1
| | |
* | | add missing enum value to win-specific code (#8854)Semyon2024-09-061-0/+12
| | |
* | | Validate protos from antlr4 (#8832)Vitaly Stoyan2024-09-0610-14/+100
|/ /
* | Enable production features in tests (#8709)Roman Udovichenko2024-09-06184-2329/+4398
| |
* | Build secondary index/table columns: remove unnecessary message (#8219)Valery Mironov2024-09-062-10/+6
| |
* | Restore the commit fixing a memory leak in AWS SDK (#8823)Daniil Demin2024-09-0626-316/+811
| |
* | Data Integrity trails in DataShard (#6288)Semyon Danilov2024-09-0611-5/+209
| |
* | Add CRC64 to docs (#8842)Александр Новожилов2024-09-062-0/+2
| |
* | build: refresh Embedded UI (v6.18.0) (#8797)AlexSm2024-09-0641-65/+65
| | | | | | Co-authored-by: astandrik <astandrik@users.noreply.github.com>
* | Mute ydb/tests/functional/hive/test_drain.py.TestHive.test_drain_on_stop (#8852)Kirill Rysin2024-09-061-0/+2
| |
* | Fix resolve cluster in pg parser (#8835)Nikolay Shumkov2024-09-061-1/+1
| |
* | fix grammar in healthcheck messages (#8839)vporyadke2024-09-061-11/+11
| |
* | Fix erroneous finish on TDqInputMergeBlockStreamValue (#8834)Andrey Neporada2024-09-061-1/+6
| |