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

Query in yql might randomly fail at map stage if filter in mapper pass a very rare rows Error is User job failed: Table input pipe failed: Error occurred while...

**This PR is intended for viewing only**. It is not nearly ready for review, as there are some contradictions that arose recently that we need to resolve before this can...

master

Currently, exec nodes serve some part of work which belongs to data nodes, and it is controlled by `exec_node_is_not_data_node` flag which is `false` by default I suggest changing it to...

assigned

In YTsaurus queues doent allow auto deduplication of writes into queue. While queues doesnt utilize locks, can dynamic store of tablet be used for store ttl based hashset of service...

queues

In Oauth cookie authenticator we have 2 behaviours when oauth token is valid: to create non-existing user or to return auth error. For the second case it would be useful...

API

`get-job-stderr` only uses `Limit` and `Offset` parameters if getting job stderr from node is successful If it is not(network issues, exec node issues, job is completed and stderr is moved...

API

yql docs says use function `some` for data uniqueness but its risky and error prone structs in yql is less covered in documentation and quite hard for people also reduce...

query tracker

Now its very hard to use queues with large historic tables, append only User has to write reducer in sdk for every project because reducer rely on schema, run reduce...

backlog

Pattern looks to be very popular, so may be worth to be implemented as first class member For now it works as static table sorted by timestamp and dedup key,...

backlog

How to reproduce: 1. Run YQL Query `SELECT "[]"y;` via UI 2. See the error: ``` Postprocess failed at root[1] "method": "GetQueryResult", Error validating column ""column0"" in table schema[1] Column...