4paradigm / 4paradigm/OpenMLDB

Use simple expressions for join equality condition is supported

オープン
#1,687 コメント 0 件 リアクション 0 件 担当者 1 名 @tobegit3hub が担当を希望しています GitHub で見る
batch-engine sql
主要言語
C++
スター
1.7k
フォーク
331
平均マージ
12日 12時間
マージ済み PR(30日)
1

説明

Now we can join with condition `t1.c1 >= t2.c1 * 1000` but not `t1.c1 = t2.c1 * 1000`.

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

Look at the SQL join condition parsing and evaluation code, likely in the query planner or executor. The issue indicates support for inequality joins but not equality with expressions. Find where join conditions are validated and extended to allow simple expressions like multiplication on the right side. Test with a join query using `t1.c1 = t2.c1 * 1000` to verify the fix.

索引モデルが issue の本文から書いたものです。

評価

技術スタック
sql
領域
databases, machine-learning
issue の種類
機能追加
難易度
4/5
見積もり時間
3〜5日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。