From 1aad60b49a32b6bced95a251f266799c031ca83e Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 21 Nov 2025 20:50:42 -0500 Subject: Update documentation, comments, and tidy codebase --- pkg/query/optimizer.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'pkg/query/optimizer.go') diff --git a/pkg/query/optimizer.go b/pkg/query/optimizer.go index 337ee35..21de619 100644 --- a/pkg/query/optimizer.go +++ b/pkg/query/optimizer.go @@ -9,9 +9,6 @@ import ( "github.com/jpappel/atlas/pkg/util" ) -// FIXME: any substring checks on unorderd approximate statements will fail -// this is because quotes are added to all approximate string values - type Optimizer struct { workers uint root *Clause -- cgit v1.2.3