Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Split dozer-sql-expression #2058

Merged
merged 2 commits into from
Sep 20, 2023
Merged

refactor: Split dozer-sql-expression #2058

merged 2 commits into from
Sep 20, 2023

Conversation

chubei
Copy link
Contributor

@chubei chubei commented Sep 19, 2023

Motivation of this PR is that there were 35894 (find . -type f -exec cat {} + | wc -l) lines in dozer-sql/src, and it becomes a big pain to wait for the compilation on every small change to any code in that crate.

This PR is not really reviewable because of it's big size, and that git is poor at tracking files that were split into two.
Many of the test files are split, unit tests go to dozer-sql-expression and e2e sql tests stay in dozer-sql.

@chubei chubei marked this pull request as ready for review September 20, 2023 02:22
@chloeminkyung chloeminkyung added this pull request to the merge queue Sep 20, 2023
Merged via the queue into getdozer:main with commit d94b53b Sep 20, 2023
5 checks passed
@chubei chubei deleted the refactor/expression branch October 16, 2023 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants