Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
yukkit committed Sep 27, 2024
1 parent ef9d60f commit eb466b5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ impl TableProviderFactory for IcebergTableProviderFactory {
}

fn check_cmd(cmd: &CreateExternalTable) -> Result<()> {
println!("Checking command: {:?}", cmd);

let CreateExternalTable {
schema,
table_partition_cols,
Expand Down Expand Up @@ -286,7 +284,6 @@ mod tests {
table_ref,
table_metadata_location()
);
println!("{}", sql);
let _df = ctx.sql(&sql).await.expect("create table failed");

// Get the created external table
Expand Down

0 comments on commit eb466b5

Please sign in to comment.