Skip to content

Commit d9a77fc

Browse files
committed
feat(engine): implement strict and keepEmpty logfmt parsing
1 parent b5e7d8b commit d9a77fc

File tree

13 files changed

+559
-188
lines changed

13 files changed

+559
-188
lines changed

pkg/engine/internal/executor/expressions.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ func newExpressionEvaluator() expressionEvaluator {
1717
}
1818

1919
func (e expressionEvaluator) eval(expr physical.Expression, input arrow.Record) (arrow.Array, error) {
20-
2120
switch expr := expr.(type) {
2221

2322
case *physical.LiteralExpr:

0 commit comments

Comments
 (0)