Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GTEST_UGLY oblivion | prettyboy | 2023-10-04 | 1 | -4/+0 |
| | |||||
* | Fix auto SAMPLE with subqueries | aneporada | 2023-10-04 | 2 | -2/+10 |
| | |||||
* | Fix planner invocation | aozeritsky | 2023-10-04 | 1 | -1/+1 |
| | |||||
* | Hide secrets from logs | auzhegov | 2023-10-04 | 10 | -7/+67 |
| | |||||
* | Cosmetics | pogorelov | 2023-10-04 | 3 | -2/+3 |
| | |||||
* | KIKIMR-19211: min/max snapshot | ivanmorozov | 2023-10-04 | 37 | -318/+604 |
| | |||||
* | Revert commit rXXXXXX, Support std::filesystem::path in TFile and TFileHandle | pg | 2023-10-04 | 2 | -107/+9 |
| | |||||
* | Get rid of an ugly GTEST_UGLY() | thegeorg | 2023-10-04 | 1 | -17/+0 |
| | |||||
* | auditlog: add partial tests | ijon | 2023-10-04 | 9 | -15/+298 |
| | | | | | | | | Add functional tests for DML audit logging behavior. Include essential fixes in audit logging, DML audit settings support and minor fixes in functional testing framework. KIKIMR-18688 | ||||
* | Improve tests (don't canonize costs) | aozeritsky | 2023-10-04 | 1 | -16/+16 |
| | |||||
* | Add Mutable method | nsofya | 2023-10-04 | 3 | -5/+9 |
| | |||||
* | Add logger docs for ydb-php-sdk | ilyakharev | 2023-10-04 | 2 | -6/+36 |
| | |||||
* | I merged two articles about tables and corrected the related YQL article. | pseudolukian | 2023-10-04 | 3 | -71/+119 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-04 | 1 | -13/+8 |
| | |||||
* | Не работает resource_listdir вместе с Y_PYTHON_SOURCE_ROOT | darkkeks | 2023-10-04 | 1 | -1/+3 |
| | |||||
* | Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, test_tool3 | robot-ya-builder | 2023-10-04 | 3 | -24/+24 |
| | | | | | | | | | From hash: [c6e6a3837b2e2cfdc14034450598e6aad89a5b83](https://a.yandex-team.ru/arcadia/commit/c6e6a3837b2e2cfdc14034450598e6aad89a5b83) From revision: [12579265](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=252) Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin) Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3 | ||||
* | Intermediate changes | robot-piglet | 2023-10-04 | 3 | -3/+1564 |
| | |||||
* | add SRCDIR to missing dir from JAVA_SRCS | snermolaev | 2023-10-04 | 1 | -7/+2 |
| | |||||
* | Support std::filesystem::path in TFile and TFileHandle | thegeorg | 2023-10-04 | 2 | -9/+107 |
| | |||||
* | Update contrib/python/botocore/py3 to 1.31.51 | robot-contrib | 2023-10-04 | 396 | -39/+94 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.28.51 | robot-contrib | 2023-10-04 | 3 | -4/+4 |
| | |||||
* | Flake8 migrations clean up | arcadia-devtools | 2023-10-04 | 1 | -3/+0 |
| | | | | | | | | From hash: [0b0ac32e1fe8c624f65d04a75b61c7d869ab7635](https://a.yandex-team.ru/arcadia/commit/0b0ac32e1fe8c624f65d04a75b61c7d869ab7635) From revision: [12581372](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) Sandbox task: https://sandbox.yandex-team.ru/task/1959941901 Clean migrations config | ||||
* | Update Python 3 to 3.11.6 | shadchin | 2023-10-03 | 65 | -1461/+2275 |
| | |||||
* | Add test for integer column serialization and fix row_index columns | nadya73 | 2023-10-03 | 2 | -10/+12 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-10-03 | 1 | -2/+5 |
| | |||||
* | Provide proper jni.h by the means of library/cpp/jni | thegeorg | 2023-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | As jni.h provides extreme ABI compatibility, there is no need to use jdk to build JNI modules. This PR replaces complex logic of finding necessary jni with the following code (already present in [library/cpp/jni/ya.make](https://arcanum.yandex-team.ru/arcadia/library/cpp/jni/ya.make). ``` IF (OS_ANDROID) # Do nothing, use jni.h shipped with NDK ELSE() PEERDIR( contrib/libs/jdk ) ENDIF() ``` Remaining dependencies on contrib/libs/jdk will be removed in further PRs and using of JDK interface will be restricted in favor of this library. NB: PEERDIRing `library/cpp/jni` will also provide a couple of utility sources which are not used by catboost at the time. | ||||
* | YQL-15891 LLVM for BlockCompress. | a-romanov | 2023-10-03 | 34 | -371/+716 |
| | |||||
* | YQL-16784 check vars in pattern | zverevgeny | 2023-10-03 | 4 | -3/+25 |
| | |||||
* | YQL-16443 move EMatchRecognizeStreamingMode out from TTypeAnnotationContext | zverevgeny | 2023-10-03 | 3 | -11/+12 |
| | |||||
* | YQL-16663 fix mem leak in wide combiner | zverevgeny | 2023-10-03 | 1 | -0/+10 |
| | |||||
* | Support custom gateways.conf in tests | aneporada | 2023-10-03 | 3 | -1/+27 |
| | |||||
* | Fix requirement !stageInfo.Tasks.empty() failed | aozeritsky | 2023-10-03 | 3 | -6/+6 |
| | |||||
* | KIKIMR-19263: Use schema version instead of schema snapshot | nsofya | 2023-10-03 | 12 | -42/+28 |
| | |||||
* | YQL-15441: Add force merge join | maxkovalev | 2023-10-03 | 3 | -12/+23 |
| | | | | YQL-15441: Add force merge join | ||||
* | fix compilation for win | uzhas | 2023-10-03 | 7 | -115/+109 |
| | |||||
* | Make arc mv, fix paths in python and yamake, add anchors to h2. | pseudolukian | 2023-10-03 | 4 | -1452/+34 |
| | |||||
* | Changed TFutureCombinerResultHolder to have non-assignable types support in ↵ | arkady-e1ppa | 2023-10-03 | 4 | -8/+140 |
| | | | | Futures. Also added unit tests to make sure they work | ||||
* | Provide protoc-gen-mypy with LICENSE | thegeorg | 2023-10-03 | 2 | -2/+4 |
| | |||||
* | switch back to upstream | blinkov | 2023-10-03 | 1 | -1/+1 |
| | |||||
* | .logging_queries | tsmax2004 | 2023-10-03 | 9 | -29/+94 |
| | | | | add query logging | ||||
* | KIKIMR-19439: improve precompute query plan presentation | ulya-sidorina | 2023-10-03 | 557 | -1801/+2032 |
| | | | | fix(query_plan): rename tx_result_binding to precompute | ||||
* | Fixed empty list bug in Json to TValue converter | Bulat Gayazov | 2023-10-03 | 2 | -7/+22 |
| | | | | | | Fixed empty list bug in Json to TValue converter Pull Request resolved: https://github.com/ydb-platform/ydb/pull/381 | ||||
* | [hybrid] Use original world dependencies in empty join | udovichenko-r | 2023-10-03 | 1 | -2/+2 |
| | | | | YQL-16546 | ||||
* | Don't change partitionsCount after first Map connection | aozeritsky | 2023-10-03 | 1 | -4/+7 |
| | |||||
* | Fixed the order of messages | tesseract | 2023-10-03 | 3 | -26/+43 |
| | | | | | | fix message order accurately close read session | ||||
* | Intermediate changes | robot-piglet | 2023-10-03 | 564 | -410821/+1 |
| | |||||
* | Fix the test | komels | 2023-10-03 | 1 | -1/+1 |
| | |||||
* | Change "ya.make" | gvit | 2023-10-03 | 1 | -1/+1 |
| | |||||
* | YT-19762: Discombobulate observers command | danilalexeev | 2023-10-03 | 15 | -0/+85 |
| | |||||
* | Remap non-int values | hor911 | 2023-10-03 | 1 | -4/+18 |
| |