apache / apache/datafusion-sqlparser-rs
Parse data types based on current dialect
未關閉
- 主要語言
- Rust
- 星號
- 3.5k
- 分支
- 772
- 平均合併
- 4 天 9 小時
- 30 天內合併 PR
- 17
描述
Currently we parse data types ignoring the dialect, which doesn't make that much sense. This requires the caller to validate not only their usage, but if we parsed the data types correctly.
Could we add the dialect to parse the data types? That's done in a few parts of the code using `dialect_of!()`
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
找出資料型別解析的進入點,以及 issue 中提到的 `dialect_of!()` 現有使用處。追蹤目前的 dialect 如何傳遞到相關的 parser 程式碼,然後確認資料型別是否使用該 dialect 進行解析,以及現有的 parser 測試是否涵蓋 dialect 特定的行為。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- rust
- 領域
- compilers
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100