.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
benchmarks/file_io_benchmark.py
benchmarks/gray_sort_benchmark.py
benchmarks/hash_partition_benchmark.py
benchmarks/urls_sort_benchmark.py
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/getstarted.rst
docs/source/index.rst
docs/source/internals.rst
docs/source/api/dataframe.rst
docs/source/api/dataset.rst
docs/source/api/execution.rst
docs/source/api/nodes.rst
docs/source/api/tasks.rst
examples/__init__.py
examples/fstest.py
examples/shuffle_data.py
examples/shuffle_mock_urls.py
examples/sort_mock_urls.py
examples/sort_mock_urls_v2.py
smallpond/__init__.py
smallpond/common.py
smallpond/dataframe.py
smallpond/session.py
smallpond/utility.py
smallpond/worker.py
smallpond.egg-info/PKG-INFO
smallpond.egg-info/SOURCES.txt
smallpond.egg-info/dependency_links.txt
smallpond.egg-info/requires.txt
smallpond.egg-info/top_level.txt
smallpond/contrib/__init__.py
smallpond/contrib/copy_table.py
smallpond/contrib/log_dataset.py
smallpond/contrib/warc.py
smallpond/execution/__init__.py
smallpond/execution/driver.py
smallpond/execution/executor.py
smallpond/execution/manager.py
smallpond/execution/scheduler.py
smallpond/execution/task.py
smallpond/execution/workqueue.py
smallpond/io/__init__.py
smallpond/io/arrow.py
smallpond/io/filesystem.py
smallpond/logical/__init__.py
smallpond/logical/dataset.py
smallpond/logical/node.py
smallpond/logical/optimizer.py
smallpond/logical/planner.py
smallpond/logical/udf.py
smallpond/platform/__init__.py
smallpond/platform/base.py
smallpond/platform/mpi.py
tests/__init__.py
tests/conftest.py
tests/datagen.py
tests/test_arrow.py
tests/test_bench.py
tests/test_common.py
tests/test_dataframe.py
tests/test_dataset.py
tests/test_deltalake.py
tests/test_driver.py
tests/test_execution.py
tests/test_fabric.py
tests/test_filesystem.py
tests/test_logical.py
tests/test_partition.py
tests/test_plan.py
tests/test_scheduler.py
tests/test_session.py
tests/test_utility.py
tests/test_workqueue.py