Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CheckWriteUnit & FinishProposeWriteUnit (#631) | azevaykin | 2023-12-21 | 16 | -268/+367 |
| | |||||
* | First 25 queries of TPC-DS (#632) | Alexey Ozeritskiy | 2023-12-21 | 25 | -0/+1550 |
| | |||||
* | KIKIMR-20321 viewer tests asan fix (#525) | Andrei Rykov | 2023-12-21 | 14 | -52/+53 |
| | | | KIKIMR-20231/asan-fix | ||||
* | add talks/presentations to the docs (#528) | Evgeniy Ivanov | 2023-12-21 | 2 | -3/+19 |
| | | | | | | | | | * add talks/presentations to the docs * Update ydb/docs/en/core/public-talks.md --------- Co-authored-by: Ivan Blinkov <ivan@blinkov.ru> | ||||
* | added vscode (#636) | Andrei Rykov | 2023-12-21 | 1 | -0/+1 |
| | |||||
* | Moved csv parsing in import file cmd to YDB CLI and supported pg-types (only ↵ | Bulat | 2023-12-21 | 11 | -172/+319 |
| | | | | | | | | | | | | | | | | | | | | | row tables) (#514) * Fixed parsing JSON from pg types * Fixed bugs * Moved csv parsing in import file cmd to YDB CLI and supported pg-types (only row tables) * Fixed bugs * Fixed bug * Fixed bugs * Fixed test * Added column table validation * Fixed bugs | ||||
* | Use user provided otel header to start grpc proxy tracing. (#628) | Daniil Cherednik | 2023-12-21 | 2 | -6/+8 |
| | |||||
* | Import libs 1 (#590) | AlexSm | 2023-12-21 | 283 | -6704/+6993 |
| | | | | | | | * Import libs 1 * Add new file without extension * Add file missed in export config | ||||
* | Out<NYql::TIssues> (#626) | azevaykin | 2023-12-21 | 2 | -6/+7 |
| | |||||
* | [dq] Integrate YT peephole transforms into DQ integration (YQL-17386) (#605) | Roman Udovichenko | 2023-12-21 | 20 | -180/+223 |
| | |||||
* | YQL-17250: Add operation information into hybrid statistics (#597) | Maxim Kovalev | 2023-12-21 | 6 | -24/+67 |
| | | | | | * YQL-17250: Add operation information into hybrid statistics * Fix review comments | ||||
* | Add dynamic config cli (#615) | Innokentii Mokin | 2023-12-21 | 6 | -0/+799 |
| | | | | | | | * add dynamic config cli --------- Co-authored-by: Innokentii Mokin <innokentii@ydb.tech> | ||||
* | Fix ui.sh, add missing mounts.txt (#614) | Andrey Neporada | 2023-12-21 | 3 | -2/+8 |
| | | | | * Fix ui.sh, add missing mounts.txt * mounts.txt for uig.sh, drop no longer needed LD_LIBRARY_PATH | ||||
* | init (#610) | Vitaly Stoyan | 2023-12-21 | 197 | -1053/+1961 |
| | |||||
* | KIKIMR-20217 Initial datashard tracing (#530) | Semyon Danilov | 2023-12-21 | 23 | -126/+227 |
| | |||||
* | KIKIMR-20533 TraceId parser unittests (#617) | Oleg Shatov | 2023-12-21 | 4 | -1/+120 |
| | |||||
* | Replace Y_ABORT_UNLESS #2 (#603) | Nikolay Shestakov | 2023-12-21 | 1 | -2/+7 |
| | |||||
* | KIKIMR-20533 Implemented conversion from OTEL header to traceId (#607) | Oleg Shatov | 2023-12-21 | 2 | -6/+67 |
| | | | * KIKIMR-20533 Implemented conversion from OTEL header to traceId | ||||
* | KIKIMR-20081: add grant/revoke permissions to query service (#522) | VPolka | 2023-12-20 | 17 | -162/+484 |
| | | | | | | | * add grant/revore permissions to query service * fix rebase * fix issues | ||||
* | Add grpc request proxy wilson span and trace id on the request context. (#606) | Daniil Cherednik | 2023-12-20 | 6 | -8/+60 |
| | |||||
* | YQ-2323: YQ Connector: use Connector docker image for YQL Generic provider ↵ | Vitaly Isaev | 2023-12-20 | 12 | -86/+155 |
| | | | | | | | integration tests (#604) * YQ Connector: use Connector docker image instead of building it from scratch * YQ Connector: tune performance of Generic provider integration tests | ||||
* | Update README.md (#602) | Ivan Blinkov | 2023-12-20 | 1 | -1/+1 |
| | |||||
* | YQL-17434 Ignore TEvStatistics (#598) | Alexey Ozeritskiy | 2023-12-20 | 1 | -0/+1 |
| | |||||
* | Mutetests1 (#578) | AlexSm | 2023-12-20 | 4 | -44/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove good test from muted list * Adjust muted test shards * Adjust muted functional tests * Update muted_shard.txt * Update muted_test.txt * Update muted_functest.txt * Update muted_shard.txt * Update muted_test.txt * Update muted_test.txt * Update muted_functest.txt * Update muted_test.txt * Update muted_test.txt * Update muted_test.txt * Update muted_functest.txt * Update transform-ya-junit.py * Update muted_test.txt * Update muted_test.txt * Update muted_functest.txt * Update muted_functest.txt | ||||
* | YQL-9853: add documentation for WalkFolders (#585) | Fiodar Miron | 2023-12-20 | 2 | -0/+229 |
| | |||||
* | [dq] Peephole integration + some transform helpers (YQL-17386) (#572) | rvu1024 | 2023-12-20 | 5 | -23/+102 |
| | | | | | | | * [dq] Peephole integration + some transform helpers * Integrate providers ph into dq exec * Change interface | ||||
* | YQL-17087: Move DqChannelStorage to separate file and use interface (#591) | Aidar Samerkhanov | 2023-12-20 | 4 | -206/+256 |
| | |||||
* | Implement CREATE/DROP EXTERNAL DATA SOURCE/EXTERNAL TABLE in QueryService. ↵ | Vasily Gerasimov | 2023-12-20 | 47 | -312/+1061 |
| | | | | Without IF NOT EXISTS/IF EXISTS support yet (#524) | ||||
* | Disable YQL YT plugin under non-linux platforms (#588) | Maxim Akhmedov | 2023-12-19 | 1 | -1/+7 |
| | |||||
* | Flush queue and end Final message immidiately on full result writer error (#582) | Alexey Ozeritskiy | 2023-12-19 | 1 | -0/+2 |
| | |||||
* | TaskRunnerActor accepts unknown events (#576) | Alexey Ozeritskiy | 2023-12-19 | 1 | -9/+17 |
| | |||||
* | YQL-17393: Fix Dq tests (#560) | Maxim Kovalev | 2023-12-19 | 4 | -4/+6 |
| | |||||
* | ci: run CheckAllowedDirs on all branches (#581) | nikita kozlovsky | 2023-12-19 | 1 | -3/+0 |
| | |||||
* | ci: start testmo run before starting tests (#580) | nikita kozlovsky | 2023-12-19 | 1 | -65/+70 |
| | |||||
* | Update pr_check.yml (#583) | AlexSm | 2023-12-19 | 1 | -1/+0 |
| | |||||
* | KIKIMR-16087 Replace Y_ABORT_UNLESS (#569) | Nikolay Shestakov | 2023-12-19 | 1 | -12/+41 |
| | |||||
* | added GetOpenTelemetryTraceParent() to IRequestCtxBaseMtSafe (#577) | Aleksey Myasnikov | 2023-12-19 | 3 | -0/+17 |
| | |||||
* | fix sequence requests lost and add debugging tools to sequence proxy (#570) | Vitalii Gridnev | 2023-12-19 | 6 | -19/+76 |
| | |||||
* | KIKIMR-20042 Added table with statistics to LoadActor html report (#565) | Oleg Shatov | 2023-12-19 | 1 | -37/+107 |
| | |||||
* | Mote YT plugin to ydb/library/yql (#573) | AlexSm | 2023-12-19 | 38 | -407/+35 |
| | |||||
* | KIKIMR-20042 Enchanced VDisk tracing (#571) | Oleg Shatov | 2023-12-19 | 7 | -16/+36 |
| | | | | | * KIKIMR-20042 Enchanced VDisk tracing * Fix of TString creation | ||||
* | Optimize TSpan methods to prevent unneeded object construction KIKIMR-15449 ↵ | Alexander Rutkovsky | 2023-12-19 | 4 | -14/+29 |
| | | | | (#575) | ||||
* | Report nodeId with create session response. (#562) | Daniil Cherednik | 2023-12-19 | 4 | -6/+13 |
| | |||||
* | Optimize heartbeats emission KIKIMR-20392 (#557) | Ilnaz Nizametdinov | 2023-12-19 | 8 | -79/+262 |
| | |||||
* | Optimize TString creation in TSpan ctor (#568) | Alexander Rutkovsky | 2023-12-19 | 1 | -5/+14 |
| | |||||
* | Fix missed subscription for non local request cancelation. (#527) | Daniil Cherednik | 2023-12-19 | 1 | -3/+4 |
| | |||||
* | Fix plans and cannonize tests with aggr functions. (#550) | Tony-Romanov | 2023-12-19 | 63 | -85/+85 |
| | | | * Fix plans and cannonize test with aggr functions. | ||||
* | Refactored CBO interface for DQ (#558) | Pavel Velikhov | 2023-12-19 | 6 | -147/+251 |
| | | | | | * Refactored CBO interface for DQ * Added the new interface on the side, without breaking existing code | ||||
* | GetSubmatrix (#556) | azevaykin | 2023-12-19 | 6 | -21/+54 |
| | |||||
* | KIKIMR-20042 KeyValue tablet toplevel tracing (#526) | Oleg Shatov | 2023-12-19 | 15 | -46/+78 |
| | | | | | | | * KIKIMR-20042 KeyValue tablet toplevel tracing * Get rid of TWilson::Tablet * Remove useless explicit parent constructor |