| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ymq] correct process of outdated infly version | alexbogo | 2023-03-06 | 2 | -21/+26 |
| | | | | init | ||||
| * | Use strong typedefs for TRefCountedTypeCookie and TRefCountedTypeKey | babenko | 2023-03-06 | 4 | -27/+200 |
| | | |||||
| * | Improve VDiskLoad docs | alexvru | 2023-03-06 | 2 | -41/+28 |
| | | |||||
| * | add interactive CLI support | fomichev | 2023-03-06 | 9 | -8/+787 |
| | | |||||
| * | Fix AnsiOptionalAs + new keywords | aneporada | 2023-03-05 | 2 | -6/+11 |
| | | |||||
| * | Fix filename mistakes | rekby | 2023-03-05 | 2 | -2/+2 |
| | | |||||
| * | Switched AVG/SUM to IArrayBuilder, simplify code and reduce copy-paste | aneporada | 2023-03-05 | 1 | -419/+226 |
| | | |||||
| * | Add helper for strict block udfs | aneporada | 2023-03-05 | 1 | -0/+4 |
| | | |||||
| * | Update contrib/restricted/abseil-cpp to 20230125.0 | thegeorg | 2023-03-05 | 213 | -3516/+15098 |
| | | |||||
| * | Disable using of group layout sanitizers when reassigning disk by default, | serg-belyakov | 2023-03-04 | 2 | -1/+6 |
| | | | | disable by default | ||||
| * | Add RetrieveDevices to TQueryBaseConfig and use it from device list. | yuryalekseev | 2023-03-04 | 4 | -25/+30 |
| | | |||||
| * | fix test after rXXXXXX | ssmike | 2023-03-04 | 1 | -0/+1 |
| | | |||||
| * | Update contrib/libs/tbb to 2021.8.0 | robot-contrib | 2023-03-04 | 6 | -77/+66 |
| | | |||||
| * | Fix tests after rXXXXXX | ssmike | 2023-03-04 | 3 | -8/+22 |
| | | |||||
| * | optimize kqp_node_service | ulya-sidorina | 2023-03-04 | 2 | -35/+57 |
| | | | | fix(kqp_node_service): use hash_map instead of map | ||||
| * | Fix block SUM/AVG for floating point argument | aneporada | 2023-03-04 | 1 | -35/+34 |
| | | |||||
| * | Remove QueryTables calculation from SessionActor | va-kuznecov | 2023-03-04 | 1 | -24/+1 |
| | | |||||
| * | Fix block MIN/MAX for floating point argument | aneporada | 2023-03-03 | 2 | -41/+65 |
| | | |||||
| * | Add 2.1.1 and 2.2.0 version of YDB CLI to documentation | pnv1 | 2023-03-03 | 8 | -0/+16 |
| | | |||||
| * | Fix aggr compare NaNs. | a-romanov | 2023-03-03 | 10 | -39/+370 |
| | | |||||
| * | [refactoring] Remove unneded code | aneporada | 2023-03-03 | 1 | -53/+3 |
| | | |||||
| * | Fix inf loop in console logger | innokentii | 2023-03-03 | 1 | -1/+1 |
| | | | | fix loop | ||||
| * | Init S3 provider in KQP host for federated queries | galaxycrab | 2023-03-03 | 31 | -137/+206 |
| | | |||||
| * | Handle release/restore for volatile transactions | snaury | 2023-03-03 | 1 | -2/+2 |
| | | |||||
| * | [blocks] Support tuples and nested optionals in MIN/MAX | aneporada | 2023-03-03 | 2 | -12/+276 |
| | | |||||
| * | [persqueue partition] use equal now time during write requests processing | alexbogo | 2023-03-03 | 2 | -9/+10 |
| | | | | init | ||||
| * | [yql] Fix SecureParam for oauth/cookie | udovichenko-r | 2023-03-03 | 4 | -7/+6 |
| | | |||||
| * | Separate test for federated query with S3 recipe | galaxycrab | 2023-03-03 | 14 | -0/+2913 |
| | | |||||
| * | Fix compatibility with new abseil-cpp | thegeorg | 2023-03-03 | 1 | -2/+4 |
| | | |||||
| * | Add response to config update in yq logs | innokentii | 2023-03-03 | 1 | -0/+4 |
| | | | | add response to config update | ||||
| * | Remove extra TString copy for GetPeer() call. | dcherednik | 2023-03-03 | 1 | -1/+1 |
| | | |||||
| * | pass user token as intrusive ptr to session actor | gvit | 2023-03-03 | 69 | -255/+326 |
| | | |||||
| * | Prefetch for multiple columns | hor911 | 2023-03-03 | 1 | -48/+142 |
| | | |||||
| * | replace map with set in ReadMetadata | chertus | 2023-03-03 | 2 | -6/+6 |
| | | |||||
| * | added tx-control.md | asmyasnikov | 2023-03-03 | 7 | -0/+388 |
| | | | | added tx-control.md | ||||
| * | Use postfix increments for NextTieBreakerIndex | snaury | 2023-03-03 | 2 | -2/+2 |
| | | |||||
| * | Enable -Wdeprecated-this-capture for all YT projects | babenko | 2023-03-03 | 25 | -1/+77 |
| | | |||||
| * | update dynnode start commands for 22-5+ | mzinal | 2023-03-02 | 3 | -11/+21 |
| | | |||||
| * | Fix import tests for pydebug | speedwagon | 2023-03-02 | 1 | -7/+11 |
| | | | | | | | | | | | | Fixed: ``` arcadia/library/python/testing/import_test/import_test.py:31: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:33: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:51: [E731] do not assign a lambda expression, use a def arcadia/library/python/testing/import_test/import_test.py:71: [E741] ambiguous variable name 'l' arcadia/library/python/testing/import_test/import_test.py:96: [E722] do not use bare 'except' arcadia/library/python/testing/import_test/import_test.py:151: [E722] do not use bare 'except' ``` | ||||
| * | FailedOnAlreadyExists has been moved to another private section | hcpp | 2023-03-02 | 1 | -1/+1 |
| | | |||||
| * | add publishing kqp proxy data by RM | shumkovnd | 2023-03-02 | 13 | -27/+192 |
| | | |||||
| * | Allow snapshots in tests | ssmike | 2023-03-02 | 1 | -1/+1 |
| | | |||||
| * | support point reads in shard reresolve | ssmike | 2023-03-02 | 2 | -21/+97 |
| | | |||||
| * | don't erase tagged type anymore, Nop callable/wrapper | vvvv | 2023-03-02 | 21 | -77/+117 |
| | | |||||
| * | disable test till implementation | chertus | 2023-03-02 | 2 | -5/+7 |
| | | |||||
| * | Update contrib/libs/re2 to 2023-03-01 | robot-contrib | 2023-03-02 | 1 | -1/+1 |
| | | |||||
| * | YT: Fix yt/yt/client, yt/yt/ytlib for std::string and include it to ↵ | pechatnov | 2023-03-02 | 1 | -1/+5 |
| | | | | | autocheck with TString=std::string | ||||
| * | enabling grpc debug log | andrew-rykov | 2023-03-02 | 8 | -1/+75 |
| | | | | enabling grpc debug log | ||||
| * | Introduce new query type for ExecuteScript API method in EQueryType, ↵ | galaxycrab | 2023-03-02 | 18 | -14/+48 |
| | | | | | EKikimrQueryType, EPhysicalQueryType, TKqpPhyQuery | ||||
| * | ParseDeleteStmt | qrort | 2023-03-02 | 9 | -3/+390 |
| | | |||||
