-
https://github.com/ytsaurus/ytsaurus/blob/main/BUILD.md mentions `lldb-14` as a build requirement. Is it really?
-
The operator does not use [init_cluster.py script](https://github.com/ytsaurus/ytsaurus/blob/main/yt/python/yt/environment/init_cluster.py), which leads to poorly configured cluster from the beginning…
-
Run several queries for chyt using `;` for splitting requests and it opens several results.
I think we could do it In the internal installation
-
I have a simple project with gradle build system with the following dependencies (Kotlin DSL):
```
dependencies {
implementation(libs.spark.core)
implementation(libs.spark.sql)
implem…
-
We must put "global::components::enableSideBar": true to defaultUserSettingsOverrides.
-
Hello!
Since some hosts may become completely unresponsive or shut down, and do not properly refuse connections. In such cases, the socket dialer can persist in trying to establish a connection, re…
-
Here: https://ytsaurus.tech/docs/en/user-guide/storage/static-schema#reading-a-schema
-
On Ubuntu 23.10 ytsaurus-client reports the followin warning whenever yt.wrapper is imported:
```
$ yt
/home/max/.local/lib/python3.11/site-packages/yt/packages/requests/__init__.py:115: RequestsDe…
-
Fresh cluster setup shows "Conflicting Solomon tags" alert on tablet node
No matter k8s or minikube, any image (latest, latest-yql, unstable-0.0.1), any number of tablet nodes (1 or 3)
### Steps t…
-
So far, only decimals up to 35 digits are supported, as Decimal128 allows up to 38 digits and 12 bits are reserved for an inline representation.
For some cases, this is not sufficient and usually s…