Skip to content

Commit

Permalink
refactor: Remove redundant unserialization of artifacts in spark_mate…
Browse files Browse the repository at this point in the history
…rialization_engine
  • Loading branch information
Bhargav Dodla committed Feb 3, 2025
1 parent 4470a5f commit ef6f291
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,6 @@ def _map_by_partition(
):
feature_view, online_store, repo_config = spark_serialized_artifacts.unserialize()
"""Load pandas df to online store"""

# unserialize artifacts
(
feature_view,
online_store,
repo_config,
) = spark_serialized_artifacts.unserialize()
for pdf in iterator:
pdf_row_count = pdf.shape[0]
start_time = time.time()
Expand Down

0 comments on commit ef6f291

Please sign in to comment.