summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved udf_test and refactored test_frameworkvvvv2023-08-3028-1/+5821
| | | | | | | | | | | | | | | | | | | | | Локально упавший тест выполняется %% vvvv@mr-nvme-testing-08:~/repo/arcadia/statbox/nile/tests/yql/py2/part_2$ arc checkout move_udf_test_and_refactor_tf Switched to branch 'move_udf_test_and_refactor_tf' vvvv@mr-nvme-testing-08:~/repo/arcadia/statbox/nile/tests/yql/py2/part_2$ ya make -tA -F '*test_unchanged_table*' Warn[-WPluginErr]: in $B/statbox/nile/tests/yql/py2/part_2/libpy2-part_2.so: Requirement cpu is redefined 2 -> 4 Warn[-WPluginErr]: in $B/statbox/nile/tests/yql/py2/part_2/libpy2-part_2.so: Requirement ram is redefined 16 -> 9 Number of suites skipped by name: 2, by filter *test_unchanged_table* Total 1 suite: 1 - GOOD Total 4 tests: 4 - GOOD Ok %% судя по ошибке он flaky
* Proofread licenses in contrib/libs/webrtcthegeorg2023-08-301-0/+1
| | | | | | | | | | | | | ``` /* * http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html * Copyright Takuya OOURA, 1996-2001 * * You may use, copy, modify and distribute this code for any purpose (include * commercial use) and without fee. Please refer to this package when you modify * this code. */ ```
* Fix input variable missprintsvidyuk2023-08-302142-968/+79908
|
* Consider Google-Patent-License-Webrtc and Google-Patent-License-Webm ↵thegeorg2023-08-301-0/+1
| | | | as-Clause additions
* Use tcmalloc for dqrunaozeritsky2023-08-301-1/+5
|
* В аркадии вместо x64 jdk для windows лежит x32. ↵pazus2023-08-301-1/+1
| | | | Нужно заменить
* KIKIMR-19038: config support for QueryServiceandrewproni2023-08-3021-60/+113
|
* Fix WideToBlocks optimizers and improve type annotationaneporada2023-08-304-6/+28
| | | | initial
* YT-19872: Store protobuf scalar element typegrigminakov2023-08-306-8/+258
| | | | Added typing support
* Keep Shuffle Stage Counthor9112023-08-301-1/+1
| | | | Давным давно на шаффле делили количество тасок пополам. Позже это было признано неудачным решением, особенно с распределенным grace join. В тестах лучше всего показывает себя ratio = 1, то есть количество тасок после шаффла сохраняется. Пока что не выношу ratio в настройки, просто фиксирую константой
* Integrated with statistics, bug fixespavelvelikhov2023-08-3013-298/+393
| | | | | | | | formatting change Stashed conflicts resolved resolved conflicts
* External build system generator release 49robot-ya-builder2023-08-302-1/+8
| | | | Update tools: yexport
* TS_LIBRARY: перейти на output.tarkhoden2023-08-301-2/+2
| | | | | | | | feat(nots/builder): Create output.tar after compile_ts refactor(nots/builder): Use `BaseBuilder._bundle` in the children classes feat(build/conf): Use output.tar as outputs in TS_LIBRARY nots/cli править не пришлось, в нем есть логика распоковки бандлов для TS_BUNDLE, она же сработает и для TS_LIBRARY
* the `workload transfer topic-to-table run` commandabcdef2023-08-3033-25/+509
| | | | команда `workload transfer topic-to-table run`
* Print compact json for CostsOfaozeritsky2023-08-301-26/+36
|
* Proofread contrib/libs/pffft licenses and mark them as permissivethegeorg2023-08-301-1/+1
|
* Change "config.yaml"alexv-smirnov2023-08-3095-0/+95
|
* Consider Info-Zip license as REQUIRE_CITATIONthegeorg2023-08-301-1/+1
| | | | Full text of the license can be found [here](https://github.com/nexB/scancode-toolkit/tree/develop/src/licensedcode/data/licenses/info-zip-2009-01.LICENSE).
* KIKIMR-19051: add more RetryOperation tests. Sync/Async, ↵dvrazumov2023-08-301-1/+111
| | | | | | | | WithSession/WithoutSession Some more RetryOperation tests for TableClient that check every retriable status: * Sync/Async with session * Sync/Async without session
* Unique constraint support in kqp optimizer for INSERT query. KIKIMR-19064dcherednik2023-08-3024-205/+791
|
* YT-19430: Move converters from client to library and cosmeticnadya022023-08-3015-1191/+0
| | | | move converters
* Disable Kafka protocol by defaulttesseract2023-08-301-1/+1
|
* add simple checksjansenin2023-08-3014-143/+1395
|
* Make rpc proxy CreateRequest methods constpogorelov2023-08-302-3/+3
|
* Add new redirect in YDB documentation and delete table arcticle from TOC.pseudolukian2023-08-304-8/+8
| | | | Add redirect from column-table to table in redirects.yaml. Delete column table article from TOC.
* Proofread licenses in contrib/libs/zzipthegeorg2023-08-301-0/+1
|
* Allow YT_SPEC in G_BENCHMARKsomov2023-08-301-0/+1
|
* Update scipy to 1.7.3shadchin2023-08-301-1/+1
|
* YQL-16325 matched vars for MATCH_RECOGNIZEzverevgeny2023-08-304-16/+186
|
* Add missing types to CalcMaxBlockItemSize(). Improve logginganeporada2023-08-301-2/+5
|
* KIKIMR-18933: DisabledOnSchemeShard flagnsofya2023-08-309-28/+32
|
* KIKIMR-18218: Authenticate users on Ldap servermolotkov-and2023-08-3031-45/+622
|
* YT-19556: Removing usage of MemoryTagni-stoiko2023-08-307-191/+25
| | | | | | | | Clean RPC from CurrentMemoryTag. Update rpc_allocation_tags_ut Restore memory_tag_ut.cpp Remove MemoryTag from core
* All .ll files support in LLVM_BCsvidyuk2023-08-302138-79637/+968
|
* YT-19895: Fix lock set for key columns.ponasenko-rs2023-08-301-0/+4
|
* YQL-16325 disable flags started with underscore in user requestzverevgeny2023-08-301-2/+7
|
* Derive empty constraint for Aggregate. Fix ShuffleByKeys optimizer on empty ↵aneporada2023-08-302-2/+14
| | | | input
* Table section revamped: introduction written, string table description ↵pseudolukian2023-08-301-12/+92
| | | | | | modified, column table section added. Add introduction on tables, enhance string and column table descriptions, provide SQL and YQL creation examples, and integrate content from the column table section.
* Automatic release build for ya_bin3, ya_bin, test_tool, test_tool3robot-ya-builder2023-08-301-4/+4
| | | | | | | | | From hash: [21c5ef03f1e2b56471a8cd46bfcdf8cb4821279a](https://a.yandex-team.ru/arcadia/commit/21c5ef03f1e2b56471a8cd46bfcdf8cb4821279a) From revision: [12291015](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=221) Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy) Update tools: ya_bin3, ya_bin, test_tool, test_tool3
* запись в топик в транзакции. изменения в ↵abcdef2023-08-3029-141/+784
| | | | SDK и KQP
* Accurate checking of incoming parameters for Kafka protocoltesseract2023-08-304-185/+350
|
* KIKIMR-19151: Fix return valuensofya2023-08-301-0/+1
| | | | Fix return value
* (no commit message)snermolaev2023-08-301-0/+19
|
* Automatic release build for ymakerobot-ya-builder2023-08-301-5/+5
| | | | | | | | | From hash: [52860632f98f9ad58cf49b7ef055c90ac52b1393](https://a.yandex-team.ru/arcadia/commit/52860632f98f9ad58cf49b7ef055c90ac52b1393) From revision: [12280576](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=107) Flow triggered by user: [svidyuk](https://staff.yandex-team.ru/svidyuk) Update tools: ymake
* (no commit message)pg2023-08-305-6/+26
|
* Export ydb/epilogue.cmakealexv-smirnov2023-08-302-0/+9
|
* ci: log Build failed or Build cancelled in summaryNikita Kozlovskiy2023-08-301-0/+10
| | | | | | ci: log Build failed or Build cancelled in summary Pull Request resolved: #351
* more preparations for more than one listener threadkulikov2023-08-301-19/+20
| | | | | - apply one shot poll (under option) for listening socket too; - some code rearrangements.
* YQL-16186 ut for initial and seekzverevgeny2023-08-301-2/+27
|
* YQL-16325 disable match_recognize by defaultzverevgeny2023-08-305-3/+15
|