-
Notifications
You must be signed in to change notification settings - Fork 653
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-#6012: move experimental dispatchers under modin/experimental/...
folder
#6011
REFACTOR-#6012: move experimental dispatchers under modin/experimental/...
folder
#6011
Conversation
modin/experimental/...
foldermodin/experimental/...
folder
…al' folder Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
5731628
to
bbc8580
Compare
docs/flow/modin/experimental/core/execution/dask/implementations/pandas_on_dask/index.rst
Show resolved
Hide resolved
docs/flow/modin/experimental/core/execution/dask/implementations/pandas_on_dask/io/index.rst
Outdated
Show resolved
Hide resolved
|
||
__all__ = [ | ||
"CSVGlobDispatcher", |
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.
"CSVGlobDispatcher", | |
"ExperimentalCSVGlobDispatcher", |
Should this be experimental if we move it under experimental folder?
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.
I think it's not necessary. The main thing is not the name, but the fact that this functionality works only in experimental mode. However, I can change if you want.
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.
I propose to add Experimental
prefix.
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.
ok
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
docs/flow/modin/experimental/core/execution/dask/implementations/pandas_on_dask/index.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Iaroslav Igoshev <Poolliver868@mail.ru>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
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
modin/experimental/...
folder #6012docs/development/architecture.rst
is up-to-date