aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added intergration of python CI with testmoBulat Gayazov2023-06-087-96/+75
| | | | | Added intergration of python CI with testmo Pull Request resolved: #237
* add aggregation signalsivanmorozov2023-06-089-32/+151
|
* CLI added progress bar for import commandMaksim Kita2023-06-0817-93/+116
| | | | | CLI added progress bar for import command Pull Request resolved: #243
* Any join attribute addedaakulaga2023-06-084-59/+386
| | | | | Any join attribute added First versin of Any
* added extra parameters for KikimrConfigGeneratorauzhegov2023-06-083-6/+38
|
* consider tablets alive only after they signal activezalyalov2023-06-085-8/+32
| | | | | Local no longer counts tablets as alive until they connect to pipe and actually start operating. This way, if a tablet is stuck reading its state on restart, it will not be incorrectly reported as alive. This is achieved by adding a new event, TEvReady, that is similar to previously used TEvRestored, but is only sent when the tablet receives TEvTabletActive from itself. This way, the only change in general tablet behavior is the addition of a new event, that may need to be handled.
* Restrict direct usages of google benchmarking librarythegeorg2023-06-0883-232/+244
| | | Forbid PEERDIR-ing Google Benchmark from modules other than G_BENCHMARK.
* support pgtimestamp from parquetuzhas2023-06-081-0/+5
|
* Revert "Add description how iam roles are mapping to YDB permissions"molotkov-and2023-06-082-213/+0
| | | | This reverts commit 78f4f7ca05f03f2727a5f3d1ee78a415c6561c05, reversing changes made to c5ecef13f6ba38316a6c165639dc43b737a292e4.
* cluster handler tenants size fixandrew-rykov2023-06-081-9/+15
| | | | | changed cluster handler to TViewerPipeClient tenants size cluster handler fix
* Fix filemode on stdout openilyasiluyanov2023-06-081-10/+3
| | | Set binary mode as default, use `str` (aka unicode) on demand
* Fix some wide channels bugs if pragma dq.UseWideChannels is setaneporada2023-06-083-22/+24
| | | initial
* GetTestTopicazevaykin2023-06-081-1/+1
|
* test and fix for out of bound array accessingalexnick2023-06-082-1/+8
| | | test and fix for accessing out of bound array values
* Test StartsWith kernelnsofya2023-06-081-14/+87
| | | Test StartsWith kernel
* Alow drop table in schemeshardnsofya2023-06-087-28/+222
| | | Alow drop table in schemeshard
* Support read iterator repeatable read on followerssnaury2023-06-0823-382/+741
|
* Flaky test RetryPolicy::TWriteSession_SeqNoShiftazevaykin2023-06-084-73/+122
|
* Add description how iam roles are mapping to YDB permissionsmolotkov-and2023-06-082-0/+213
|
* Update contrib/restricted/googletest to 1.13.0thegeorg2023-06-0730-292/+804
|
* Added YDB Corpbazeltsev2023-06-071-2/+2
| | | updated
* fix stupidivanmorozov2023-06-075-27/+20
|
* Revert "Unify checking in CMS"ilnaz2023-06-0721-1241/+513
| | | | This reverts commit e7dd9f1e07897af53a5fa4875fdd76b96a6cc4a6, reversing changes made to da4de01e86ba5540671187f7ad0a8d3a8f0b78fd.
* Imported PG clickbench queriesvvvv2023-06-0711-16/+89
|
* Move apache projects configuration to contrib rootsthegeorg2023-06-071-1/+1
|
* Add separate file for version control UT helper to use it in other tests,serg-belyakov2023-06-076-18/+32
| | | Add separate file for version control UT helper to use it in other tests
* Fix memory leak in TActorSystema-sumin2023-06-0720-91/+138
|
* fixed test DataStreams::TestReservedStorageMeteringabcdef2023-06-072-40/+54
| | | | | Исправлены ошибки: 1) Для схемы `yds.storage.reserved.v1` в цикле не учитывалась граница часа. 2) Границы интервала времени могут быть в разных секундах, но разница между ними может быть меньше секунды. Это влияет на расчёт потребления ресурсов.
* speedup compactionivanmorozov2023-06-0712-208/+357
|
* read from topic with commitrekby2023-06-072-2/+12
|
* use Occupancy instead of AvailableSizezalyalov2023-06-072-26/+21
|
* Add ';' add safeload family macroses (v-z)bulatman2023-06-071-1/+1
| | | | | | | | | ``` find . -name '*.*' -exec sed -i 's/Y_SAVELOAD_JOB(\(.*\))$/Y_SAVELOAD_JOB(\1);/g' '{}' ';' find . -name '*.*' -exec sed -i 's/OBJECT_METHODS(\(.*\))$/OBJECT_METHODS(\1);/g' '{}' ';' find . -name '*.*' -exec sed -i 's/Y_SAVELOAD_DEFINE(\(.*\))$/Y_SAVELOAD_DEFINE(\1);/g' '{}' ';' find . -name '*.*' -exec sed -i 's/Y_SAVELOAD_DEFINE_OVERRIDE(\(.*\))$/Y_SAVELOAD_DEFINE_OVERRIDE(\1);/g' '{}' ';' find . -name '*.*' -exec sed -i 's/OBJECT_NOCOPY_METHODS(\(.*\))$/OBJECT_NOCOPY_METHODS(\1);/g' '{}' ';' ```
* rebase pr to fix ya package onto backward-compat fix for executeilyasiluyanov2023-06-071-5/+12
| | | | | | | | | | | | Use text=True as many as needed Create npm always tries to return text Use bytes in stdout assertions Remove strings py23_utils py23_canondata Try to make backward compatible solution first
* getopt: print help either to Cerr or Cout, configuring by optiondimdim112023-06-072-18/+36
| | | Fix arc help output
* Support for wide streams in dq channelsaneporada2023-06-0649-325/+1048
|
* correct signalsivanmorozov2023-06-069-37/+66
|
* Revert "Kernel for String::LevensteinDistance + BinaryKernel helper"eak1mov2023-06-066-109/+7
| | | | This reverts commit 7d2e5bf13855490b6221d731db3ef16973ec8714, reversing changes made to 17dd633f13f3be5d1e240c31d0c4498b9a62beee.
* New DynamicConfig API draftinnokentii2023-06-0630-391/+1330
| | | | | WIP Add new calls
* InsertTable overloadsivanmorozov2023-06-0635-267/+736
| | | overloads insert_table
* Copy cached responses in TObjectServiceCachebabenko2023-06-062-0/+19
|
* Format TInstant/TDurationhor9112023-06-061-0/+26
|
* Initial implementation of PG column convertersvvvv2023-06-065-6/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | pg биндинги ``` pragma UseBlocks; select URL, CounterID, EventDate, EventTime from bindings.hits limit 1 "Data"=[["http://liver.ru/belgorod/page/1006.j\xD0\xBA\xD0\xB8/\xD0\xB4\xD0\xBE\xD0\xBF_\xD0\xBF\xD1\x80\xD0\xB8\xD0\xB1\xD0\xBE\xD1\x80\xD1\x8B";"225510";"2013-07-05";"2013-07-05 17:42:42"]]}]}] ``` yql биндинги ``` select URL, CounterID, EventDate, EventTime from bindings.hits limit 1 "Data"=[["http://liver.ru/belgorod/page/1006.j\xD0\xBA\xD0\xB8/\xD0\xB4\xD0\xBE\xD0\xBF_\xD0\xBF\xD1\x80\xD0\xB8\xD0\xB1\xD0\xBE\xD1\x80\xD1\x8B";"225510";"15891";"1373046162"]]}]}] ``` 15891 = 2013-07-05 1373046162 = 2013-07-05T17:42:42Z
* Add null columns if not present in input batch schemensofya2023-06-0611-92/+120
| | | Add null columns if not presents in input batch scheme
* Add string kernelsnsofya2023-06-063-2/+38
| | | Add string kernels
* [ymq] waiting for queue cache invalidation in testalexbogo2023-06-061-0/+5
| | | init
* YQL-16021: support show server_versionfedor-miron2023-06-0614-0/+109
|
* shared db related labelandrew-rykov2023-06-061-1/+11
|
* switch to new folder_servicesavnik2023-06-0639-335/+674
| | | | | fix TEvFolderService events switch to a new folder_service
* Operation for DROP COLUMNnsofya2023-06-0615-43/+211
| | | | | TConclusionSpecialStatus Register drop column operation
* Remove xray supportthegeorg2023-06-061-22/+0
|