-
Notifications
You must be signed in to change notification settings - Fork 654
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
FEAT-#4946: Replace OmniSci with HDK #4947
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4947 +/- ##
==========================================
+ Coverage 84.91% 89.60% +4.69%
==========================================
Files 267 267
Lines 19744 20044 +300
==========================================
+ Hits 16766 17961 +1195
+ Misses 2978 2083 -895
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This pull request fixes 2 alerts when merging 6f77cf2eb6728beafcfdb02a0b8d95fcd2f56da3 into a6f47c8 - view on LGTM.com fixed alerts:
|
6f77cf2
to
a14162a
Compare
This pull request fixes 2 alerts when merging a14162a4c22bc4fb13deb5b81fdc7820f052af51 into a6f47c8 - view on LGTM.com fixed alerts:
|
a14162a
to
4308319
Compare
This pull request fixes 2 alerts when merging 4308319125347108f874b7ff2547c028f7110957 into a6f47c8 - view on LGTM.com fixed alerts:
|
57857ec
to
bd2c0eb
Compare
This pull request fixes 2 alerts when merging bd2c0ebf876b274163d2b8ab45b645fed9a95296 into b09dd42 - view on LGTM.com fixed alerts:
|
images with OmniscServer chould be changed - luckily we got rid of it |
modin/experimental/core/execution/native/implementations/hdk_on_native/db_worker.py
Show resolved
Hide resolved
bd2c0eb
to
04b3947
Compare
This pull request fixes 2 alerts when merging 04b3947a172c6cb94472d8e4387da23286126c78 into af6f827 - view on LGTM.com fixed alerts:
|
04b3947
to
fc9e024
Compare
This pull request fixes 2 alerts when merging fc9e0241a272048fdf34e89c37686a0c92ffa45e into af6f827 - view on LGTM.com fixed alerts:
|
docs/flow/modin/experimental/core/execution/native/implementations/hdk_on_native/hdk_worker.rst
Outdated
Show resolved
Hide resolved
docs/flow/modin/experimental/core/execution/native/implementations/hdk_on_native/index.rst
Outdated
Show resolved
Hide resolved
docs/flow/modin/experimental/core/execution/native/implementations/hdk_on_native/index.rst
Outdated
Show resolved
Hide resolved
modin/experimental/core/execution/native/implementations/hdk_on_native/base_worker.py
Show resolved
Hide resolved
@ienkovich, could you also read through the changes (both code and docs)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs/img/hdk/hdk_import.svg still has OmniSciServer
. Now It's probably HDK Library or HDK Engine or something like that.
Same thing in hdk_query_flow.svg
docs/flow/modin/experimental/core/execution/native/implementations/hdk_on_native/index.rst
Show resolved
Hide resolved
453d606
to
e3fac0d
Compare
This pull request fixes 2 alerts when merging e3fac0d595459f02903c8ccc694362040abcc79d into 7c260ad - view on LGTM.com fixed alerts:
|
@AndreyPavlenko, please ping me when comments are addressed. |
Do you mean doc_checker.py? Comments added. |
No, I mean when all comments are addressed and the PR is ready for review again. |
Yes, I've rebased the commit accordingly. |
@AndreyPavlenko please note that "refactoring" is changing some code implementation without changing any outside behaviour. What you've done here should be labelled |
Should I do multiple commits (one per comment) and then squash the commits before the merge? |
You can do as much commits as you want. The reviewer who is going to merge the changes will squash the commits. We require only the first commit to follow the contributing guideline. Btw, you can apply all suggestions in one commit as batch, GitHub allows to do that. |
This pull request fixes 2 alerts when merging 939693db4f4e10a47d609171eafc979e491e1eab into c10f0f9 - view on LGTM.com fixed alerts:
|
939693d
to
2a9607b
Compare
This pull request fixes 2 alerts when merging 2a9607b0a477e9c2dc53d493bcbd086a5a77cdfc into c10f0f9 - view on LGTM.com fixed alerts:
|
This pull request fixes 2 alerts when merging b5e7dec4d061f63568cf38ac8c1c9c9f66effee0 into 45879a6 - view on LGTM.com fixed alerts:
|
ca3e408
to
a896407
Compare
This pull request fixes 2 alerts when merging a896407b2d072a5ed3bdeae0d2185218f28d1399 into 45879a6 - view on LGTM.com fixed alerts:
|
@AndreyPavlenko, please resolve conflicts. |
OmniSci has been replaced in the code, paths and documentation. Simple renaming is not sufficient for the documentation. An additional work is required to review and rewrite the documentation. Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
Co-authored-by: Iaroslav Igoshev <Poolliver868@mail.ru>
Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
Co-authored-by: Iaroslav Igoshev <Poolliver868@mail.ru>
a896407
to
1c4d19e
Compare
Done. |
This pull request fixes 2 alerts when merging 1c4d19e into d6d503a - view on LGTM.com fixed alerts:
|
Co-authored-by: Iaroslav Igoshev <Poolliver868@mail.ru>
This pull request fixes 2 alerts when merging e6862829d4aac6e95c4fa65073872f6b597e057b into d6d503a - view on LGTM.com fixed alerts:
|
Signed-off-by: Andrey Pavlenko <andrey.a.pavlenko@gmail.com>
e686282
to
e89c521
Compare
This pull request fixes 2 alerts when merging e89c521 into d6d503a - view on LGTM.com fixed alerts:
|
What do these changes do?
flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/development/architecture.rst
is up-to-date