Skip to content

Commit

Permalink
use inserts instead of lightweight deletes to remove reorged data
Browse files Browse the repository at this point in the history
  • Loading branch information
iuwqyir committed Jan 16, 2025
1 parent 9538ef4 commit 642b121
Show file tree
Hide file tree
Showing 8 changed files with 196 additions and 265 deletions.
2 changes: 2 additions & 0 deletions internal/common/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ var allowedFunctions = map[string]struct{}{
"toStartOfDay": {},
"toDate": {},
"concat": {},
"in": {},
"IN": {},
}

var disallowedPatterns = []string{
Expand Down
Loading

0 comments on commit 642b121

Please sign in to comment.