ytsaurus icon indicating copy to clipboard operation
ytsaurus copied to clipboard

YTsaurus is a scalable and fault-tolerant open-source big data platform.

Results 398 ytsaurus issues
Sort by recently updated
recently updated
newest added

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...

documentation

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...

backlog
queues

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...

UI

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...

backlog
queues

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,...

backlog

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...

query tracker

### 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...