forked from apache/linkis
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix unit testing errors and supplement ddl, dml #610
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…support <include refid
# Conflicts: # linkis-dist/package/db/linkis_ddl.sql # linkis-dist/package/db/linkis_dml.sql # linkis-public-enhancements/linkis-bml-server/src/test/java/org/apache/linkis/bml/dao/BmlProjectDaoTest.java # linkis-public-enhancements/linkis-bml-server/src/test/java/org/apache/linkis/bml/dao/VersionDaoTest.java # linkis-public-enhancements/linkis-configuration/src/test/resources/application.properties # linkis-public-enhancements/linkis-udf-service/src/test/resources/application.properties
v-kkhuang
changed the title
Manager fix
Fix unit testing errors and supplement ddl, dml
Sep 26, 2024
# Conflicts: # linkis-engineconn-plugins/flink/flink-core/src/main/scala/org/apache/linkis/engineconnplugin/flink/launch/FlinkEngineConnLaunchBuilder.scala
casionone
reviewed
Oct 10, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
aiceflower
pushed a commit
that referenced
this pull request
Nov 4, 2024
* fix instance label server unit testing errors * fix linkis-jobhistory unit testing errors * fix cannot find symbol * fix linkis-udf unit testing errors * fix linkis-configration unit testing errors:The h2 database does not support <include refid * fix linkis-pes-public unit testing errors * fix linkis-pes-public unit testing errors * fix spark unit testing errors * fix python unit testing errors * fix python unit testing errors * fix python unit testing errors * Fix build * fix unit testing errors * fix unit testing errors * fix unit testing errors * fix unit testing errors * Fix jdbc unit testing errors * Fix presto unit testing errors * update ddl dml * update ddl dml * Fix dependency libraries * Fix unit testing errors * Fix unit testing errors * Fix unit testing errors * Fix unit testing errors * Fix unit testing errors * Fix unit testing errors * Fix unit testing errors * Fix unit testing errors * Fix unit testing errors * Fix unit testing errors * Fix unit testing errors * Fix unit testing errors --------- Co-authored-by: “v_kkhuang” <“420895376@qq.com”> Co-authored-by: peacewong <peacewong@apache.org>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.Fix unit testing errors and supplement ddl, dml