Skip to content

Commit 2158948

Browse files
committed
use other source
1 parent 841a596 commit 2158948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dialect/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ pub trait Dialect: Debug + Any {
517517
/// |> limit 1
518518
/// ```
519519
///
520-
/// See "SQL Has Problems. We Can Fix Them: Pipe Syntax In SQL" https://research.google/pubs/sql-has-problems-we-can-fix-them-pipe-syntax-in-sql/
520+
/// See https://cloud.google.com/bigquery/docs/pipe-syntax-guide#basic_syntax
521521
fn supports_pipe_operator(&self) -> bool {
522522
false
523523
}

0 commit comments

Comments
 (0)