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 8b0c609 commit 8c3ae01Copy full SHA for 8c3ae01
datafusion-postgres/src/sql.rs
@@ -354,7 +354,6 @@ struct RewriteArrayAnyAllOperationVisitor;
354
355
impl RewriteArrayAnyAllOperationVisitor {
356
fn any_to_array_cofntains(&self, left: &Expr, right: &Expr) -> Expr {
357
- dbg!(right);
358
let array = if let Expr::Value(ValueWithSpan {
359
value: Value::SingleQuotedString(array_literal),
360
..
0 commit comments