Skip to content

Commit

Permalink
rm dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco authored and r3stl355 committed Jan 10, 2024
1 parent 230f3ae commit ec939d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ impl RawDeltaTable {
if let Some(metadata) = custom_metadata {
let json_metadata: Map<String, Value> =
metadata.into_iter().map(|(k, v)| (k, v.into())).collect();

dbg!(json_metadata.clone());
cmd = cmd.with_metadata(json_metadata);
};

Expand Down Expand Up @@ -986,7 +984,6 @@ fn set_writer_properties(
let compression = writer_properties.get("compression");

if let Some(Some(data_page_size)) = data_page_size_limit {
dbg!(data_page_size.clone());
properties = properties.set_data_page_size_limit(data_page_size.parse::<usize>().unwrap());
}
if let Some(Some(dictionary_page_size)) = dictionary_page_size_limit {
Expand Down

0 comments on commit ec939d7

Please sign in to comment.