Skip to content

Commit

Permalink
Remove dead code (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
raghumdani authored Sep 23, 2024
1 parent 5736b47 commit 7862733
Show file tree
Hide file tree
Showing 24 changed files with 8 additions and 1,935 deletions.
8 changes: 8 additions & 0 deletions deltacat/compute/compactor/model/compact_partition_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,14 @@ def num_rounds(self) -> int:
def num_rounds(self, num_rounds: int) -> None:
self["num_rounds"] = num_rounds

@property
def parquet_to_pyarrow_inflation(self) -> int:
return self["parquet_to_pyarrow_inflation"]

@parquet_to_pyarrow_inflation.setter
def parquet_to_pyarrow_inflation(self, value: int) -> None:
self["parquet_to_pyarrow_inflation"] = value

@staticmethod
def json_handler_for_compact_partition_params(obj):
"""
Expand Down
Empty file.
Empty file.
34 changes: 0 additions & 34 deletions deltacat/compute/metastats/config/stats_cluster.yaml

This file was deleted.

53 changes: 0 additions & 53 deletions deltacat/compute/metastats/config/stats_cluster_example.yaml

This file was deleted.

Loading

0 comments on commit 7862733

Please sign in to comment.