Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use unaligned read/write in persqueue to fix ubsan failures | snaury | 2023-06-30 | 2 | -17/+16 |
| | |||||
* | Fix ubsan failure with memcpy from nullptr | snaury | 2023-06-30 | 1 | -2/+4 |
| | |||||
* | incapsulate zero granule fetching logic into reader | ivanmorozov | 2023-06-30 | 7 | -133/+85 |
| | |||||
* | YQL-16119: Add unit test to backtrace symbolizer | mrlolthe1st | 2023-06-30 | 12 | -0/+325 |
| | | | unit test for backtrace | ||||
* | Intermediate changes | robot-piglet | 2023-06-30 | 3 | -16/+43 |
| | |||||
* | enable SourceRead for QueryService | qrort | 2023-06-30 | 3 | -0/+35 |
| | | | | | enable SourceRead for QueryService init | ||||
* | Add CutQueryStringAndFragment Block UDF | epbugaev | 2023-06-30 | 1 | -1/+10 |
| | | | Add CutQueryStringAndFragment block udf | ||||
* | Intermediate changes | robot-piglet | 2023-06-30 | 5 | -51/+20 |
| | |||||
* | Add CUDA 11.8 and CUDA 12.1 for Linux-x86_64 | kickbutt | 2023-06-30 | 1 | -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 inputs | zverevgeny | 2023-06-30 | 4 | -17/+24 |
| | |||||
* | File isolation option for SQL translation (used in view) | vvvv | 2023-06-30 | 13 | -67/+182 |
| | | | в 2 внешних тестах были усеченные результаты в тестах UDF, поэтому в канонизацию попал путь к временной таблице, который поменялся из-за другого паттерна выделения random. | ||||
* | Limit shared cache with passive pages | kungasc | 2023-06-30 | 7 | -48/+108 |
| | |||||
* | support NULL values correctly | xenoxeno | 2023-06-30 | 11 | -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 section | maxkovalev | 2023-06-30 | 1 | -0/+11 |
| | | | YQL docs: move UDF pragma info to global section | ||||
* | YQL-16143: Add RPC reader timeout setting, handle exception in proper way | mrlolthe1st | 2023-06-30 | 1 | -0/+3 |
| | | | YQL-16143: Add RPC reader timeout setting, handle exception in proper way | ||||
* | Additional logs | azevaykin | 2023-06-30 | 1 | -6/+12 |
| | |||||
* | SerializedCellVec improve serialization | Maksim Kita | 2023-06-30 | 33 | -170/+210 |
| | | | | | SerializedCellVec improve serialization Pull Request resolved: #275 | ||||
* | simple test for 'ydb workload topic run full` | abcdef | 2023-06-30 | 8 | -0/+216 |
| | | | простой тест с рецептом | ||||
* | context for common objects providing | ivanmorozov | 2023-06-30 | 15 | -38/+88 |
| | |||||
* | Revert "YT-19324: move YT provider to ydb/library/yql" | max42 | 2023-06-30 | 2270 | -539847/+0 |
| | | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12. | ||||
* | Make CeilDiv function constexpr | ilezhankin | 2023-06-30 | 1 | -3/+7 |
| | |||||
* | Fix incorrect downcast in ReserveData for string types | snaury | 2023-06-30 | 1 | -5/+6 |
| | |||||
* | move fetching check usage inside | ivanmorozov | 2023-06-30 | 5 | -18/+26 |
| | |||||
* | deallocation on destroy | ivanmorozov | 2023-06-30 | 1 | -2/+4 |
| | |||||
* | Import test great again | shadchin | 2023-06-30 | 1 | -6/+9 |
| | | | После включения pydebug mode, в выводе import_test появилось много шума из-за `DeprecationWarning` и стало сложнее увидеть падение, добавил тут игнорирование `DeprecationWarning` | ||||
* | YT-19324: move YT provider to ydb/library/yql | max42 | 2023-06-30 | 2270 | -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 helping | ivanmorozov | 2023-06-29 | 6 | -5/+41 |
| | |||||
* | Add retry policy to BOARD_PUBLISHER | shumkovnd | 2023-06-29 | 4 | -29/+107 |
| | |||||
* | fix dictionary size calculation | ivanmorozov | 2023-06-29 | 4 | -3/+18 |
| | |||||
* | improve macros for default component determination instead of 0 | ivanmorozov | 2023-06-29 | 2 | -12/+34 |
| | |||||
* | debug strings for internal objects | ivanmorozov | 2023-06-29 | 7 | -0/+32 |
| | |||||
* | use different queues instead of front/back | ivanmorozov | 2023-06-29 | 10 | -23/+74 |
| | |||||
* | filler for timestamp and tests | ivanmorozov | 2023-06-29 | 7 | -1/+68 |
| | |||||
* | use available packs count for kqp fetcher optimal usage | ivanmorozov | 2023-06-29 | 3 | -0/+10 |
| | |||||
* | Change "muted_test.txt" | alexv-smirnov | 2023-06-29 | 1 | -0/+4 |
| | |||||
* | memory allocator objects count for monitoring | ivanmorozov | 2023-06-29 | 5 | -2/+70 |
| | |||||
* | better TTL logging in ColumnShard | chertus | 2023-06-29 | 1 | -7/+9 |
| | |||||
* | Use unaligned read/write for page labels, fix ubsan failures | snaury | 2023-06-29 | 14 | -92/+101 |
| | |||||
* | provide logging context into bottom functions on stack | ivanmorozov | 2023-06-29 | 4 | -79/+55 |
| | | | new signals | ||||
* | speed up scanners requesting in case global memory limits usage | ivanmorozov | 2023-06-29 | 8 | -20/+61 |
| | |||||
* | feat(tests): extract peers' output.tar before running tests | zaverden | 2023-06-29 | 2 | -0/+6 |
| | | | Распаковка output.tar у пиров перед запуском тестов | ||||
* | oss: add pg_dummy to peerdir for fixing github build with relwithdebinfo | nkozlovskiy | 2023-06-29 | 5 | -0/+5 |
| | |||||
* | Added --ordered parameter description to docs | brgayazov | 2023-06-29 | 1 | -0/+2 |
| | |||||
* | New parameters: warm-uptime, percentile, topic | azevaykin | 2023-06-29 | 1 | -41/+57 |
| | |||||
* | YQL-8971 YQL-15555 Fix check unique constraints by join keys. | a-romanov | 2023-06-29 | 6 | -21/+13 |
| | |||||
* | customize reading from bindings | uzhas | 2023-06-29 | 6 | -2/+127 |
| | |||||
* | better logging for tier managers | chertus | 2023-06-29 | 2 | -2/+26 |
| | |||||
* | Ignore BOOST_*_DYN_LINK CFLAGS in yamaker | thegeorg | 2023-06-29 | 4 | -28/+0 |
| | |||||
* | Implement concurrent_result_sets setting for GenericQuery. () | spuchin | 2023-06-29 | 18 | -16/+101 |
| | |||||
* | Extract initialization to ServiceInitializer | tesseract | 2023-06-29 | 11 | -56/+119 |
| |