Skip to content

Commit 642b121

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

File tree

8 files changed

+196
-265
lines changed

8 files changed

+196
-265
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)