summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ymq] correct process of outdated infly versionalexbogo2023-03-062-21/+26
| | | init
* Use strong typedefs for TRefCountedTypeCookie and TRefCountedTypeKeybabenko2023-03-064-27/+200
|
* Improve VDiskLoad docsalexvru2023-03-062-41/+28
|
* add interactive CLI supportfomichev2023-03-069-8/+787
|
* Fix AnsiOptionalAs + new keywordsaneporada2023-03-052-6/+11
|
* Fix filename mistakesrekby2023-03-052-2/+2
|
* Switched AVG/SUM to IArrayBuilder, simplify code and reduce copy-pasteaneporada2023-03-051-419/+226
|
* Add helper for strict block udfsaneporada2023-03-051-0/+4
|
* Update contrib/restricted/abseil-cpp to 20230125.0thegeorg2023-03-05213-3516/+15098
|
* Disable using of group layout sanitizers when reassigning disk by default,serg-belyakov2023-03-042-1/+6
| | | disable by default
* Add RetrieveDevices to TQueryBaseConfig and use it from device list.yuryalekseev2023-03-044-25/+30
|
* fix test after rXXXXXXssmike2023-03-041-0/+1
|
* Update contrib/libs/tbb to 2021.8.0robot-contrib2023-03-046-77/+66
|
* Fix tests after rXXXXXXssmike2023-03-043-8/+22
|
* optimize kqp_node_serviceulya-sidorina2023-03-042-35/+57
| | | fix(kqp_node_service): use hash_map instead of map
* Fix block SUM/AVG for floating point argumentaneporada2023-03-041-35/+34
|
* Remove QueryTables calculation from SessionActorva-kuznecov2023-03-041-24/+1
|
* Fix block MIN/MAX for floating point argumentaneporada2023-03-032-41/+65
|
* Add 2.1.1 and 2.2.0 version of YDB CLI to documentationpnv12023-03-038-0/+16
|
* Fix aggr compare NaNs.a-romanov2023-03-0310-39/+370
|
* [refactoring] Remove unneded codeaneporada2023-03-031-53/+3
|
* Fix inf loop in console loggerinnokentii2023-03-031-1/+1
| | | fix loop
* Init S3 provider in KQP host for federated queriesgalaxycrab2023-03-0331-137/+206
|
* Handle release/restore for volatile transactionssnaury2023-03-031-2/+2
|
* [blocks] Support tuples and nested optionals in MIN/MAXaneporada2023-03-032-12/+276
|
* [persqueue partition] use equal now time during write requests processingalexbogo2023-03-032-9/+10
| | | init
* [yql] Fix SecureParam for oauth/cookieudovichenko-r2023-03-034-7/+6
|
* Separate test for federated query with S3 recipegalaxycrab2023-03-0314-0/+2913
|
* Fix compatibility with new abseil-cppthegeorg2023-03-031-2/+4
|
* Add response to config update in yq logsinnokentii2023-03-031-0/+4
| | | add response to config update
* Remove extra TString copy for GetPeer() call.dcherednik2023-03-031-1/+1
|
* pass user token as intrusive ptr to session actorgvit2023-03-0369-255/+326
|
* Prefetch for multiple columnshor9112023-03-031-48/+142
|
* replace map with set in ReadMetadatachertus2023-03-032-6/+6
|
* added tx-control.mdasmyasnikov2023-03-037-0/+388
| | | added tx-control.md
* Use postfix increments for NextTieBreakerIndexsnaury2023-03-032-2/+2
|
* Enable -Wdeprecated-this-capture for all YT projectsbabenko2023-03-0325-1/+77
|
* update dynnode start commands for 22-5+mzinal2023-03-023-11/+21
|
* Fix import tests for pydebugspeedwagon2023-03-021-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 sectionhcpp2023-03-021-1/+1
|
* add publishing kqp proxy data by RMshumkovnd2023-03-0213-27/+192
|
* Allow snapshots in testsssmike2023-03-021-1/+1
|
* support point reads in shard reresolvessmike2023-03-022-21/+97
|
* don't erase tagged type anymore, Nop callable/wrappervvvv2023-03-0221-77/+117
|
* disable test till implementationchertus2023-03-022-5/+7
|
* Update contrib/libs/re2 to 2023-03-01robot-contrib2023-03-021-1/+1
|
* YT: Fix yt/yt/client, yt/yt/ytlib for std::string and include it to ↵pechatnov2023-03-021-1/+5
| | | | autocheck with TString=std::string
* enabling grpc debug logandrew-rykov2023-03-028-1/+75
| | | enabling grpc debug log
* Introduce new query type for ExecuteScript API method in EQueryType, ↵galaxycrab2023-03-0218-14/+48
| | | | EKikimrQueryType, EPhysicalQueryType, TKqpPhyQuery
* ParseDeleteStmtqrort2023-03-029-3/+390
|