4paradigm / 4paradigm/OpenMLDB

window project over limit clause is not supported

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

説明

since fdfd1f29c6b0ed46a822afdd459ea17f567ccd66, window project over limit clause is not supported. Because `LimitTableHandler` is not seekable: https://github.com/4paradigm/OpenMLDB/blob/5ac4667d0e71dc803ddbd04928bc4681b5ba84b6/hybridse/src/vm/catalog_wrapper.h#L444-L448

This kind SQL might not correct.
```sql
select id, count(col) over w from (select * from t1 limit 10) window w as (....)
```

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

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

調査の方向性

The issue points to a specific commit and the LimitTableHandler in hybridse/src/vm/catalog_wrapper.h lines 444-448. First, understand why LimitTableHandler is not seekable and how it affects window functions over a LIMIT clause. Review the SQL example and the surrounding window function implementation. Check test files for window project and limit clause usage to see what 'done' looks like.

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

評価

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

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

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