Skip to content

Commit 98e076f

Browse files
revert: deleted fmt used as log
1 parent 74d4036 commit 98e076f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/compiler/resolve.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ func (comp *Compiler) resolveCatalogRefs(qc *QueryCatalog, rvs []*ast.RangeVar,
288288

289289
case *ast.BetweenExpr:
290290
if n == nil || n.Expr == nil || n.Left == nil || n.Right == nil {
291+
fmt.Println("ast.BetweenExpr is nil")
291292
continue
292293
}
293294

@@ -546,6 +547,7 @@ func (comp *Compiler) resolveCatalogRefs(qc *QueryCatalog, rvs []*ast.RangeVar,
546547

547548
case *ast.In:
548549
if n == nil || n.List == nil {
550+
fmt.Println("ast.In is nil")
549551
continue
550552
}
551553

0 commit comments

Comments
 (0)