-
Notifications
You must be signed in to change notification settings - Fork 600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Library import 241120-1113 #11788
Library import 241120-1113 #11788
Conversation
commit_hash:7615b031b04bf3c1b7ec54e348bf56ad29543c0a
commit_hash:f512a7722e094d0c9aefb0ada7750298582b605a
Move clang-format to its own dir Хотим привозить clang-format как ресурс в тулу для линтинга, но не привозить все clangN commit_hash:b4d7e2e6953aec15dc41dd523140df5c2ccf685e
commit_hash:d8d2d7bd705c50833ff6e4b03fda17f1c97ca3b7
Upgrades for AP in templates, some fixes commit_hash:63f7bbc30e5df3c590e65c9b54346158193efd45
commit_hash:72c9a8fb687ae6bec48f141dc2d8d7eb75ed1500
discussion <HIDDEN_URL> commit_hash:428d97f442749f3909973ecf3ca24cb9cf1e9f56
Currently, WireProtocol**Writer** can write string values of arbitrary size (It does not do validation), but WireProtocol**Reader** validates string lengths while reading, and it uses constant values for dynamic tables for it. WireProtocol is used to pass results between QueryTracker and engines (YQL, for example), and they do not have to obey dynamic tables limits. I think it is used in RpcProxies too, while working with static tables. This PR adds ability to configure validation limits for wire protocol reader, so we can configure it in QueryTracker and RpcProxies to work with big values You can see how it will be used in QueryTracker in this PR: ytsaurus/ytsaurus#944 --- Pull Request resolved: ytsaurus/ytsaurus#943 commit_hash:a03322fcfae53f57c71ba19b12acec307896bb2d
commit_hash:e811732b6c0317af9d138edf53dce95f5f2c63d6
commit_hash:c1da7a8a6580c15e8af41b1a4847da2163706905
commit_hash:1aefee359cc53471118d5354ffae0495229716df
commit_hash:30c5264fd43f57937d3355fd8096e0a447ce19e1
commit_hash:2828610de8fe23e3df32c1c3bcb2a9a754a8d920
commit_hash:a6a45dae782d717c6deaac6a872c24c593927350
commit_hash:14f1aaf61c47ab6ad2bd87d8bf69b0fc904cb75b
commit_hash:2ad7a4bc9a9ae76fb2a70feb2681becd0de5c5c7
commit_hash:6bc02d261d376710e0d08f9372def30d3acfa949
commit_hash:202f8bd6dd019b30f375405881463c996d4546b7
commit_hash:12e3f2d462d1e55b1fb7571acfe28da6d207767d
commit_hash:f2a9fd23d41396b6584b6d133ba2c57fa370863a
…eeded commit_hash:4c7c998726dc08c92babb6c9bd6ab8926c095172
commit_hash:0a518724f12077d075856c9166f570deb6652bb0
commit_hash:a2bd81b4ecf17197f540e5096040491a78428687
commit_hash:5bf4c8b492fdc2e24b6225881fb015db596a6c05
commit_hash:8e1de57cc60337fc8ff51a7cbfe9f4efe37d5b98
commit_hash:5ce8019253cdb971d1af36350e3efa3a4ec8545c
commit_hash:892a91804b4df7261c13e779f9cd1a821adf4044
Sequoia node expiration uses the same mechanism as for master nodes. Master servers are responsible for access tracking and removal of expired nodes with only difference that removal requests are now executed at Cypress Proxies. Moreover, these changes ensure the proper Sequoia nodes life prolongation via requests. commit_hash:675c4b5d2ba1ecf158cddb3f2e8dc0bd04d84b72
commit_hash:703034384289d4413f5761736c0a0204198ea13b
…tials/tests/sql/sql2yql commit_hash:137ab446f8ed4df274d02b251cbe5e2bb08c8194
commit_hash:60b664d99f74a0d1ec00e0ab843e87583a5360a4
Fix javac flags, full support of RUN_JAVA_PROGRAM commit_hash:0d9cc80fef351cb6c25839b90c34483448ecbe7c
Style fixes commit_hash:3a65d76039bb3c84b47e849c0ca9833d9b6d6e7a
commit_hash:54d8848f6168c0370b9bcbd164290fc4fc1c2128
commit_hash:032737595139b2cf9c9ffdb1c8fd20846852fc6d
commit_hash:4591e7a8126c65672359f0cdee64ad789ca9ae74
commit_hash:bd4032fbf4c4ece089ad071747194b38df6c5edd
Use clang-format resouce in style cpp linter commit_hash:440dce939163f75f5652a9d119a2d5f064e47e6e
commit_hash:c2908947ab85dde6631ac29f6d9fbf43bbb2648d
Часть большого ПР REVIEW:7264088 commit_hash:0f5b03fbbed0ac30f734943309e3ef5cd4d7a30e
…/yql/tests/sql/yt_file commit_hash:0c9c4ff8a4fbff1f8ad41fc95097d56401249616
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
commit_hash:231818a85581b4c119ea310cb8ce8c47934f327b
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
No description provided.