diff options
| author | doufenghu <[email protected]> | 2024-10-30 20:26:32 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-10-30 20:26:32 +0800 |
| commit | 7c44ae14a4a67ffeb53dc68d86399ad16158eec4 (patch) | |
| tree | 594d98021c87def9dafad0a87fb160aa3de196bd | |
| parent | ac04f1d8735fb500c11aa87239c9c8c23e5af41a (diff) | |
[Fix][test] add required filter expression
| -rw-r--r-- | groot-core/src/test/java/com/geedgenetworks/core/udf/test/simple/DropFunctionTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/groot-core/src/test/java/com/geedgenetworks/core/udf/test/simple/DropFunctionTest.java b/groot-core/src/test/java/com/geedgenetworks/core/udf/test/simple/DropFunctionTest.java index 294a492..027533e 100644 --- a/groot-core/src/test/java/com/geedgenetworks/core/udf/test/simple/DropFunctionTest.java +++ b/groot-core/src/test/java/com/geedgenetworks/core/udf/test/simple/DropFunctionTest.java @@ -16,6 +16,7 @@ public class DropFunctionTest { @BeforeAll public static void setUp() { udfContext = new UDFContext(); + udfContext.setFilter("true"); udfContext.setParameters(new HashMap<>()); } |
