ytsaurus
ytsaurus copied to clipboard
YTsaurus is a scalable and fault-tolerant open-source big data platform.
Documentation says that $timestamp and $cumulative_data_weight metacolumns should be type uint64 and int64, but doesnt say that these types 1) can be optional 2) if not optional, they can break...
Since 24.2, queue agent require unique exports names, but thats cause a problem of exports being created non stop. Consumer of these exports doesnt have a method to stop creating...
Anthropic announced MCP server, as standart way to connect LLMs to data providers. What in ways YTsaurus can support? 1. YT QL? 2. YQL? Long running query language, but can...
While oauth provider can be setup in cluster yaml, ui setup still require to override ui config in not obvious way. Also base url creates trobles with [authentik oauth](https://docs.goauthentik.io/docs/add-secure-apps/providers/oauth2) intergration...
For data guarantees in cases when tablet count changes thats important to consumers know exactly when sharding order is changed. For now ytsaurus doesnt have any logic that can handle...
For custom things its need to have a custom cypress nodes system. Something like operator pattern in Kubernetes which means 1. Providing dynamic tool for declare new type of node,...
YQL query: ``` INSERT INTO `//tmp/yqlissue2` (c1, c2) VALUES (CAST(["abc", "def"] AS List), CAST("abc" AS String?)); COMMIT; SELECT c1 from `//tmp/yqlissue2`; -- works SELECT c1[0] from `//tmp/yqlissue2`; -- fails SELECT...
### Description: For hulk allocation requests, bytes are being converted to [megabytes](https://github.com/ytsaurus/ytsaurus/blob/main/yt/yt/server/cell_balancer/cypress_bindings.cpp#L58) and [back](https://github.com/ytsaurus/ytsaurus/blob/main/yt/yt/server/cell_balancer/cypress_bindings.cpp#L67). It is [expected](https://github.com/ytsaurus/ytsaurus/blob/main/yt/yt/server/cell_balancer/bundle_scheduler.cpp#L367) that after this conversion numbers are the same, which is not true for...