aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move contrib/tools/jdk to build/platform/java/jdk/testingthegeorg2023-10-03567-2/+410843
|
* Use partition mapping in 1st class by defaultkomels2023-10-032-1/+2
|
* Change ".yfm"blinkov2023-10-031-0/+1
|
* [docs] add GTM scriptIvan Blinkov2023-10-032-0/+27
| | | | | | [docs] add GTM script Pull Request resolved: https://github.com/ydb-platform/ydb/pull/383
* Update contrib/python/botocore/py3 to 1.31.50robot-contrib2023-10-03396-85/+608
|
* Update contrib/python/boto3/py3 to 1.28.50robot-contrib2023-10-033-4/+4
|
* "open-source" -> "open source" for consistencyblinkov2023-10-031-1/+1
|
* trigger docs release on pushblinkov2023-10-031-1/+10
|
* Flake8 migrations clean uparcadia-devtools2023-10-031-4/+0
| | | | | | | | From hash: [cf2f925129e3cd0a5d0fb26b14901987687b2191](https://a.yandex-team.ru/arcadia/commit/cf2f925129e3cd0a5d0fb26b14901987687b2191) From revision: [12570745](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) Sandbox task: https://sandbox.yandex-team.ru/task/1958044313 Clean migrations config
* [docs] run build check only if there are changes in the docs folderblinkov2023-10-031-0/+2
|
* Refactor txs in consoleinnokentii2023-10-028-156/+68
| | | | refactor txs in console
* Запретить использование отличной от ↵pazus2023-10-021-0/+71
| | | | | | единой версии Kotlin https://clubs.at.yandex-team.ru/java/1397
* Fix issue codesssmike2023-10-021-3/+8
|
* refactoring of pgwire kqp proxyxenoxeno2023-10-027-277/+301
| | | | | | refactoring of pgwire kqp proxy KIKIMR-19430 fixing behaviour of rollback with no transaction and begin with transaction KIKIMR-19430
* YT-20103: Support setting initial tablet trimmed row count on reshard and ↵ifsmirnov2023-10-022-0/+3
| | | | creation
* Fix bug in arrow integer column serializationnadya732023-10-022-19/+21
|
* Fix TotalDurationMs in query stats KIKIMR-18823va-kuznecov2023-10-023-5/+12
| | | | | | | | | | | | | Fix TotalDurationMs in query stats KIKIMR-18823 KIKIMR-18823 fixed time spent statistics For some queries(literal or kpi) tasks do not have any input/output channels. And time statistics count time from lowest row start in these channels. For case, when we don't have any channel, firstRowMs will be MAX_INT and in this case we take stage start as lowest time.
* [docs] do not use a subdir for GitHub workflowsblinkov2023-10-023-2/+2
|
* Fix uninitialized SnapshotTime KIKIMR-19504ilnaz2023-10-021-14/+9
|
* Remove pragma yt.CostBasedOptimizeraozeritsky2023-10-0211-42/+43
|
* YQL-16773 + test and get rid of some TODOs.a-romanov2023-10-024-24/+58
|
* oss ydb: fix dstool building and test runnkozlovskiy2023-10-02121-0/+30154
|
* BlobDepot decommit fixes KIKIMR-14867alexvru2023-10-025-18/+59
|
* Add BulkUpsert countersnsofya2023-10-022-0/+58
|
* Move .github/actions/docs to .github/workflows/docsblinkov2023-10-023-2/+2
|
* Add new docs deployment methodblinkov2023-10-023-0/+48
|
* Change "muted_test.txt"alexv-smirnov2023-10-021-8/+1
|
* YT-19578: Move user_job_statistics to yt/cpp/mapreduce/libraryermolovd2023-10-0217-28/+28
|
* Change "muted_test.txt"alexv-smirnov2023-10-021-0/+2
|
* Fix: почему InsertTo и EmplaceTo ограничиваются ↵tema-m2023-10-021-0/+12
| | | | | | | | | | определёнными контейнерами? InsertTo -- столкнулся с проблемой, что я не могу им пользоваться, если мой THashSet имеет кастомный хэш. Решил эту проблемы более общим способом -- сделал так, что InsertTo принимает любой контенер, который может делать insert. EmplaceTo -- почему-то умел работать только с TVector -- поэтому поддерживает тоже любой контейнер UPD: поменял методы, чтобы они могли работать с любыми контейнерами, но в некотором коде кто-то зачем-то явно указывал тип T, поэтому мой код это ломал. Так что я просто добавил перегрузку
* KIKIMR-19213: speed up insert data meta serializationivanmorozov2023-10-0212-84/+59
| | | | | | additional logging cleaning correct signals
* Removed optional cost from statisticspavelvelikhov2023-10-0210-62/+20
| | | | Removed optional cost from statistics
* Made sticky pages logic consistent for loading and compactionskungasc2023-10-026-26/+399
|
* Export YQL test dataalexv-smirnov2023-10-026432-0/+91816
|
* Intermediate changesrobot-piglet2023-10-023-11/+90
|
* Support "path hasn't been resolved" issueauzhegov2023-10-021-1/+2
|
* Split cryptography on py2/py3shadchin2023-10-02185-119/+76184
|
* KIKIMR-19216: new granules conflict resolving temporary. improve cleanup ↵ivanmorozov2023-10-027-130/+129
| | | | setup method
* KIKIMR-19006: pg insert without target columnsqrort2023-10-0215-59/+404
|
* YQL-16727 initial support of materialized set_of functionsvvvv2023-10-026-11/+149
| | | | Изменения в ydb/library/yql/sql/pg/ut PgOptimizer - веса зависят от work_mem
* YQL-16773 Fix unique by key tuple with size 1.a-romanov2023-10-021-6/+7
|
* Use Sum (not Count) for sensorshor9112023-10-021-1/+1
|
* Create statistics transformer base classaozeritsky2023-10-0210-165/+217
|
* fix repeatable loads usage for some objectsivanmorozov2023-10-021-31/+46
|
* Added computation of predicate selectivitiespavelvelikhov2023-10-028-9/+152
| | | | Added computation of selectivity of predicates
* Automatic release build for ymake, os_ymakerobot-ya-builder2023-10-023-30/+30
| | | | | | | | | From hash: [b5469d87303cb148dd374f4c84c5d402fdcf7707](https://a.yandex-team.ru/arcadia/commit/b5469d87303cb148dd374f4c84c5d402fdcf7707) From revision: [12549766](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=121) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ymake, os_ymake
* remove unused ytest2.pysnermolaev2023-10-021-58/+0
|
* KIKIMR-19505: store blob into TInsertedData for reuse in future in ↵ivanmorozov2023-10-017-41/+110
| | | | indexation changes
* KIKIMR-19215: additional counters for external blob storagesivanmorozov2023-10-0152-170/+674
|
* KIKIMR-19215: dont use fallback. only bs for blobcacheivanmorozov2023-10-013-67/+19
|