You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor!: New mod transforms for expression and schema transforms (delta-io#2077)
## What changes are proposed in this pull request?
Create a new top-level `transforms` module to host all things related to
schema and expression transforms (which become sub-modules). Move
`SchemaTransform` and `ExpressionTransform`, plus associated tests.
NOTE: The vast majority of "changes" in this PR are really just code
movement that git/github can't show cleanly (they show as big blocks of
deleted and added code). The rest is mod declaration and import churn.
### This PR affects the following public APIs
Module names changed/moved. No API signature or behavior changes.
## How was this change tested?
Pure code movement. Compilation suffices.
0 commit comments