Skip to content

Commit

Permalink
Update inlong-sdk/transform-sdk/src/test/java/org/apache/inlong/sdk/t…
Browse files Browse the repository at this point in the history
…ransform/process/function/arithmetic/TestEFunction.java

Co-authored-by: AloysZhang <[email protected]>
  • Loading branch information
emptyOVO and aloyszhang committed Sep 9, 2024
1 parent a45a083 commit d43a965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void testEFunction() throws Exception {
TransformProcessor<String, String> processor1 = TransformProcessor
.create(config1, SourceDecoderFactory.createCsvDecoder(csvSource),
SinkEncoderFactory.createKvEncoder(kvSink));
// case: pi()
// case: e()
List<String> output1 = processor1.transform("1007|4|6|8", new HashMap<>());
Assert.assertEquals(1, output1.size());
Assert.assertEquals(output1.get(0), "result=2.718281828459045");
Expand Down

0 comments on commit d43a965

Please sign in to comment.