| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
|
| |
|
| |
|
| |
|
|\
| |
| | |
Mergelibs yurchuk manual
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Example of new logging:
```
[perf] yql_expr_optimize.cpp:540: Execution of [ExpandApply] took 20.9ms
```
commit_hash:701cc78f48eee1a8c0f824edb6a9310fd348ba92
|
| | |
| | |
| | |
| | | |
commit_hash:ef0c01e74df8c79f53eaa311abe8b6ac0419e864
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Changelog entry
Type: fix
Component: proxy
Some fixes in decimal:
* Support parsing of nested `decimal128`/`decimal256` in Arrow.
* Fix bug in `decimal256` unversioned value representation --
before this change, Arrow parser for `decimal256(n, p)` was
always emitting strings of length 256 bits, event for n \<= 38,
which is incorrect in the representation of YT `decimal(n, p)`
type. Now it produces strings of variadic length (32, 64, 128
or 256 bits) depending on n, similar to `decimal128(n, p)`.
---
Pull Request resolved: <https://github.com/ytsaurus/ytsaurus/pull/942>
commit_hash:32e66c7eb4d996caf0893f97d269fb1930bc5f7a
|
| | |
| | |
| | |
| | | |
commit_hash:bbe5982909469ab84284cb16547e69a096d992ea
|
| | | |
|
| |\| |
|
| | |
| | |
| | |
| | | |
commit_hash:05ab74f9ed1a1c6e8ca77975c6c23c79432b7093
|
| | |
| | |
| | |
| | |
| | | |
Update YFM for ya make to latest version
commit_hash:ed715d7e095d0862895cde5ae816fad944039c9e
|
| | |
| | |
| | |
| | | |
commit_hash:513da6b12f03f09633629ffd3bc8732063ad3a98
|
| | | |
|
| |\| |
|
| | |
| | |
| | |
| | |
| | | |
[nodiff:caesar]
commit_hash:93eef00a7132e68e727aa1f4028616db6522d03c
|
| | |
| | |
| | |
| | | |
commit_hash:e2dca294df4458422157edde71bdd5d080ca077f
|
| | |
| | |
| | |
| | |
| | |
| | | |
when exception is thrown
commit_hash:5dde84deb176c7a4be831d9870deab45f66d1237
|
| | |
| | |
| | |
| | |
| | | |
Add external autoincludes.json
commit_hash:1b3de1732fee590582ae5620570facc2c0987390
|
| | |
| | |
| | |
| | | |
commit_hash:e560949dcbd91a6965f7c817b5abd0eaee251722
|
| | |
| | |
| | |
| | | |
commit_hash:3686ebe90c261233292d0ccb4dc131386ef2b33a
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
From hash: [72e356aae9137ffa1479907501d634ab6e35a2d9](HIDDEN_URL
From revision: [15291248](HIDDEN_URL
[CI flow](HIDDEN_URL
Flow triggered by user: [dimdim11](HIDDEN_URL
Update tools: ymake, os_ymake
commit_hash:a4322393d5572193c03bb82b601e9df656762408
|
| | |
| | |
| | |
| | | |
commit_hash:7313c6e8079a9821476cae610f095855b5c60c93
|
| | |
| | |
| | |
| | |
| | | |
https://github.com/yandex/toolchain-registry/releases/tag/clang18-v4
commit_hash:ec70d5361aaa8f2f962bd94a316dc5a792460b21
|
| | |
| | |
| | |
| | | |
commit_hash:1fb9ae043c2eccefac9d80f5e9c3746fbe555fb0
|
| | |
| | |
| | |
| | | |
commit_hash:c2eb32b5cb16638c17c6fc6900738f26ba6eca49
|
| | |
| | |
| | |
| | | |
commit_hash:908cd3760bb1e3e7ffecef62acf9b632d8ca31a4
|
| | | |
|
| |\| |
|
| | |
| | |
| | |
| | |
| | |
| | | |
for replicated tables
commit_hash:5c2672609977be17b7392405cae5ab086d728dee
|
| | |
| | |
| | |
| | | |
commit_hash:e7480dc4037b4e009ef6dcc824697e6e89c5bfe1
|
| | |
| | |
| | |
| | | |
commit_hash:eac657d72f016fe36e37cdee3dc3f9299fed9171
|
| | |
| | |
| | |
| | |
| | | |
Export cpp_style configs to ydb
commit_hash:1f05f3bddb56ef6a6f010eedf7bd3342b2a78cbf
|
| | |
| | |
| | |
| | | |
commit_hash:5535d20d4cf079f3d5432ac63041f1af155063e7
|
| | |
| | |
| | |
| | |
| | | |
Add EndOf... functions in Datetime UDF
commit_hash:6ac57411cfaabbf9abb6bed20b0e52e0a88918d0
|
| | |
| | |
| | |
| | | |
commit_hash:b64c242188e3f161b10244acb7177f61addd771a
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Apply GH: Stop wide combiner state from growing unlimited (#10997)
Apply GH: Reconnect session has been supported (#9862)
Apply GH: Handle unexpected future exception (#11091)
commit_hash:c2597abeae3a153692a80cc13446423769765ae1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Apply GH: Extract prefix and entries in backup-related sql (#10807)
Apply GH: Fix syntax for Column Family (#10781)
Apply GH: Case-insensitive mode for searching modules and functions (#10842)
Apply GH: Fixed i/o for pg_proc (#10914)
Apply GH: An option to render SQL transalation with Seq! (#11015)
commit_hash:d2d2fcdef2bbd0434236aef325aa071c7e39c526
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
В процессе обновления staticcheck обнаружил новые фолзы для deprecated-related линетов, оказалось они переделали определение версии Go с которой работают: https://staticcheck.dev/changes/2024.1/#improved-handling-of-go-versions
Этот PR должен все полечить благодаря передаче текущей (==против которой собирается модуль) версии Go (см. HIDDEN_URL
Вот так проверял, что фолз ушел:
```
buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc co users/robot-contrib/release-yolint-yolint-7d4447f67f1588525055db15290915ef76094f20-37
Switched to branch 'users/robot-contrib/release-yolint-yolint-7d4447f67f1588525055db15290915ef76094f20-37'
buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ya test --style fintech/common/infra-gen/plugins/postgres
------- [TS] {debug, default-linux-x86_64} fintech/common/infra-gen/plugins/postgres/gotest/govet >> gotest.vet.txt::govet [FAIL]
Test command err:
$S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: TestMain should call os.Exit to set exit code"
$S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: if you believe this report is false positive, please silence it with //nolint:sa3000 comment"
Number of suites skipped by class type: 1
fintech/common/infra-gen/plugins/postgres/gotest <govet>
------ sole chunk ran 1 test (total:0.54s - test:0.51s)
[fail] gotest.vet.txt::govet [default-linux-x86_64-debug] (0.18s)
$S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: TestMain should call os.Exit to set exit code"
$S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: if you believe this report is false positive, please silence it with //nolint:sa3000 comment"
Logsdir: /home/buglloc/work/a.yandex-team.ru/fintech/common/infra-gen/plugins/postgres/gotest/test-results/govet/testing_out_stuff
Stderr: /home/buglloc/work/a.yandex-team.ru/fintech/common/infra-gen/plugins/postgres/gotest/test-results/govet/testing_out_stuff/gotest.vet.txt.govet.err
------ FAIL: 1 - FAIL fintech/common/infra-gen/plugins/postgres/gotest
Total 3 suites:
2 - GOOD
1 - FAIL
Total 15 tests:
14 - GOOD
1 - FAIL
Failed
buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc co -b yolint-tst
Switched to branch 'yolint-tst'
buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc cherry-pick 0f9c71ea3697096a12cb6d9dfaa31ddddc99b6ca
commit 0f9c71ea3697096a12cb6d9dfaa31ddddc99b6ca Pass GoVersion to vet
HEAD is now at 1e1176cc27f0f5d8e3a8588fbd6876324a24b54e Pass GoVersion to vet
buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ya test --style fintech/common/infra-gen/plugins/postgres
Number of suites skipped by class type: 1
Total 3 suites:
3 - GOOD
Total 15 tests:
15 - GOOD
Ok
buglloc@buglloc-dev:~/work/a.yandex-team.ru$
```
commit_hash:b5835004f247d4d91eb19b7c71e4e32032a99c29
|