aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cell maker lib & parsing from json KIKIMR-20673 (#1255)Ilnaz Nizametdinov2024-01-2418-99/+276
|
* refresh embedded ui (#1247)Anton Kovalenko2024-01-2416-98/+179
|
* YQL-17502 Date32 from/to string conversion (#960)amikish2024-01-2421-19/+544
|
* Update sha in the library import increment script (#1261)AlexSm2024-01-241-2/+4
|
* Show exclusive nodes in embedded ui KIKIMR-20675 (#1149)Ilia Shakhov2024-01-244-4/+379
| | | * Show exclusive nodes in embedded ui KIKIMR-20675
* Add range read border to key sampler KIKIMR-20859 (#1253)Aleksei Borzenkov2024-01-241-0/+10
|
* Remove support for non-scan read columns requests (#1240)Aleksei Borzenkov2024-01-243-183/+32
|
* CheckCellValue after MakeCell (#1252)azevaykin2024-01-241-5/+5
|
* ci: run pr checks on a merge commit instead of the PR head, add ↵nikita kozlovsky2024-01-243-30/+109
| | | | | | | | | | | rebase-and-check label support (#1244) * ci: use merge commit for checks, also warn about merge conflict * ci: add rebase-and-check label support * get merge_commit_sha only once * ci: use only one checkout step
* add missing break in formatting code (#1229)Mikhail Babenko2024-01-241-0/+2
|
* Add shared logic to executor pool (#1236)kruall2024-01-249-57/+242
|
* move ReportLatencyCounters to common call (#1193)Sergey Veselov2024-01-241-3/+12
| | | | Always report latency counters in serverless proxy
* YQL-17542 remove unused abstraction (#1184)zverevgeny2024-01-241-26/+11
|
* YQL-15941 switch to llvm14 (#1241)Vitaly Stoyan2024-01-2366-730/+112
| | | | | | | * init * fix ut, switched to dwarf_backtrace * linux only bt
* Check types for pushdown on OLAP level. (#1144)Tony-Romanov2024-01-235-47/+135
| | | | | * Check types for pushdown on OLAP level. * Update test.
* fix column build with indexed table (#1239)Vitalii Gridnev2024-01-232-16/+133
| | | | | * fix column build with indexed table * remove useless debug strings
* improve switch (#1232)uzhastik2024-01-231-0/+1
|
* improve switch (#1228)uzhastik2024-01-231-0/+1
|
* fix break (#1226)uzhastik2024-01-231-0/+2
|
* remove useless call (#1201)uzhastik2024-01-231-1/+0
| | | | | * remove useless call * fix build
* Revert "Choose partition for topic split/merge" (#1243)AlexSm2024-01-2334-2130/+760
|
* Add missing <cstddef> include (#1233)Mikhnenko Sasha2024-01-232-0/+3
|
* Fix set but unused varibles to fix -Wunused-but-set-variable (#1175)Ilya Dzenzelyuk2024-01-2317-47/+1
| | | | | * Fix set but unused varibles to enable -Wunused-but-set-variable in the future * Remove one move variable
* fix counters (#1237)vporyadke2024-01-231-1/+1
|
* YQL-17542 Ensure one allocator in TDqTaskRunner (#1210)zverevgeny2024-01-231-3/+5
|
* Choose partition for topic split/merge (#1038)Nikolay Shestakov2024-01-2334-760/+2130
|
* Add sleep for metering tests (#1235)Nikolay Shestakov2024-01-231-0/+10
|
* Remove yt specific alloc monitoring. Ytalloc is not used. (#1202)Daniil Cherednik2024-01-234-327/+0
|
* YQL-17615: Fixed floats & numerics formatting in pgrun (#1230)Mars Agliullin2024-01-2312-12/+621
|
* Move ReValidateKeys to TKeyValidator (#1217)azevaykin2024-01-236-25/+108
|
* Correct cleanup policy. Split writeIds list (#1205)nsofya2024-01-235-19/+17
| | | * Correct clenup policy. Split writeIds list
* Add use local self heal option to ds tool (#1191)Robert Drynkin2024-01-231-0/+5
| | | Co-authored-by: robdrynkin <robdrynkin@nebius.com>
* not null constraint fix for column addition (#1137)Vitalii Gridnev2024-01-2318-19/+107
| | | | | | | * not null constraint fix for column addition * fixing tests according to the changes * fix scheme tests
* LocalTableWriter skeleton KIKIMR-20673 (#1214)Ilnaz Nizametdinov2024-01-2310-30/+272
|
* Make ydb_root_common use only stderr to avoid command output pollution (#1218)Innokentii Mokin2024-01-233-22/+22
| | | * make ydb_root_common use only stderr to avoid command output pollution
* Fixed unit tests fq/s3 + generic (#1120)Pisarenko Grigoriy2024-01-235-7/+13
| | | | | | | | | | | * Unmuted unit tests * Fixed ya make * Removed skip * Fixed test_write_result * Added comment
* fix ListUniqStable not working on optional arguments (#1195)Mikhail Babenko2024-01-238-32/+38
|
* Fix external dep on opentelemetry (#1216)Innokentii Mokin2024-01-234-4/+5
|
* KIKIMR-19522 BTreeIndex Charge Keys (#1102)kungurtsev2024-01-237-169/+368
|
* Fix malloc size (#1211)Alexey Ozeritskiy2024-01-231-1/+1
|
* add waiting for resources snapshot (#1154)vporyadke2024-01-231-12/+24
|
* Remove inaccessible code from TCompatibilityInfo::CheckCompatibility, #1208 ↵Sergey Belyakov2024-01-231-4/+0
| | | | (#1209)
* Use fallthrough and fix holder initialization (#1221)Nikolay Shestakov2024-01-232-1/+7
|
* YQL-17250: Fix operation name at fallback message (#1194)Maxim Kovalev2024-01-232-20/+12
|
* Fix typo leading to false VERIFY (#1220)Alexander Rutkovsky2024-01-231-1/+1
|
* fix allow single partition optimization (#1212)Vitalii Gridnev2024-01-233-7/+7
|
* fox coverity (#1206)ivanmorozov3332024-01-231-0/+1
|
* [YQL-17298] Fix data race on ICompare::TPtr (#1213)Andrey Neporada2024-01-231-10/+21
|
* Move TBaseChangeSender to ydb/core/change_exchange KIKIMR-20673 (#1207)Ilnaz Nizametdinov2024-01-2210-65/+75
|
* Fix 404 and fix files names. (#1032)Ivan Katkov2024-01-2257-56/+132
| | | | | | | | | | | | | | | | | | | | | * Fix 404 and fix files names. * Fix link err in ydb-cli/export-import/ * Fix links to export-import. * Fix link in /en/maintenance/backup_and_recovery.md * Add new pages to TOC. * Add federated query to concepts TOC. * rename no_translation to no-translation. * Rebase on main. * Add redirect from export_import/* to export-import/*. * Add redirects.