Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use TChecker to check limits | ilnaz | 2022-09-19 | 3 | -42/+106 |
| | |||||
* | fix. | a-romanov | 2022-09-19 | 2 | -4/+12 |
| | |||||
* | tests for correct limits and ssa usage | ivanmorozov | 2022-09-19 | 1 | -16/+330 |
| | |||||
* | Fix truncated results in session_actor | va-kuznecov | 2022-09-19 | 1 | -6/+22 |
| | |||||
* | PR from branch users/mdartemenko/fix_whitespaces | mdartemenko | 2022-09-19 | 7 | -63/+55 |
| | | | | | Revert "move scan/full_scan fetch from reply in session_actor to compile_actor" This reverts commit 2823e7875f243a68929c7d325725e1f3fbb85af2, reversing changes made to cf96b119658d4b4a43f18537d6f81e3d9dfcbf1b. | ||||
* | Sane handling of %x and %X for pointers in Format | babenko | 2022-09-19 | 3 | -5/+38 |
| | |||||
* | (no commit message) | abcdef | 2022-09-19 | 15 | -125/+786 |
| | |||||
* | fix buffer ref on stack var | uzhas | 2022-09-19 | 1 | -1608/+1609 |
| | |||||
* | Check locks before commit | va-kuznecov | 2022-09-19 | 1 | -0/+4 |
| | |||||
* | fix broken link | kovalad | 2022-09-19 | 1 | -1/+1 |
| | |||||
* | PR from branch users/mzinal/ | mzinal | 2022-09-19 | 21 | -100/+483 |
| | | | Data import and export enhancements for YDB CLI | ||||
* | Exclude date_time and serialization from boost metaproject | bugaevskiy | 2022-09-19 | 1 | -0/+1 |
| | |||||
* | generic block function execution | vvvv | 2022-09-19 | 5 | -100/+106 |
| | |||||
* | Conditional suppression for utility class constructor | miroslav2 | 2022-09-19 | 2 | -0/+58 |
| | |||||
* | Update boost/parameter, boost/lockfree and boost/accumulators | robot-contrib | 2022-09-19 | 172 | -4773/+33276 |
| | | | | | * Update contrib/restricted/boost/accumulators to 1.80.0 * Update contrib/restricted/boost/lockfree to 1.80.0 * Update contrib/restricted/boost/parameter to 1.80.0 | ||||
* | Fix tsan warnings in yt intrusive ptr | ayles | 2022-09-19 | 2 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | For example, https://github.com/google/sanitizers/issues/1352 - tsan is not working well with std::atomic_thread_fence Minimal reproducible example (and one that bothers most in every fiber-aware service): ``` auto threadPool = NYT::New<NYT::NConcurrency::TThreadPool>(2, "thread"); TVector<NYT::TFuture<void>> futures; for (size_t i = 0; i < 100000; ++i) { futures.emplace_back(BIND([]() { }).AsyncVia(threadPool->GetInvoker()).Run()); } for (auto& future : futures) { future.Get().ThrowOnError(); } ``` | ||||
* | limit usage for stop finally and additional statistics calculation | ivanmorozov | 2022-09-19 | 7 | -62/+135 |
| | | | | incapsulate costs state into common manager switch on parallel scan for olap requests | ||||
* | Add multiple PDisk main keys, | serg-belyakov | 2022-09-19 | 36 | -240/+549 |
| | | | | | | | | | Add pdisk-key option to CLI Fix key obtaining Key change now works Change pdisk main key type to TMainKey (typedefed as TStackVec<NPDisk::TKey, 2>) | ||||
* | Improve BlobDepot a bit | alexvru | 2022-09-19 | 6 | -73/+110 |
| | |||||
* | use blob cache for index inserts | chertus | 2022-09-19 | 6 | -14/+42 |
| | |||||
* | Rebalancing autocheck partitions and distbuild clusters. | robot-dts-analyst | 2022-09-19 | 2 | -3/+4 |
| | | | The process of preparing changes https://sandbox.yandex-team.ru/task/1452983473/view | ||||
* | Update contrib/restricted/boost/context to 1.80.0 | robot-contrib | 2022-09-19 | 26 | -1856/+282 |
| | |||||
* | Update contrib/restricted/boost/utility to 1.80.0 | robot-contrib | 2022-09-18 | 1 | -1/+1 |
| | |||||
* | Update contrib/restricted/boost/utility to 1.79.0 | robot-contrib | 2022-09-18 | 10 | -118/+346 |
| | |||||
* | Add ydb auth get-token command | pnv1 | 2022-09-18 | 8 | -15/+114 |
| | |||||
* | Exclude asio and coroutine from boost metaproject | bugaevskiy | 2022-09-18 | 2 | -11/+0 |
| | |||||
* | fix ExportTypeToProto for empty tuple type | uzhas | 2022-09-18 | 2 | -1/+27 |
| | |||||
* | [vendor] Add github.com/itchyny/gojq. | verytable | 2022-09-18 | 1039 | -238929/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | ``` ya tool yo get github.com/itchyny/gojq go: downloading github.com/itchyny/gojq v0.12.9 go: downloading github.com/itchyny/timefmt-go v0.1.4 go: downloading github.com/mattn/go-isatty v0.0.16 go: downloading golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 go: added github.com/itchyny/gojq v0.12.9 go: added github.com/itchyny/timefmt-go v0.1.4 go: upgraded github.com/mattn/go-isatty v0.0.14 => v0.0.16 go: upgraded golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d => v0.0.0-20220829200755-d48e67d00261 ``` Тесты: ``` ya make -t -A ./vendor/github.com/itchyny/gojq Total 2 suites: 2 - GOOD Total 905 tests: 905 - GOOD Ok ``` Для двух тестов, использовавших локальные файлы добавил `TEST_CWD`. | ||||
* | cost data request/response for column shard | ivanmorozov | 2022-09-18 | 13 | -419/+1105 |
| | |||||
* | Move block cache in to separate lib. Fix missed blobstorage PEERDIRs. | dcherednik | 2022-09-17 | 12 | -30/+54 |
| | |||||
* | fix crash when format struct with no fields and empty tuple | uzhas | 2022-09-17 | 2 | -11/+68 |
| | |||||
* | Update contrib/restricted/boost/interprocess to 1.80.0 | robot-contrib | 2022-09-17 | 89 | -2290/+9682 |
| | |||||
* | do not crash on broken CSV in checkTypeValidness | uzhas | 2022-09-17 | 1 | -0/+3 |
| | |||||
* | add tests to normalize path | uzhas | 2022-09-17 | 6 | -1/+147 |
| | |||||
* | Update contrib/python/boto3/py3 to 1.24.75 | robot-contrib | 2022-09-17 | 253 | -3115/+468 |
| | |||||
* | Make quotas default and hard limits configurable | galaxycrab | 2022-09-17 | 2 | -5/+28 |
| | |||||
* | Add params usage examples to ydb yql --help-ex | pnv1 | 2022-09-16 | 1 | -0/+3 |
| | |||||
* | Update boost/container, boost/move, boost/intrusive to 1.80.0 | robot-contrib | 2022-09-16 | 151 | -5689/+9832 |
| | |||||
* | Allocation error detalization | hor911 | 2022-09-16 | 7 | -11/+12 |
| | |||||
* | generic arrow function resolver | vvvv | 2022-09-16 | 162 | -50179/+2811 |
| | |||||
* | fix. | a-romanov | 2022-09-16 | 1 | -1/+7 |
| | |||||
* | Fix get Etag on HTTP/1.1 | a-romanov | 2022-09-16 | 2 | -8/+6 |
| | |||||
* | Validate output type for raw format. | a-romanov | 2022-09-16 | 1 | -7/+25 |
| | |||||
* | [] Fix casting structs/tuples with PG types | aneporada | 2022-09-16 | 1 | -4/+6 |
| | |||||
* | batch using directly | ivanmorozov | 2022-09-16 | 8 | -279/+370 |
| | |||||
* | Bugfix | komels | 2022-09-16 | 1 | -1/+1 |
| | |||||
* | add cache for RecordBatches from InsertTable | chertus | 2022-09-16 | 19 | -23/+201 |
| | |||||
* | date for projection has been fixed | hcpp | 2022-09-16 | 4 | -2/+31 |
| | |||||
* | Add TContiguousData | innokentii | 2022-09-16 | 14 | -500/+1122 |
| | | | extract TChunk as TContiguousData | ||||
* | [] add possibility to log driver messages | shmel1k | 2022-09-16 | 3 | -4/+38 |
| |