1 comment (1 comment)0 reactions (0 reactions)1 assignee (1 assignee)Java4,035 stars (4,035 stars)1,426 forks (1,426 forks)batch import
SQL parserhelp wantedspi
説明
- 使用Calcite进行SQL解析,把解析转出成自己定义的Statement供SQL Revert使用.
- Issue 種別
- feature
- 調査方針
- Examine the existing Hmily codebase to understand how SQL statements are currently managed in transaction logs. The comment on the issue may contain additional context; review it for any implementation hints. Study Apache Calcite's documentation to learn how to parse SQL into an AST and map it to a custom Statement class. Look at how other distributed transaction frameworks implement SQL parsing for rollback to identify best practices.