Skip to content

Commit

Permalink
DeltaLake refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Oct 13, 2024
1 parent 79275d4 commit 8c01e03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/delta_lake/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ pub async fn load_remote_delta_lake_table_info(
// Start DataFusion context
let ctx = SessionContext::new();

// Register table
// Register table
ctx.register_table("data", Arc::new(table))
.map_err(|e| format!("Failed to register table: {}", e))?;
Expand Down

0 comments on commit 8c01e03

Please sign in to comment.