aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* KIKIMR-20714: Удаляем LongTxService grpc (#1124)Олег2024-01-1844-959/+0
| | | | | | | | | | | | | | | | | * KIKIMR-20714 Удаляем LongTxService в тестах * fix tests * Remove test DropColumnOldScheme * KIKIMR-20714: Удаляем LongTxService grpc * fix build * fix tests * fix build * another fix build
* Report status for static group (#1116)Alexander Rutkovsky2024-01-184-18/+69
|
* YQL-16252, YQL-16623: fix set_config (#1121)Александр Новожилов2024-01-181-0/+1
|
* (refactoring) Move TSchemeCacheHelpers to core/tx/scheme_cache KIKIMR-20673 ↵Ilnaz Nizametdinov2024-01-185-98/+117
| | | | (#1123)
* Add GLOBAL for udf service files (#1106)Roman Udovichenko2024-01-184-3/+4
|
* YDB-2321 Refactor IP UDF to use supported ipmath library (#618)Vadim Averin2024-01-185-54/+177
| | | | | | | | | | | | | | | | | | | * Apply patch with changes * Add & canonize some tests * More refactoring * Final cleanup * Apply patch with changes * Add & canonize some tests * More refactoring * Final cleanup * Add explicit dependencies on library/cpp/ipv6_address
* Add result checking function in arrow_ut.cpp (#1109)kinash-varvara2024-01-181-32/+29
|
* KIKIMR-20009: fix race condition on blobs removing (#1118)ivanmorozov3332024-01-1813-31/+43
|
* YQ-2630: fix and support detalization for v1 (#1016)Egor Zudin2024-01-1810-76/+123
| | | * also support multiple graphs, move test data to resources
* Skip empty description in pr_labels.yaml workflow (#1117)Ivan Blinkov2024-01-181-1/+2
|
* Fix typo in TPC-DS query (#1125)Alexey Ozeritskiy2024-01-181-1/+1
|
* Enchanced VDisk & PDisk traces (#864)Oleg Shatov2024-01-1813-68/+233
|
* Library import 8 (#1074)AlexSm2024-01-18850-27547/+50346
| | | | | * Library import 8 * Add contrib/libs/cxxsupp/libcxx/include/__verbose_abort
* Implemented RemoteTopicReader KIKIMR-20306 (#1093)Ilnaz Nizametdinov2024-01-189-0/+377
|
* Fix possible node crash in case of unavaliable response (#1107)Daniil Cherednik2024-01-183-3/+9
| | | | | | during refresh token process. The GrpcRequestProxy Unavaliable method should not be used from rpc actors. The interface will be isolated in a future.
* Add block reader over file (#1097)Александр Новожилов2024-01-181-0/+18
|
* add limits for simultaneous compaction (#1096)ivanmorozov3332024-01-182-1/+3
| | | | | * add limits for simultaneous compaction * fix build
* YQL-17493: Wrap returned YQL-typed columns with ToPg (#1059)Mars Agliullin2024-01-188-60/+135
|
* refactor(kqp): remove unused pragmas (#1052)Iuliia Sidorina2024-01-178-510/+264
|
* Allow partial column set in case of insert (#1056)Daniil Cherednik2024-01-179-37/+275
| | | | | | | | | | * Allow partial column set in case of insert into table with unique constraint. Co-authored-by: qrort <31865255+qrort@users.noreply.github.com>
* YQ-2744: add tpc bucket option for ydb workload tpch (#1098)Egor Zudin2024-01-174-59/+105
| | | | | * YQ-2744: add tpc bucket option for ydb workload tpch * Move bucket to cli parameters
* Mute some flaky tests (#1101)Ilnaz Nizametdinov2024-01-171-1/+4
|
* general steps for data fetching (#1088)ivanmorozov3332024-01-1735-823/+690
|
* KIKIMR-19522 BTreeIndex Iter Remove single run optimization (#995)kungurtsev2024-01-176-427/+609
|
* test commit (#996)starlinskiy2024-01-174-0/+90
|
* fix(kqp): pass right table filter through stream index lookup join (#1034)Iuliia Sidorina2024-01-1710-207/+307
|
* Make test actorsystem actor id globaly unique (#1081)Robert Drynkin2024-01-171-4/+4
|
* fix stats for splitting (#1079)ivanmorozov3332024-01-175-34/+48
| | | | | * fix stats for splitting * fix
* fix build (#1082)Konstantin Morozov2024-01-171-1/+1
|
* Safe topic reader KIKIMR-20673 (#1078)Ilnaz Nizametdinov2024-01-173-93/+137
|
* Unified test cases naming schema for ↵Vitaly Isaev2024-01-1718-149/+192
| | | | ydb/library/yql/providers/generic/connector/tests (#1058)
* SplitStageOnDqReplicate -> false (#1068)Andrey Neporada2024-01-171-0/+5
|
* More strict DqReplicateType ann. Fix pushing LMap/HasItems to stage (#1057)Andrey Neporada2024-01-1723-497/+482
|
* Revert "Disable coordinator if no ingress tasks (#472)" (#1083)Dmitry Kardymon2024-01-172-27/+10
| | | This reverts commit 7c308ffca4e2e378bf364c843707bbd9f434b587.
* Change token in pr_labels.yaml workflow (#1080)Ivan Blinkov2024-01-171-1/+1
|
* ci: add more details to PR comment about build and tests (#1054)nikita kozlovsky2024-01-176-52/+162
|
* Create pr_labels.yaml (#1033)Ivan Blinkov2024-01-171-0/+49
|
* YDBDOCS-223: add missing backticks to "config.md" (#1072)Ivan Blinkov2024-01-172-8/+8
| | | | | * Update config.md * Update config.md
* [docs] YDBDOCS-230: update primitive types restrictions (#435)Ivan Blinkov2024-01-172-7/+7
| | | | | * [docs] YDBDOCS-230: update primitive types restrictions * Update datatypes_primitive_number.md
* fix double lock (#483)ildar-khisambeev2024-01-171-5/+2
|
* [docs] YDBDOCS-98: mention Sentinel in selfheal.md (#434)Ivan Blinkov2024-01-172-0/+4
| | | | | * [docs ]YDBDOCS-98: mention Sentinel in selfheal.md * Update selfheal.md
* Fix uninitialized value in log settings (#1048)Innokentii Mokin2024-01-171-1/+1
|
* YDBDOCS-557: add a missing redirect (#592)Ivan Blinkov2024-01-171-0/+2
|
* YDB-966 tls incomplete transfer (#1024)Andrei Rykov2024-01-171-60/+24
| | | | | | | | | * YDB-966 tls incomplete transfer * make SSL_get_error after each SSL_* operation * added ProcessSslError method * made ProcessSslResult method
* YQL-16252, YQL-16623: Support search_path (#788)Александр Новожилов2024-01-1715-12/+420
| | | | | | | | | | | | | | | | | | | * YQL-16252, YQL-16623: Support search_path * tests * canon * fixes * fixes * fix * fix * one more test * typo
* YQ-2730: use docker-compose random port mapping in connector integration ↵Vitaly Isaev2024-01-1611-41/+114
| | | | | | | | | tests (#978) * Use docker-compose random port mapping * Retry creating connections for PostgreSQL * Close ClickHouse and PostgreSQL connections after use
* remove pdisk -> pg_parser dependency (#1036)Vlad Kuznetsov2024-01-161-1/+0
|
* Added a link to embedded ui roadmap (#1017)Anton Kovalenko2024-01-161-7/+1
| | | | | * added a link to embedded ui roadmap * docs: moved embedded ui items to a separate roadmap, just link is left
* Can read date32 as PostgreSQL date from arrow (#1046)Alexey Ozeritskiy2024-01-163-0/+48
|
* Set default values for InitialAllocation parameteres (#1012)Sergey Belyakov2024-01-161-2/+2
|