Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Storage Balancer KIKIMR-20636 (#770) | vporyadke | 2024-01-09 | 16 | -2/+412 |
| | |||||
* | [yql] Refresh file storage state at fork (YQL-17461) (#878) | Roman Udovichenko | 2024-01-09 | 1 | -19/+28 |
| | | | | | * [yql] Refresh file storage state at fork (YQL-17461) * Add `const` to NeedToCleanup() | ||||
* | fix ut link (#887) | Alexey Efimov | 2024-01-09 | 1 | -0/+1 |
| | |||||
* | Fix error in doc build. (#886) | Ivan Katkov | 2024-01-09 | 4 | -4/+4 |
| | |||||
* | Add unary kernels. (#859) | Tony-Romanov | 2024-01-09 | 8 | -0/+120 |
| | | | | | * Add kernels for Minus and Abs. * Add unary arithmetic. | ||||
* | Delete go project files from the root (#868) | AlexSm | 2024-01-09 | 2 | -325/+0 |
| | |||||
* | Fix references to protoc compiler (#870) | AlexSm | 2024-01-09 | 2 | -2/+2 |
| | |||||
* | Coalesce pushdown (#744) | Tony-Romanov | 2024-01-09 | 9 | -295/+371 |
| | | | | | | | | | | | | | | | * Pushdown coalesce as YQL kernel. [Draft] * Add some nulls into test source table. * JsonExist a little fix. * Fix test * Fix make return type for binary operations. * Some fixes. * Enable tests. | ||||
* | add different metrics to graph service (#871) | Alexey Efimov | 2024-01-09 | 13 | -17/+184 |
| | |||||
* | allow fieldsubset optimizer with multiusage input (#862) | Andrey Neporada | 2024-01-09 | 12 | -134/+280 |
| | |||||
* | Hack ydb/library/yql/providers/generic/connector/tests to make them MEDIUM, ↵ | Vitaly Isaev | 2024-01-09 | 1 | -2/+10 |
| | | | | not LARGE (#876) | ||||
* | Publish full rl api to oss (#808) | Innokentii Mokin | 2024-01-09 | 2 | -0/+246 |
| | |||||
* | YQ-2068 remove unused var (#837) | zverevgeny | 2024-01-09 | 1 | -5/+0 |
| | |||||
* | [yql] Fix test result diff (YQL-17489) (#877) | Roman Udovichenko | 2024-01-09 | 4 | -24/+25 |
| | |||||
* | Move epilogue.cmake after sqlparser (#869) | AlexSm | 2024-01-08 | 1 | -1/+1 |
| | | | | | * Move epilogue.cmake after sqlparser * Fix path | ||||
* | YQL-16241: [pg-make-test] Remove empty testcases from the resulting ↵ | Mars Agliullin | 2024-01-08 | 1 | -1/+8 |
| | | | | testsuite (#863) | ||||
* | Get rid of lambdas in logging macros (#855) | Vasily Gerasimov | 2024-01-08 | 4 | -53/+77 |
| | |||||
* | Update build_and_test_provisioned.yml | AlexSm | 2024-01-08 | 1 | -1/+2 |
| | |||||
* | Update build_and_test_provisioned.yml | AlexSm | 2024-01-08 | 1 | -0/+1 |
| | |||||
* | Fix opt rules for generic queries. (KIKIMR-16294) (#860) | spuchin | 2024-01-07 | 10 | -65/+53 |
| | | | * Fix opt rules for generic queries. (KIKIMR-16294) | ||||
* | Added all known join types to CBO (#858) | Pavel Velikhov | 2024-01-06 | 2 | -2/+13 |
| | |||||
* | Fixed pg_like canonization (#852) | Mars Agliullin | 2024-01-05 | 2 | -6/+6 |
| | |||||
* | Update cmake generation script to use ya, add platforms and ignored errors, ↵ | AlexSm | 2024-01-05 | 2 | -49/+39 |
| | | | | | | | | | add --keep-going (#857) * Update generate cmake scripts to use ya tools * Update2 * Add error codes and darwin support for base64 | ||||
* | Workaround capture structured binding issue for clang14 (#851) | Daniil Cherednik | 2024-01-05 | 1 | -1/+5 |
| | |||||
* | Revert "add pg types to TQueryPlan (#828)" (#850) | AlexSm | 2024-01-05 | 5 | -35/+13 |
| | | | This reverts commit 3c0bb781afe9473bb694a7e64f5066d128329744. | ||||
* | YQL-16896: Fixed BuildProjectionLambda when emitPgStar is true (#849) | Mars Agliullin | 2024-01-05 | 1 | -5/+7 |
| | |||||
* | LOGBROKER-8859 Improvements in OffsetFetch endpoint in Kafka API (#803) | Sergey Veselov | 2024-01-05 | 4 | -60/+72 |
| | |||||
* | Support DDL in QueryService for TIER & TIERING_RULE objects (#846) | Vasily Gerasimov | 2024-01-04 | 10 | -75/+19 |
| | |||||
* | trace(kqp): add tracing ro read actors (#841) | Iuliia Sidorina | 2024-01-04 | 9 | -41/+141 |
| | |||||
* | correctly set roles for a node (#848) | Alexey Efimov | 2024-01-04 | 2 | -7/+12 |
| | |||||
* | recover setting of hostname (#847) | Alexey Efimov | 2024-01-04 | 1 | -1/+2 |
| | |||||
* | Support DDL in QueryService for SECRET_ACCESS objects (#845) | Vasily Gerasimov | 2024-01-04 | 6 | -30/+95 |
| | |||||
* | Support DDL operations (including IF EXISTS/IF NOT EXISTS) for objects with ↵ | Vasily Gerasimov | 2024-01-04 | 47 | -123/+375 |
| | | | | type secret (#838) | ||||
* | Fix flake8 violation in ↵ | Sergey Veselov | 2024-01-04 | 1 | -4/+4 |
| | | | | tests/functional/sqs/merge_split_common_table/test.py (#834) | ||||
* | Library import 5, delete go dependencies (#832) | AlexSm | 2024-01-04 | 13261 | -4938588/+2654 |
| | | | | | * Library import 5, delete go dependencies * Fix yt client | ||||
* | YQL-16896: Common type inferring for SELECT combinators (#843) | Mars Agliullin | 2024-01-04 | 26 | -127/+656 |
| | |||||
* | Remove deps on non existing folder (#844) | Robert Drynkin | 2024-01-04 | 1 | -3/+0 |
| | |||||
* | suppress unnecessaryVERIFY which could rise on downgrade scenario (#840) | Alexey Efimov | 2024-01-03 | 1 | -1/+3 |
| | |||||
* | YDB-1713/hotkeys (#830) | Andrei Rykov | 2024-01-03 | 1 | -0/+2 |
| | |||||
* | improve normalization (#827) | Alexey Efimov | 2024-01-03 | 5 | -153/+334 |
| | |||||
* | add pg types to TQueryPlan (#828) | qrort | 2024-01-03 | 5 | -13/+35 |
| | |||||
* | [YQL-17389] Normalize dq_file tests | Andrey Neporada | 2024-01-03 | 23 | -111/+111 |
| | |||||
* | fix http tests to wait for port binding (#835) | Alexey Efimov | 2024-01-03 | 1 | -8/+8 |
| | |||||
* | add compatibility for old upsert nodes (#826) | qrort | 2024-01-03 | 1 | -3/+6 |
| | |||||
* | KIKIMR-20380: min max portion keys validation (#822) | ivanmorozov333 | 2024-01-03 | 14 | -41/+52 |
| | | | | | | | * validation * corrections * clean configuration for splitting | ||||
* | Fix OLAP stats (#766) | Konstantin Morozov | 2024-01-03 | 12 | -67/+392 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * add tests for check olap stats, controller for act perioad and add filling stats for non-standalone table. * remove useless log * remove useless log * up controller * add test with some tables in store * support stats for table store * remove useless message * add size to stats and small up * fix flapping, up controller, add some log * reduce timeout * add check for primary index * up sender, set immutable var | ||||
* | Fix literal rewrite rule for predicate pushdown (#809) | Mikhail Surin | 2024-01-02 | 4 | -27/+81 |
| | | | | | | | | | * Fix range union * fix ydb/library/yql/core/extract_predicate/ut * fix ydb/library/yql/tests/sql/yt_native_file/part6 YDBREQUESTS-3030 | ||||
* | Fix rebase in docs (#825) | AlexSm | 2024-01-02 | 2 | -6/+2 |
| | |||||
* | Added stage and local inputs for JSON plans (#699) | Pavel Velikhov | 2024-01-02 | 3197 | -617/+63008 |
| | | | | | | | * Squashed all work into a single commit * Cannonized most test except postgres * Cannonized CLI tests | ||||
* | ci: warn if no tests reports found (#807) | nikita kozlovsky | 2024-01-02 | 1 | -4/+19 |
| |