Skip to content

Commit b14d8ac

Browse files
authored
Apply suggestion from @sunng87
1 parent 888ea0c commit b14d8ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-postgres/src/handlers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@ mod tests {
10711071
_session_context: &SessionContext,
10721072
_client: &(dyn ClientInfo + Send + Sync),
10731073
) -> Option<PgWireResult<LogicalPlan>> {
1074-
todo!()
1074+
None
10751075
}
10761076

10771077
async fn handle_extended_query(

0 commit comments

Comments
 (0)