apache / apache/datafusion-sqlparser-rs
`GenericDialect` should support multi-table DELETE and DELETE without FROM clause
- 主要言語
- Rust
- スター
- 3.5k
- フォーク
- 772
- 平均マージ
- 4日 9時間
- マージ済み PR(30日)
- 17
説明
According to the design policy, `GenericDialect` is intended to parse any SQL that other dialects can handle, but it currently fails to parse multi-table DELETE statements and DELETE statements without a FROM clause.
I think the expected behavior is that the following tests should also pass with `GenericDialect`.
https://github.com/apache/datafusion-sqlparser-rs/blob/2182f7ea71242a7e9674932d559baef67dae522d/tests/sqlparser_common.rs#L688-L735
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
tests/sqlparser_common.rs の688-735行目から始め、GenericDialectを使って参照されているテストを実行します。複数テーブルのDELETE文とFROM句のないDELETE文のパース経路を追跡します。GenericDialectで既存の両方のテストグループがパスすれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- rust, sql
- 領域
- compilers
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100