Skip to content

Commit da7d53f

Browse files
authored
Merge pull request #597 from InterestingLab/rickyhuo.fixbug.595
Fix #595
2 parents bd25f1a + 0745f2e commit da7d53f

File tree

1 file changed

+1
-1
lines changed
  • waterdrop-core/src/main/scala/io/github/interestinglab/waterdrop/filter

1 file changed

+1
-1
lines changed

waterdrop-core/src/main/scala/io/github/interestinglab/waterdrop/filter/Grok.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import scala.collection.JavaConverters._
1616

1717
class Grok extends BaseFilter {
1818

19-
val grok = GrokLib.EMPTY
19+
val grok = new GrokLib()
2020

2121
var conf: Config = ConfigFactory.empty()
2222

0 commit comments

Comments
 (0)