-
Request to join this organization.
-
I've tried using sail for local development of spark jobs. But running simple query on dataset that has size of few GBs makes sail slower than spark.
When join is not there then query runs within 10…
-
As part of the join a case flow, the first step is to enter the Filing/Case number.
The following are issues when entering the Filing number:
1) On entering 4 digits of the filing number, the user …
-
If we are monitoring complex systems, we might get metrics on different connected entities from different metric providers. The label naming might not be 100% aligned, i.e. in Kubernetes we get contai…
fabxc updated
3 weeks ago
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
create table test.tt1 (id bigint,pid bigint,name varchar(20)…
-
https://github.com/user-attachments/assets/d0e7e004-11b3-421f-b3ad-d2e20b36e58a
[2024-11-01-7.log.gz](https://github.com/user-attachments/files/17605123/2024-11-01-7.log.gz)
-
Reported by @emilvincentz , there is a slight showing of the new error messages when joining a space.
https://github.com/user-attachments/assets/3ea3a5c7-7ce4-406a-840e-1c9d9803363e
-
## New feature
Hello! Recently, I encountered a need to join two associative arrays within a workflow. While I have been proposed a [workaround](https://community.seqera.io/t/join-named-tuples/1367…
-
- join-path is not really intuitive
- maybe "foreign key" is more familiar
- also make it easier to customize behaviors
-
```sql
CREATE TABLE left (l1 Int64, l2 Int64, l3 Int64) ENGINE=MergeTree
PRIMARY KEY (l1) AS
(
SELECT number*number%100000, number, rand() FROM numbers_mt(100000000)
);
CREATE TABLE wide (…