aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Find nvrtc library in cuda homenechda2025-04-251-2/+2
| | | | commit_hash:39c670927995d2e5558f218e3d198f29a2e2af40
* Intermediate changesrobot-piglet2025-04-251-1/+0
| | | | commit_hash:14cd0f852fd43d48ad01a7f6608504ef16a4ac95
* YQL-19747: Refactor sql/v1/complete usage of Future and Ptrvityaman2025-04-2532-334/+266
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [x] Chained futures, add `CompleteAsync` method (then will migrate the YDB CLI on it). - [x] Removed deadlined and fallback NameService as unused - [x] Annotate thread-safe methods with `const` and use `AtomicSharedPtr` for them. - [x] Move `name` to `name/service` with backward compatibility with the YDB CLI. --- `CompletionEngine` is left thread-unsafe because of the dependency chain `CompletionEngine -> LocalSyntaxAnalysis -> C3Engine` which is thread-unsafe, but readonly indexed data structures such as `Ranking` and `NameService` are annotated with const and distributed via shared pointers. I removed deadlined and fallback name services because the first is stupid the second is ahead of its time and is better to be added later to keep interfaces as minimal as possible. --- The migration on async complete plan: 1. Introduce CompleteAsync 2. Migrate clients on CompleteAsync 3. Make Complete to return Future 4. Migrate clients on Complete 5. Remove CompleteAsync --- - Related to https://github.com/ydb-platform/ydb/issues/9056 - Related to https://github.com/vityaman/ydb/issues/33 - Related to https://github.com/vityaman/ydb/issues/31 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1241 Co-authored-by: vvvv <vvvv@yandex-team.com> Co-authored-by: vvvv <vvvv@yandex-team.com> commit_hash:497cc081ab78bebf7354e0acfaa418d936cc8240
* compiler settings: correct __EMSCRIPTEN__ definevpalchikov2025-04-251-1/+1
| | | | commit_hash:662bf10e4c8caa4c7310317eacd39715dbadc691
* Intermediate changesrobot-piglet2025-04-251-1/+3
| | | | commit_hash:4d256df3cba483ed480b07058d40dc2771082b86
* YT-24704: Introduce new delivery fenced connection for pipespogorelov2025-04-255-246/+824
| | | | | | | | | | | * Changelog entry Type: feature Component: controller-agent Add new delivery fenced connection that works on vanilla linux kernel. It may be used for cpu intensive or gpu jobs to prevent job abort on interruption. commit_hash:02e0f41ad907dfe1c11defc5439214e31ea12ad5
* YT-24894: Add BlockSetSubrequestThreshold to configdon-dron2025-04-251-0/+2
| | | | commit_hash:2e0d520af978a9a16495ac4fd2adc8f072ed973a
* YT-24315: Tab node validates erasure coding of journalstea-mur2025-04-252-0/+3
| | | | | | | | * Changelog entry Type: fix Component: misc-server Tablet nodes used to not validate erasure coding. This is now fixed. commit_hash:c87b15794e5b904cf5876e3887af9aed62b650bc
* GetRef in TPointerCommonilnurkh2025-04-253-0/+50
| | | | commit_hash:4149625a81c51af40642fe498a887608cc57305f
* Primitives for case insensitive simple pattern matchzverevgeny2025-04-2515-13/+266
| | | | commit_hash:5f4bdb090c2f60459073e3e95ccd39ec58b95232
* удалил deprecated поляs2m12025-04-251-7/+2
| | | | commit_hash:99750816a334658ecd2f306d4a496865e7fcc4d8
* Intermediate changesrobot-piglet2025-04-257-14/+0
| | | | commit_hash:a2ae9e9ddb0ebd0f3ce876aa1f8f29e291d3aed1
* Fix for CVE-2023-33460: Memory leak in yajl 2.1.0 with use of ↵npt-17072025-04-253-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | yajl_tree_parse function ### Changelog entry ... ### Changelog category * Bugfix ### Description for reviewers This PR fixes a security vulnerability in yajl\_tree\_parse() that was cloned from yaml but did not receive the security patch. The original issue was reported and fixed under [likema/yajl@31531a6](https://github.com/likema/yajl/commit/31531a6e6b5641398237ce15b7e62da02d975fc6). This PR applies the same patch to eliminate the vulnerability. References [GHSA-cqgm-m7h3-xgwm](https://github.com/advisories/GHSA-cqgm-m7h3-xgwm "GHSA-cqgm-m7h3-xgwm") <https://nvd.nist.gov/vuln/detail/CVE-2023-33460> [likema/yajl@31531a6](https://github.com/likema/yajl/commit/31531a6e6b5641398237ce15b7e62da02d975fc6) --- Pull Request resolved: <https://github.com/ydb-platform/ydb/pull/17570> commit_hash:d022109c9836673d185db1ffab7e1064ab8f561d
* Fix YT_LOG_ALERT_AND_THROWh0pless2025-04-251-4/+14
| | | | commit_hash:5065ec89aed827ce2d112d5f8623dfb0215a5207
* Intermediate changesrobot-piglet2025-04-2520-59/+318
| | | | commit_hash:9feae42eea92837e800e65cbcf9acc15f580e438
* Typo in ref_counted.hAlexey Arkhipenko2025-04-251-1/+1
| | | | | | | | | No description --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1240 commit_hash:9afd1a8a5e8a67c4618712edca143bb56027764f
* Use junit4/5 semantics for java testsdimdim112025-04-243-1/+25
| | | | | Use junit4/5 semantics for java tests commit_hash:def6b37d434f8759c3ba83213b5baf2f1af85220
* Intermediate changesrobot-piglet2025-04-241-0/+5
| | | | commit_hash:f2e6589626879ba465833a71e6d23df856f201c9
* Check YT operations spec not to contain secretsziganshinmr2025-04-2422-1/+152
| | | | commit_hash:f3bb066b14d05257ef5fe43c4f80a92a16c10b4a
* YT-24894: Split large get block set requests between nodesdon-dron2025-04-241-0/+2
| | | | commit_hash:47af8407e2e454dd37342ff0a8e7d638e1d5f4a6
* Fix column group calculation for a single groupudovichenko-r2025-04-241-1/+1
| | | | commit_hash:f8138b2300bb8c3beed8d27d4688beb4dc2c6f3a
* Intermediate changesrobot-piglet2025-04-245-0/+117
| | | | commit_hash:b561940fa34bb32aa7a67fa8522fb39ffe55d141
* Intermediate changesrobot-piglet2025-04-241-1/+3
| | | | commit_hash:ae46d476745bcde01f2465ccfec1ae45e8d29d1e
* YQL TaggedType <-> Arrowninaiad2025-04-246-3/+95
| | | | commit_hash:f775e1468b8181bc7f7f409dde6a1af284725e68
* Constifyermolovd2025-04-241-2/+2
| | | | commit_hash:7579cfab3b598d951714e83b74e02d1d9b23cec2
* Enable UnorderedOverSortImproved by defaultaneporada2025-04-243-3/+3
| | | | commit_hash:188eabb32fe62c00b28fbfd2ca438d751e66a540
* Intermediate changesrobot-piglet2025-04-249-22/+24
| | | | commit_hash:dc3193604b8e3f1c1a2e012318f542b2497d7638
* Automatic release build for test_tool, os_ya, ya_bin, os_test_toolrobot-ya-builder2025-04-244-20/+22
| | | | | Update tools: test_tool, os_ya, ya_bin, os_test_tool commit_hash:e1a9b4c4ac2cb1d4372a80cdaf9ff5ffad68f9f1
* Add cuDNN 8.9.7nechda2025-04-241-1/+1
| | | | commit_hash:e4127882c960fab8e539f5332c981e7adebc5cb5
* Enable FilterNullMembersOverJust by defaultaneporada2025-04-243-7/+7
| | | | commit_hash:a97752fe47c21a472a780e6b2097cd7c20c63766
* YT-23180, YT-21017: Support composite types and type coercion in QLlukyan2025-04-234-0/+11
| | | | commit_hash:66a9427951da5b22e74fc6c04f4a3b7fd8713510
* Update contrib/libs/backtrace to 2025-04-08robot-contrib2025-04-233-6/+6
| | | | commit_hash:f557fe6f4960cb4466290d49e5f14af379ba2f94
* Intermediate changesrobot-piglet2025-04-2316-41/+199
| | | | commit_hash:305fec3efc9087bab26ae2fca809e1c3c0723b00
* Remove semantics from EXTERNAL_JAVA_LIBRARYdimdim112025-04-231-4/+0
| | | | | Remove semantics from EXTERNAL_JAVA_LIBRARY commit_hash:30f823498fa04c4da5d137a99e1d24e15e7d5b93
* Intermediate changesrobot-piglet2025-04-2322-84/+82
| | | | commit_hash:9b9fa862d523687c3eb883e9b94c2ecef522cda8
* Fix FilterPushdownOverJoinOptionalSidedeniskhalikov2025-04-232-74/+133
| | | | commit_hash:065881aad5e9f774c9709037fdfd30b5d3c77d51
* YT-23616: Split TRetryfulWriter implementation into rpc and httphiddenpath2025-04-237-34/+82
| | | | commit_hash:2b01b1b2387f71903fc29f3364d1e5f46f35a703
* YQL-19747 Detect a token at the caret positionvityaman2025-04-2311-115/+303
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When I tried to implement a folder and object names completion at `ID_QUOTED` I faced with a problem, that I actually can't detect, that cursor is at `ID_QUOTED` token because `TCompletionInput::Text` it was cut until the `TCompletionInput::CursorPosition`, therefore at input ``` SELECT * FROM `#` ``` prefix was ``` SELECT * FROM `# ``` and then lexer failed. While we actually want tokenize the whole current statement, `C3` still needs to receive a prefix as input. I tried to tokenize the whole statement and then on input `SELECT Optional<#>` got nothing because `<>` is solid token in the `SQL`. The only way to fix it I found is to cut a query to prefix until the cursor position. BTW, current implementation is not so efficient as we tokenize the input multiple times. Especially `SplitQueryToStatemnts` seems heavy. In future we anyway will parse the whole input so will need to design APIs to receive ready token streams to do statements splitting, for example, just not to do the work twice. ![image](https://github.com/user-attachments/assets/114804d3-f311-4a46-be84-8ed4650bc9dd) So I introduce you the following changes - [x] Select the whole current statement, not just prefix. - [x] Find the token at caret and output no candidates when caret is at `STRING_VALUE`, `DIGIGTS` and so on. - [x] Change `C3` wrapper interface to take `TCompletionInput` to hide an implementation detail that it runs on cut prefix. - [x] `#` annotated queries in unit tests. - [x] Detect `CaretTokenPosition` -- if is it enclosed with a token or between two. - [x] Ensure that `maxErrors` in `ILexer::Tokenize` is positive. Just a tiny bugfix. --- - Related to https://github.com/ytsaurus/ytsaurus/pull/1209 - Related to https://github.com/ydb-platform/ydb/issues/9056 - Related to https://github.com/vityaman/ydb/issues/14 --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1225 commit_hash:a434b9888ec8a7356247d63d9f1420e256ae4fca
* Add new macro to replace some of the YT_VERIFYsh0pless2025-04-232-6/+25
| | | | commit_hash:f4f2e8b9ba31109593c94251f64e1061f00af304
* Intermediate changesrobot-piglet2025-04-2334-51/+51
| | | | commit_hash:13b88581d861a38841bc1473ddb1ad07befea7ec
* Intermediate changesrobot-piglet2025-04-232-3/+3
| | | | commit_hash:09465895d52261f981de0dac35d5792dbf8d9b59
* Release clang18 #9robot-brewer2025-04-232-5/+15
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang18-v9 commit_hash:0c8b52ff29b719af33002f537095864d5c8e1aaf
* Enable ExtractMembersSplitOnOptional by defaultaneporada2025-04-231-1/+1
| | | | commit_hash:cc8e1d7c04d38c7d9f7d42a6f6f327c73ba11502
* YT-22593: Migrate auth to std::stringbabenko2025-04-237-28/+31
| | | | commit_hash:5c78798b304a05a90b7e9a5b2bcdc1d3454d9f77
* Pass `--should-stop=ifError=FLOW` to ya with Error Prone 2.37.0miroslav22025-04-231-0/+3
| | | | commit_hash:4eeebcfb3a5a301157ffdf1f6fb562be65cc3011
* Fix sysincl filter.snermolaev2025-04-231-1/+1
| | | | commit_hash:f6bb35748ba86b6c9a4a308231cf2ae10f1eeac7
* Enable MemberNthOverFlatMap by defaultaneporada2025-04-223-7/+7
| | | | commit_hash:5117342b91cba57f7c45d262b1c95aea6a65061a
* Intermediate changesrobot-piglet2025-04-221-31/+32
| | | | commit_hash:df494d98a61d65d0b77b335f1e998670be2f9f2b
* Add missing move constructor and move assignmenteivanov892025-04-222-0/+15
| | | | commit_hash:ca0a881f294c00b673673335c9366699c4be7c86
* Update contrib/libs/simdjson to 3.12.3robot-contrib2025-04-2218-81/+184
| | | | commit_hash:a1f6e10ba4e2df5b1e0a7e49410e245ed7b92ae3