Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 committed Jan 16, 2025
1 parent f8df09c commit 20704df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/daft-connect/src/connect_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ impl SparkConnectService for DaftSparkConnectService {
let result = session.execute_write_operation(op, rb).await?;
Ok(Response::new(result))
}
CommandType::RegisterFunction(_) => todo!(),
CommandType::CreateDataframeView(create_dataframe) => {
let result = session
.execute_create_dataframe_view(create_dataframe, rb)
Expand Down

0 comments on commit 20704df

Please sign in to comment.