Skip to content

Commit

Permalink
Merge pull request #5402 from FederatedAI/chore-2.0.0-rc-remove-dataf…
Browse files Browse the repository at this point in the history
…rame-write-log

chore: remove metadata in dataframe write since it may be large
  • Loading branch information
mgqa34 authored Dec 28, 2023
2 parents 1abd106 + f72c06e commit 4cac329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def write(self, df: "DataFrame", name=None, namespace=None):

self.artifact.metadata.data_overview = DataOverview(count=count, samples=samples)

logger.debug(f"write dataframe to artifact: {self.artifact}")
logger.debug(f"write dataframe to artifact: <uri={self.artifact.uri}, type_name={self.artifact.type_name}>")


class DataframeReader(_ArtifactTypeReader):
Expand Down

0 comments on commit 4cac329

Please sign in to comment.