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

LIU-390: Remove Plasma and PyArrow #269

Merged
merged 3 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 0 additions & 143 deletions daliuge-engine/dlg/apps/plasmaflight.py

This file was deleted.

3 changes: 0 additions & 3 deletions daliuge-engine/dlg/data/drops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"SharedMemoryDROP",
"NgasDROP",
"RDBMSDrop",
"PlasmaDROP",
"PlasmaFlightDROP",
"ParameterSetDROP",
"EnvironmentVarDROP",
"S3DROP",
Expand All @@ -45,7 +43,6 @@
from dlg.data.drops.file import FileDROP
from dlg.data.drops.memory import InMemoryDROP, SharedMemoryDROP
from dlg.data.drops.ngas import NgasDROP
from dlg.data.drops.plasma import PlasmaDROP, PlasmaFlightDROP
from dlg.data.drops.rdbms import RDBMSDrop
from dlg.data.drops.parset_drop import ParameterSetDROP
from dlg.data.drops.environmentvar_drop import EnvironmentVarDROP
Expand Down
133 changes: 0 additions & 133 deletions daliuge-engine/dlg/data/drops/plasma.py

This file was deleted.

Loading
Loading