-
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…
-
```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 (…
-
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)
-
## 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…
-
- [ ] Create some sort of directory for rooms
- [x] Allow rooms to be private, public or global. Set this option in the create-room route
- [ ] Join/leave room functionality
#2 kinda depends on…
-
### Description
Would it be possible to add the `join_nulls: bool = False` argument to the [.join_asof()](https://docs.pola.rs/api/python/stable/reference/dataframe/api/polars.DataFrame.join_asof.htm…
-
I'm not sure if this is something that would be worth discussing but would there be interest for this package to move to Wagtail Nest?
I'm on the Wagtail core team and actively involved in the Wagt…
-
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email contributors@expensi…
-
### What happens?
Very slow join on a small table.
This is extracted from a larger query on a multi-billion row table. The performance behavior can be observed at any scale though.
### To Rep…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
``` SQL
CREATE TABLE `t9fe6c478` (
`col_88` tinyint(4) NOT NUL…