databrickslabs / remorph

Accelerates migrations to Databricks by automating code conversion and migration validation
Other
47 stars 31 forks source link

Refactor parsing pipeline #1191

Closed ericvergnaud closed 2 weeks ago

ericvergnaud commented 2 weeks ago

Refactors the LogicalPlan pipeline such that it's possible to use the original TokenStream to fetch the comment tokens and apply them appropriately to the plan items.

Requires #1190

Progresses https://github.com/databrickslabs/remorph/issues/869

ericvergnaud commented 2 weeks ago

superseded by #1200