We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f62ab commit 24368e4Copy full SHA for 24368e4
datafusion-postgres/src/handlers.rs
@@ -686,7 +686,7 @@ impl ExtendedQueryHandler for DfSessionService {
686
}
687
688
689
-async fn map_rows_affected_for_insert<'a>(df: &DataFrame) -> PgWireResult<Response<'a>> {
+async fn map_rows_affected_for_insert(df: &DataFrame) -> PgWireResult<Response> {
690
// For INSERT queries, we need to execute the query to get the row count
691
// and return an Execution response with the proper tag
692
let result = df
0 commit comments