summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic release build for ya_bin3, ya_bin, test_tool, test_tool3robot-ya-builder2023-06-271-4/+4
| | | | | | | | From hash: [2539e478506c29009adc44f92ebc3b0cfaaf2717](https://a.yandex-team.ru/arcadia/commit/2539e478506c29009adc44f92ebc3b0cfaaf2717) From revision: [11784237](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ya-bin2-ya-bin3-tts&version=175) Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin) Update tools: ya_bin3, ya_bin, test_tool, test_tool3
* Intermediate changesrobot-piglet2023-06-271-11/+33
|
* Update contrib/libs/googleapis-common-protos to 1.59.1robot-contrib2023-06-276-6/+54
|
* resource path to relative, pgwire path to ENVqrort2023-06-273-2/+7
|
* [unified agent] fix printf specifiers for 32 bit arch /gluk472023-06-261-13/+13
|
* Intermediate changesrobot-piglet2023-06-261-4/+0
|
* ci: prewarm ccache for ubuntu-18.04, 20.04, 22.04Nikita Kozlovskiy2023-06-265-0/+162
| | | | | ci: prewarm ccache for ubuntu-18.04, 20.04, 22.04 Pull Request resolved: #278
* change default shards count in column tables: 1 -> 64chertus2023-06-263-23/+132
|
* Support TEvVGet in separate ropealexvru2023-06-26109-519/+1221
|
* Save Script Results to Databasehor9112023-06-2621-78/+656
|
* Disable channel counters by defaultaozeritsky2023-06-263-58/+57
|
* QueryService create session implementationdcherednik2023-06-2663-220/+362
| | | | | QueryService create session implementation. move rpc_create_session
* &CreateConnection & CreateBinding YQv2auzhegov2023-06-268-26/+740
|
* Additional logsazevaykin2023-06-263-4/+8
|
* boost: Disable weird includes for fenv.h and fstream.hthegeorg2023-06-264-15/+1
|
* YQL-16099 Add 'any' settings for grace join expr node.a-romanov2023-06-265-18/+38
|
* Support IZeroCopyInput over TRopeaneporada2023-06-262-0/+77
| | | initial
* Intermediate changesrobot-piglet2023-06-261-1/+1
|
* Use publicId as stageId for statistics when possibleaozeritsky2023-06-261-1/+1
|
* Fix read table columns for UPDATE ON. ()vpolka2023-06-265-27/+151
|
* Fix alter table for composite marks modensofya2023-06-2611-23/+82
| | | | | | | | | | | | Кейс Леши описан в новом тесте. При alter затирался флаг композитных засечек и применение схемы падало в колумншарде. Я починила кейс Леши, но у меня в процессе возник вопрос: это ожидаемое поведение, что мы при включении флага ForceCompositeMarks при перезагрузке таблетки всем старым снапшотам автоматом проставим CompositeMarks = true? Что пофиксила в итоге: 1) У всех новых standalone-таблиц новых и tablestorов выставляется в схеме признак наличия композитных засечек. Алтеры на них идут так же со включенными засечками. На ранее созданные standalone-таблиц (и tablestor-ы) все апдейты идут без композитных засечек, т.е они не включаются на старых данных ничего не ломается. 2) При выставлении ForceCompositeMarks, как мне пояснил snaury, ожидается, что произойдёт конвертация всех старых таблиц. поэтому мы и "перетираем" признак, записанный в схеме. Я добавила такую же логику в схемашарде, чтобы у нас приходили корректные алтеры после включения флага. 3) Добавила проверки совместимости схемы на Propose схемы 4) Унесла парсинг CompositeIndexKey в IndexInfo к парсингу протобуфа схемы, потому что он парится из протобуфа схемы
* table path prefix has been fixedhcpp2023-06-263-1/+71
| | | | | | | | | | | | | | | | | | При чтении из external data source c указанием TablePathPrefix: ``` PRAGMA TablePathPrefix("/Root"); SELECT * FROM `s3_tpc`.`*` WITH ... ``` Эта конструкция разворачивалась в: ``` PRAGMA TablePathPrefix("/Root"); SELECT * FROM `s3_tpc`.`/Root/*` WITH ... ``` В этом ревью это поправлено и теперь она разворачивается в: ``` PRAGMA TablePathPrefix("/Root"); SELECT * FROM `/Root/s3_tpc`.`*` WITH ... ```
* YQL-16126 Fix passtrought over ReplaceMember.a-romanov2023-06-261-15/+2
|
* Fix coroutine event serializeralexvru2023-06-261-1/+5
|
* Intermediate changesrobot-piglet2023-06-263-5/+2
|
* ColumnShard's UpdatePortionStats refactoringchertus2023-06-262-21/+28
|
* feat(TS_BUNDLE): put output dir to archive as iszaverden2023-06-262-2/+3
|
* Simplify generate RESOURCE_FILES for Pythonshadchin2023-06-251-0/+7
|
* Update contrib/restricted/fast_float to 5.2.0robot-contrib2023-06-254-13/+57
|
* Fix coroutine event serializeralexvru2023-06-245-48/+36
|
* Update contrib/restricted/fast_float to 5.1.0robot-contrib2023-06-246-63/+176
|
* Require semicolon after Y_DECLARE*_FLAGSbulatman2023-06-2414-34/+35
|
* Change "ydb_table.proto"va-kuznecov2023-06-231-2/+3
|
* Fix operation statisticsaozeritsky2023-06-231-2/+1
|
* Remove unused TEvDiscardSnapshot event field.Daniil Cherednik2023-06-233-8/+4
| | | | | Remove unused TEvDiscardSnapshot event field. Pull Request resolved: #256
* Lineage execution mode in API & python clientvvvv2023-06-231-1/+1
|
* Add large blobs data sizekungasc2023-06-236-38/+129
|
* Intermediate changesrobot-piglet2023-06-231-1/+2
|
* prologue/epilogue.cmake files to enable yexport from opensource ya.makesalexv-smirnov2023-06-237-0/+71
|
* [yql] Reset some fields in type annotation context on fallbackudovichenko-r2023-06-233-0/+13
| | | YQL-16128
* Regression testalexvru2023-06-237-2/+115
|
* YQL-15941 Refactoring: move some code in correct place and fix deps.a-romanov2023-06-2386-95/+141
|
* Allow writes in generic query. ()spuchin2023-06-232-9/+14
|
* ForgetOperation для операций script executionandrewproni2023-06-237-2/+294
|
* Fix missed variant type convertation.dcherednik2023-06-231-18/+46
|
* Support for new progotobuf/grpc Go generatorsmialinx2023-06-232-21/+65
| | | | | | | | | | | | | | | | | Какие проблему решаем: 1) Текущий генератор (https://github.com/golang/protobuf/) - устаревший, и его рекомендуют заменить на новый (https://pkg.go.dev/google.golang.org/protobuf/cmd/protoc-gen-go) 2) Новый генератор использует интерфейсы в сгенерированных stubах ``` func RegisterTestAgentServiceServer(s grpc.ServiceRegistrar, srv TestAgentServiceServer) { // grpc.ServiceRegistrar - интерфейс ``` Вместо ``` func RegisterTestAgentServiceServer(s *grpc.Server, srv TestAgentServiceServer) { // *grpc.Server - конкретный тип ``` что необходимо нам для https://st.yandex-team.ru/ 3) чтобы не было попыток писать вот такое https://a.yandex-team.ru/arcadia/taxi/graph/fleet-tracking-system/grpc-gateway/go_lib/ya.make?rev=11743497#L25
* update query plan documentationulya-sidorina2023-06-234-1/+145
| | | docs(ydb): fix query plan description
* Rename BottomLimit to LowerLimit,serg-belyakov2023-06-235-36/+36
| | | Rename BottomLimit
* Kafka protocol - limit message sizetesseract2023-06-2312-5488/+1003
|
* [yql] Restore storage tokens after fallbackudovichenko-r2023-06-231-0/+1
| | | YQL-16127