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

vdk-core: revert "vdk-core: add vdk sql-query command (#2512)" #2549

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

DeltaMichael
Copy link
Contributor

@DeltaMichael DeltaMichael commented Aug 14, 2023

Why

This reverts commit 2c3d492, because it causes a circular dependency in the following modules

standalone_data_job -> builtin_hook_impl -> query_command_plugin -> standalone_data_job

What

Revert the commit

How was this tested

Ran vdk-ipython tests locally, because they caught the circular dependency initially

What kind of change is this

Bugfix

This reverts commit 2c3d492.

Why

This commit causes a circular dependency in the following modules

standalone_data_job -> builtin_hook_impl -> query_command_plugin -> standalone_data_job

What

Revert the commit

How was this tested

Ran vdk-ipython tests locally, because they
caught the circular dependency initially

What kind of change is this

Bugfix
@DeltaMichael DeltaMichael merged commit bf0eab0 into main Aug 14, 2023
17 checks passed
@DeltaMichael DeltaMichael deleted the person/mdilyan/revert-2512 branch August 14, 2023 12:04
antoniivanov added a commit that referenced this pull request Sep 12, 2023
This was initially introduced in #2512 and reverted in #2549

The underlying issue of cyclic dependencies was resoveld by making the
StandaloneDataJobFactory import locally function scoped and not module
scope
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants