-
An issue about experimental join conditions (`allow_experimental_join_condition = 1`):
This query does not work:
```sql
SELECT foo.a
FROM
(
SELECT 1 AS a
) AS foo
JOIN
…
-
Got OOM during nighly run in TPCH10000 q5 in grace join: https://proxy.sandbox.yandex-team.ru/7425151036/index.html#suites/fd4dd690a9ee7ddce6d52cd9527face7/13c19cd0b8d96fa6/
According to the svg pla…
-
### What happened?
```python
import ibis
t1 = ibis.table({"k": "!int32"})
t2 = ibis.table({"k": "int32"})
j = t1.anti_join(t2, "k")
j.schema()
# ibis.Schema {
# k int32
# }
```
I would…
-
## Feature Request
**Is your feature request related to a problem or unsupported use case? Please describe.**
We currently use the default Pre-join component from LiveKit, which, while convenien…
-
New users need to have a consistent and effective onboarding experience
- Welcome packet- explain the project, their role in it, and the goals
- Brief orientation- meet and greet with their key co…
-
### What is the problem the feature request solves?
Currently SMJ with join condition is not supported by Comet and falls back to Spark. The feature was added into DataFusion but we've not incorporat…
-
### Link to the coursework
https://www.codewars.com/join
### Why are we doing this?
When you begin programming you will also begin Codewars, if you have not done so already. Prepare now by s…
-
For queries with includes, we currently generate joins with a subquery:
```sql
SELECT [b].[Id], [b].[Name], [b].[UserId], [t].[Id], [t].[BlogId], [t].[Description], [t].[UserId], [t].[Id0], [t].[C…
-
### Link to the coursework
https://www.codewars.com/join
### Why are we doing this?
When you begin programming you will also begin Codewars, if you have not done so already. Prepare now by s…
-
User Story 12: Join Game (High)