Skip to content

Commit

Permalink
chore: level (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphrass authored Oct 10, 2024
1 parent 52d4911 commit 7f65873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion butterfree/pipelines/feature_set_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def run(
num_processors=num_processors,
)

if dataframe.storageLevel != StorageLevel.NONE:
if dataframe.storageLevel != StorageLevel(False, False, False, False, 1):
dataframe.unpersist() # Clear the data from the cache (disk and memory)

# Step 4: Load the data into the configured sink.
Expand Down

0 comments on commit 7f65873

Please sign in to comment.