| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Added intergration of python CI with testmo
Pull Request resolved: #237
|
| |
|
|
|
|
|
| |
CLI added progress bar for import command
Pull Request resolved: #243
|
|
|
|
|
| |
Any join attribute added
First versin of Any
|
| |
|
|
|
|
|
| |
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.
|
|
|
| |
Forbid PEERDIR-ing Google Benchmark from modules other than G_BENCHMARK.
|
| |
|
|
|
|
| |
This reverts commit 78f4f7ca05f03f2727a5f3d1ee78a415c6561c05, reversing
changes made to c5ecef13f6ba38316a6c165639dc43b737a292e4.
|
|
|
|
|
| |
changed cluster handler to TViewerPipeClient
tenants size cluster handler fix
|
|
|
| |
Set binary mode as default, use `str` (aka unicode) on demand
|
|
|
| |
initial
|
| |
|
|
|
| |
test and fix for accessing out of bound array values
|
|
|
| |
Test StartsWith kernel
|
|
|
| |
Alow drop table in schemeshard
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
updated
|
| |
|
|
|
|
| |
This reverts commit e7dd9f1e07897af53a5fa4875fdd76b96a6cc4a6, reversing
changes made to da4de01e86ba5540671187f7ad0a8d3a8f0b78fd.
|
| |
|
| |
|
|
|
| |
Add separate file for version control UT helper to use it in other tests
|
| |
|
|
|
|
|
| |
Исправлены ошибки:
1) Для схемы `yds.storage.reserved.v1` в цикле не учитывалась граница часа.
2) Границы интервала времени могут быть в разных секундах, но разница между ними может быть меньше секунды. Это влияет на расчёт потребления ресурсов.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
```
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' '{}' ';'
```
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
Fix arc help output
|
| |
|
| |
|
|
|
|
| |
This reverts commit 7d2e5bf13855490b6221d731db3ef16973ec8714, reversing
changes made to 17dd633f13f3be5d1e240c31d0c4498b9a62beee.
|
|
|
|
|
| |
WIP
Add new calls
|
|
|
| |
overloads insert_table
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 presents in input batch scheme
|
|
|
| |
Add string kernels
|
|
|
| |
init
|
| |
|
| |
|
|
|
|
|
| |
fix TEvFolderService events
switch to a new folder_service
|
|
|
|
|
| |
TConclusionSpecialStatus
Register drop column operation
|
| |
|