aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove legacy DqStage settings. ()spuchin2023-03-133-34/+2
|
* YQL-15118 Hybrid MapReduce with Mapper.a-romanov2023-03-131-2/+3
|
* schemeshard, auditlog: add cloud ids and acl/user attrs modification detailsijon2023-03-133-14/+155
| | | | | | | Add new audit record fields: - component -- (="schemeshard") - {cloud,folder,resource}_id -- Cloud specific database binding - new_owner, acl_add, acl_remove -- ACL change (if applicable) - user_attrs_add, user_attrs_remove -- user attributes change (if applicable)
* tests: update config generator to audit log config changesijon2023-03-131-1/+5
|
* YQL-15755: Sort UDF's list in docsmaxkovalev2023-03-132-11/+11
| | | Sort UDF's list in documentation
* Clarify a corner-case for empty results for TABLESAMPLEr-andrey2023-03-131-1/+1
|
* default allocator for 32bit arch: LF -> Jsnermolaev2023-03-13343-345/+350
|
* Fix unsafe merge of last read tx with commit tx. ()spuchin2023-03-122-2/+36
|
* OSS CI: avoid cancelling all builds in matrix when one build failsalexv-smirnov2023-03-111-0/+1
|
* correct shardingivanmorozov2023-03-112-26/+73
|
* Add Broker holder class which automatically frees the broker on destroy, ↵serg-belyakov2023-03-103-43/+82
| | | | | remove cancelled waiters from queue, do other minor improvements, Add TBrokerHolder class which automatically frees the broker on destroy,
* Add WideFetch methon to TUnboxedValue, bump ABI versionaneporada2023-03-104-3/+100
|
* Remove ydb tornado from testsrekby2023-03-103-197/+100
|
* Github build/test: add matrix run for X64/ARM64alexv-smirnov2023-03-101-2/+5
|
* Do not use TOperationId to format queryId string.dcherednik2023-03-105-10/+41
|
* Support CREATE TABLE in Postgres syntaxmarsaly2023-03-103-4/+377
|
* mute kqp delete on planned testgvit2023-03-101-2/+2
|
* remove executer progress message handling & sendinggvit2023-03-1012-85/+25
|
* [yt provider] Keep sortness in FlatMap/LMap optimizers with multi outputsudovichenko-r2023-03-101-0/+6
| | | YQL-13474
* Improve coroutine actor interfacealexvru2023-03-1017-79/+110
|
* Add THandle using in TEventLightva-kuznecov2023-03-101-0/+1
| | | Add THandle using in TEventLight
* Fix log grep #2auzhegov2023-03-101-36/+51
| | | Initial fix
* Optimize varintsbabenko2023-03-102-94/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: %% Run on (56 X 3200 MHz CPU s) CPU Caches: L1 Data 32 KiB (x28) L1 Instruction 32 KiB (x28) L2 Unified 256 KiB (x28) L3 Unified 35840 KiB (x2) Load Average: 1.29, 2.30, 2.18 ***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. ----------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------- BM_SmallVarUint 275 ns 275 ns 1843898 BM_MediumVarUint 825 ns 824 ns 843158 BM_LargeVarUint 1200 ns 1200 ns 585964 %% After: %% Run on (56 X 3200 MHz CPU s) CPU Caches: L1 Data 32 KiB (x28) L1 Instruction 32 KiB (x28) L2 Unified 256 KiB (x28) L3 Unified 35840 KiB (x2) Load Average: 1.67, 1.73, 1.74 ***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. ----------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------- BM_SmallVarUint 131 ns 130 ns 5345527 BM_MediumVarUint 505 ns 505 ns 1000000 BM_LargeVarUint 793 ns 793 ns 871621 %%
* Add macro for ut -> gtest replcement.dcherednik2023-03-108-7/+229
|
* Add GetPort(port) support to maintain compatibility with unittest TPortManageralexv-smirnov2023-03-103-8/+89
| | | | | Singleton did not allow reinitialisation, so in existing tests this line https://a.yandex-team.ru/arcadia/library/cpp/testing/common/ut/network_ut.cpp?rev=rXXXXXX#L45 did not have any effect. The tests worked just because in both tests the env var PORT_SYNC_PATH was the same and its changes did not affect the tests anyway. As we need to change the env var NO_RANDOM_PORTS to run GetPort( port ) test, I had to make a reinitialisation method, which is now being called from inside the constructor, causing its double invocation during the tests. I could not find a better solution for Singleton(
* Intermediate changesrobot-piglet2023-03-101-1/+23
|
* YQL-15754 owning ptr to async nodes, don't resurrect unreachable nodesvvvv2023-03-102-4/+23
|
* cleanup event_pb.hxenoxeno2023-03-101-37/+0
|
* Add errors count to TKqpStreamLookupActor.yuryalekseev2023-03-101-0/+8
|
* формат raw приводит к ошибкам чтения при ↵auzhegov2023-03-102-22/+45
| | | | | explicit partitioned данных Initial fix
* неожиданно пустой результат в грепе логовauzhegov2023-03-103-152/+39
| | | Initial fix
* Revert commit rXXXXXXbazeltsev2023-03-1019-825/+523
|
* Revert commit rXXXXXXbazeltsev2023-03-103-21/+11
|
* Revert commit rXXXXXXbazeltsev2023-03-108-16/+0
|
* Revert commit rXXXXXXbazeltsev2023-03-102-28/+41
|
* Intermediate changesrobot-piglet2023-03-101-0/+4
|
* Revert commit rXXXXXXbazeltsev2023-03-107-194/+23
|
* Improve coroutine actor interfacealexvru2023-03-108-44/+53
|
* YT: Allow to define enum with custom string represenationbulatman2023-03-102-0/+30
|
* Add errors count to TKqpReadActor.yuryalekseev2023-03-101-0/+10
|
* Optimized CanonizePath implementation.dcherednik2023-03-096-6/+214
|
* Сохранять информацию об статусе ReadOnly ↵tesseract2023-03-0924-156/+584
| | | | | | | | | | базы данных в партиции топика В ПР перенесена логика TDataShard по получению информации по OutOfSpace для SubDomain-а Спорные моменты: - Получение информации сделано в ReadBalancer-е, а не непосредственно в TPartition. Это сделано т.к. необходима информация об SchemeShard-е, а ее в TPartition нет, но она есть в ReadBalancer-е - Прикапывание OutOfSpace не персистентное, и после рестарта таблетки пройдет какое-то время до получения актуального статуса. В этот период клиент сможет записывать в топик, даже если место закончилось. (В DataShard-е информация персистентная)
* Refactor filter pushdowns.aidarsamer2023-03-098-333/+526
|
* Add SSL_set_tlsext_host_name ssl optionmolotkov-and2023-03-094-14/+19
|
* Reordered row group readhor9112023-03-095-37/+114
|
* Improve UT for sysviewva-kuznecov2023-03-091-5/+20
|
* (no commit message)abcdef2023-03-0919-192/+785
|
* YQL-15703 Get rid of keep_sys EquiJoin flag.a-romanov2023-03-095-52/+27
|
* light events for actor systemxenoxeno2023-03-09513-2107/+3324
|
* Intermediate changesrobot-piglet2023-03-093042-33/+83504
|