apache / linkis

Apache Linkis builds a computation middleware layer to facilitate connection, governance and orchestration between the upper applications and the underlying data engines.
https://linkis.apache.org/
Apache License 2.0
3.27k stars 1.15k forks source link

[Bug] [1.5.0] The result of repl-scala task is wrong #5035

Closed gjy1043 closed 6 months ago

gjy1043 commented 7 months ago

Search before asking

Linkis Component

linkis-engineconnn-plugin

Steps to reproduce

sh bin/linkis-cli -engineType repl-1 -code "import org.apache.commons.io.FileUtils import java.io.File

val x = 2 + 3; println(x); FileUtils.forceMkdir(new File(\"/tmp/linkis_repl_scala_test\"));" -codeType repl -runtimeMap linkis.repl.type=scala

企业微信截图_17023614165966 image

Expected behavior

Task executed successfully, and corresponding result is correct

Your environment

Anything else

No response

Are you willing to submit a PR?

github-actions[bot] commented 7 months ago

:blush: Welcome to the Apache Linkis community!!

We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context. We will be here shortly.

If you are interested in contributing to our website project, please let us know! You can check out our contributing guide on :point_right: How to Participate in Project Contribution.

Community

WeChat Assistant WeChat Public Account

Mailing Lists

Name Description Subscribe Unsubscribe Archive
dev@linkis.apache.org community activity information subscribe unsubscribe archive
peacewong commented 6 months ago

close #5036