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.3k stars 1.17k forks source link

[Bug] Linkis 1.3.0 compile spark3.2.2 version error #4112

Closed MrZsy closed 1 year ago

MrZsy commented 1 year ago

Search before asking

Linkis Component

linkis-engineconnn-plugin

Steps to reproduce

1、Go to linkis-engineplugin-spark model 2、Change Spark dependency version to 3.2.2 and Scala binary version to 2.12 3、Compile this model 4、See error

Expected behavior

Compile successful

Your environment

Anything else

Error class is SparkSQLHistoryParser.scala,at line 265

Are you willing to submit a PR?

github-actions[bot] commented 1 year 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
ChenNengNeng commented 1 year ago

#2408 ,将 c.child 更改为 c.plan。修改后我编译通过了

MrZsy commented 1 year ago

#2408,将c.child改为c.plan。修改后我编译通过了

Thank you. I compiled it, too.