aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use unaligned read/write in persqueue to fix ubsan failuressnaury2023-06-302-17/+16
|
* Fix ubsan failure with memcpy from nullptrsnaury2023-06-301-2/+4
|
* incapsulate zero granule fetching logic into readerivanmorozov2023-06-307-133/+85
|
* YQL-16119: Add unit test to backtrace symbolizermrlolthe1st2023-06-3012-0/+325
| | | unit test for backtrace
* Intermediate changesrobot-piglet2023-06-303-16/+43
|
* enable SourceRead for QueryServiceqrort2023-06-303-0/+35
| | | | | enable SourceRead for QueryService init
* Add CutQueryStringAndFragment Block UDFepbugaev2023-06-301-1/+10
| | | Add CutQueryStringAndFragment block udf
* Intermediate changesrobot-piglet2023-06-305-51/+20
|
* Add CUDA 11.8 and CUDA 12.1 for Linux-x86_64kickbutt2023-06-301-1/+1
| | | | | | | | | | Добавляем в Аркадию поддержку CUDA 11.8 и CUDA 12.1 Сборку тестировал на `dict/mt/benchmarks/ynmt/base` Какие костыли нужно заиметь, чтобы оно собиралось и работало (кроме нужных драйверов в системе): - CUDA 12.1 не дружит с cuDNN версии 7.X и младше, поэтому, если вы собираете код, в котором есть и CUDA, и cuDNN, то надо собираться со свежим cuDNN, (например `-DCUDNN_VERSION=8.0.5` подойдёт) - у CUDA 11.8 другая проблема - вылезает ошибка `ld.lld: error: undefined symbol: std::invalid_argument::invalid_argument(char const*)` для решения этой проблемы нужно линковаться с более свежей libstdc++ (например, флаг `-DOS_SDK=ubuntu-18` или `-DOS_SDK=ubuntu-20` подойдёт)
* YQL-16017 named args for inputszverevgeny2023-06-304-17/+24
|
* File isolation option for SQL translation (used in view)vvvv2023-06-3013-67/+182
| | | в 2 внешних тестах были усеченные результаты в тестах UDF, поэтому в канонизацию попал путь к временной таблице, который поменялся из-за другого паттерна выделения random.
* Limit shared cache with passive pageskungasc2023-06-307-48/+108
|
* support NULL values correctlyxenoxeno2023-06-3011-145/+138
| | | | | | | | | | | %% xenoxeno@mr-nvme-testing-01:~/psycopg2$ python3 -m unittest tests.test_ipaddress.NetworkingTestCase.test_cidr_cast . ---------------------------------------------------------------------- Ran 1 test in 0.465s OK xenoxeno@mr-nvme-testing-01:~/psycopg2$ %%
* move UDF pragma info to global sectionmaxkovalev2023-06-301-0/+11
| | | YQL docs: move UDF pragma info to global section
* YQL-16143: Add RPC reader timeout setting, handle exception in proper waymrlolthe1st2023-06-301-0/+3
| | | YQL-16143: Add RPC reader timeout setting, handle exception in proper way
* Additional logsazevaykin2023-06-301-6/+12
|
* SerializedCellVec improve serializationMaksim Kita2023-06-3033-170/+210
| | | | | SerializedCellVec improve serialization Pull Request resolved: #275
* simple test for 'ydb workload topic run full`abcdef2023-06-308-0/+216
| | | простой тест с рецептом
* context for common objects providingivanmorozov2023-06-3015-38/+88
|
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-302270-539847/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* Make CeilDiv function constexprilezhankin2023-06-301-3/+7
|
* Fix incorrect downcast in ReserveData for string typessnaury2023-06-301-5/+6
|
* move fetching check usage insideivanmorozov2023-06-305-18/+26
|
* deallocation on destroyivanmorozov2023-06-301-2/+4
|
* Import test great againshadchin2023-06-301-6/+9
| | | После включения pydebug mode, в выводе import_test появилось много шума из-за `DeprecationWarning` и стало сложнее увидеть падение, добавил тут игнорирование `DeprecationWarning`
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-302270-0/+539847
| | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
* cleaning and special methods for memory control helpingivanmorozov2023-06-296-5/+41
|
* Add retry policy to BOARD_PUBLISHERshumkovnd2023-06-294-29/+107
|
* fix dictionary size calculationivanmorozov2023-06-294-3/+18
|
* improve macros for default component determination instead of 0ivanmorozov2023-06-292-12/+34
|
* debug strings for internal objectsivanmorozov2023-06-297-0/+32
|
* use different queues instead of front/backivanmorozov2023-06-2910-23/+74
|
* filler for timestamp and testsivanmorozov2023-06-297-1/+68
|
* use available packs count for kqp fetcher optimal usageivanmorozov2023-06-293-0/+10
|
* Change "muted_test.txt"alexv-smirnov2023-06-291-0/+4
|
* memory allocator objects count for monitoringivanmorozov2023-06-295-2/+70
|
* better TTL logging in ColumnShardchertus2023-06-291-7/+9
|
* Use unaligned read/write for page labels, fix ubsan failuressnaury2023-06-2914-92/+101
|
* provide logging context into bottom functions on stackivanmorozov2023-06-294-79/+55
| | | new signals
* speed up scanners requesting in case global memory limits usageivanmorozov2023-06-298-20/+61
|
* feat(tests): extract peers' output.tar before running testszaverden2023-06-292-0/+6
| | | Распаковка output.tar у пиров перед запуском тестов
* oss: add pg_dummy to peerdir for fixing github build with relwithdebinfonkozlovskiy2023-06-295-0/+5
|
* Added --ordered parameter description to docsbrgayazov2023-06-291-0/+2
|
* New parameters: warm-uptime, percentile, topicazevaykin2023-06-291-41/+57
|
* YQL-8971 YQL-15555 Fix check unique constraints by join keys.a-romanov2023-06-296-21/+13
|
* customize reading from bindingsuzhas2023-06-296-2/+127
|
* better logging for tier managerschertus2023-06-292-2/+26
|
* Ignore BOOST_*_DYN_LINK CFLAGS in yamakerthegeorg2023-06-294-28/+0
|
* Implement concurrent_result_sets setting for GenericQuery. ()spuchin2023-06-2918-16/+101
|
* Extract initialization to ServiceInitializertesseract2023-06-2911-56/+119
|