Skip to content

Commit 20860dc

Browse files
committed
use inserts instead of lightweight deletes to remove reorged data
1 parent 9538ef4 commit 20860dc

File tree

4 files changed

+172
-237
lines changed

4 files changed

+172
-237
lines changed

internal/common/utils.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ var allowedFunctions = map[string]struct{}{
173173
"toStartOfDay": {},
174174
"toDate": {},
175175
"concat": {},
176+
"in": {},
177+
"IN": {},
176178
}
177179

178180
var disallowedPatterns = []string{

0 commit comments

Comments
 (0)