Skip to content

Commit

Permalink
fix: change warning message url
Browse files Browse the repository at this point in the history
  • Loading branch information
kysshsy committed Oct 9, 2024
1 parent df5d685 commit c6c5b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use crate::schema::cell::*;

macro_rules! fallback_warning {
($msg:expr) => {
warning!("This query was not fully pushed down to DuckDB because DuckDB returned an error. Query times may be impacted. If you would like to see this query pushed down, please submit a request to https://github.com/paradedb/paradedb/issues with the following context:\n{}", $msg);
warning!("This query was not fully pushed down to DuckDB because DuckDB returned an error. Query times may be impacted. If you would like to see this query pushed down, please submit a request to https://github.com/paradedb/pg_analytics/issues with the following context:\n{}", $msg);
};
}

Expand Down

0 comments on commit c6c5b68

Please sign in to comment.