aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Storage Balancer KIKIMR-20636 (#770)vporyadke2024-01-0916-2/+412
|
* [yql] Refresh file storage state at fork (YQL-17461) (#878)Roman Udovichenko2024-01-091-19/+28
| | | | | * [yql] Refresh file storage state at fork (YQL-17461) * Add `const` to NeedToCleanup()
* fix ut link (#887)Alexey Efimov2024-01-091-0/+1
|
* Fix error in doc build. (#886)Ivan Katkov2024-01-094-4/+4
|
* Add unary kernels. (#859)Tony-Romanov2024-01-098-0/+120
| | | | | * Add kernels for Minus and Abs. * Add unary arithmetic.
* Delete go project files from the root (#868)AlexSm2024-01-092-325/+0
|
* Fix references to protoc compiler (#870)AlexSm2024-01-092-2/+2
|
* Coalesce pushdown (#744)Tony-Romanov2024-01-099-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 Efimov2024-01-0913-17/+184
|
* allow fieldsubset optimizer with multiusage input (#862)Andrey Neporada2024-01-0912-134/+280
|
* Hack ydb/library/yql/providers/generic/connector/tests to make them MEDIUM, ↵Vitaly Isaev2024-01-091-2/+10
| | | | not LARGE (#876)
* Publish full rl api to oss (#808)Innokentii Mokin2024-01-092-0/+246
|
* YQ-2068 remove unused var (#837)zverevgeny2024-01-091-5/+0
|
* [yql] Fix test result diff (YQL-17489) (#877)Roman Udovichenko2024-01-094-24/+25
|
* Move epilogue.cmake after sqlparser (#869)AlexSm2024-01-081-1/+1
| | | | | * Move epilogue.cmake after sqlparser * Fix path
* YQL-16241: [pg-make-test] Remove empty testcases from the resulting ↵Mars Agliullin2024-01-081-1/+8
| | | | testsuite (#863)
* Get rid of lambdas in logging macros (#855)Vasily Gerasimov2024-01-084-53/+77
|
* Update build_and_test_provisioned.ymlAlexSm2024-01-081-1/+2
|
* Update build_and_test_provisioned.ymlAlexSm2024-01-081-0/+1
|
* Fix opt rules for generic queries. (KIKIMR-16294) (#860)spuchin2024-01-0710-65/+53
| | | * Fix opt rules for generic queries. (KIKIMR-16294)
* Added all known join types to CBO (#858)Pavel Velikhov2024-01-062-2/+13
|
* Fixed pg_like canonization (#852)Mars Agliullin2024-01-052-6/+6
|
* Update cmake generation script to use ya, add platforms and ignored errors, ↵AlexSm2024-01-052-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 Cherednik2024-01-051-1/+5
|
* Revert "add pg types to TQueryPlan (#828)" (#850)AlexSm2024-01-055-35/+13
| | | This reverts commit 3c0bb781afe9473bb694a7e64f5066d128329744.
* YQL-16896: Fixed BuildProjectionLambda when emitPgStar is true (#849)Mars Agliullin2024-01-051-5/+7
|
* LOGBROKER-8859 Improvements in OffsetFetch endpoint in Kafka API (#803)Sergey Veselov2024-01-054-60/+72
|
* Support DDL in QueryService for TIER & TIERING_RULE objects (#846)Vasily Gerasimov2024-01-0410-75/+19
|
* trace(kqp): add tracing ro read actors (#841)Iuliia Sidorina2024-01-049-41/+141
|
* correctly set roles for a node (#848)Alexey Efimov2024-01-042-7/+12
|
* recover setting of hostname (#847)Alexey Efimov2024-01-041-1/+2
|
* Support DDL in QueryService for SECRET_ACCESS objects (#845)Vasily Gerasimov2024-01-046-30/+95
|
* Support DDL operations (including IF EXISTS/IF NOT EXISTS) for objects with ↵Vasily Gerasimov2024-01-0447-123/+375
| | | | type secret (#838)
* Fix flake8 violation in ↵Sergey Veselov2024-01-041-4/+4
| | | | tests/functional/sqs/merge_split_common_table/test.py (#834)
* Library import 5, delete go dependencies (#832)AlexSm2024-01-0413261-4938588/+2654
| | | | | * Library import 5, delete go dependencies * Fix yt client
* YQL-16896: Common type inferring for SELECT combinators (#843)Mars Agliullin2024-01-0426-127/+656
|
* Remove deps on non existing folder (#844)Robert Drynkin2024-01-041-3/+0
|
* suppress unnecessaryVERIFY which could rise on downgrade scenario (#840)Alexey Efimov2024-01-031-1/+3
|
* YDB-1713/hotkeys (#830)Andrei Rykov2024-01-031-0/+2
|
* improve normalization (#827)Alexey Efimov2024-01-035-153/+334
|
* add pg types to TQueryPlan (#828)qrort2024-01-035-13/+35
|
* [YQL-17389] Normalize dq_file testsAndrey Neporada2024-01-0323-111/+111
|
* fix http tests to wait for port binding (#835)Alexey Efimov2024-01-031-8/+8
|
* add compatibility for old upsert nodes (#826)qrort2024-01-031-3/+6
|
* KIKIMR-20380: min max portion keys validation (#822)ivanmorozov3332024-01-0314-41/+52
| | | | | | | * validation * corrections * clean configuration for splitting
* Fix OLAP stats (#766)Konstantin Morozov2024-01-0312-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 Surin2024-01-024-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)AlexSm2024-01-022-6/+2
|
* Added stage and local inputs for JSON plans (#699)Pavel Velikhov2024-01-023197-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 kozlovsky2024-01-021-4/+19
|