Skip to content
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

feat: taskmanager support large sql #1833

Merged

Conversation

tobegit3hub
Copy link
Collaborator

@tobegit3hub tobegit3hub self-assigned this May 18, 2022
@github-actions github-actions bot added batch-engine openmldb batch(offline) engine task-manager openmldb taskmanager labels May 18, 2022
@github-actions
Copy link
Contributor

SDK Test Report

  74 files    74 suites   5m 31s ⏱️
175 tests 172 ✔️ 3 💤 0
216 runs  213 ✔️ 3 💤 0

Results for commit 9982061.

@github-actions
Copy link
Contributor

github-actions bot commented May 18, 2022

Linux Test Report

       57 files       186 suites   1h 6m 12s ⏱️
  8 542 tests   8 534 ✔️ 8 💤 0
12 528 runs  12 520 ✔️ 8 💤 0

Results for commit 9982061.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented May 18, 2022

Codecov Report

Merging #1833 (9982061) into main (b8ff05e) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##               main    #1833      +/-   ##
============================================
- Coverage     73.74%   73.72%   -0.03%     
  Complexity      347      347              
============================================
  Files           614      615       +1     
  Lines        120314   120325      +11     
  Branches       1015     1009       -6     
============================================
- Hits          88731    88714      -17     
- Misses        31374    31402      +28     
  Partials        209      209              
Impacted Files Coverage Δ
...paradigm/openmldb/batchjob/ExportOfflineData.scala 0.00% <0.00%> (ø)
...paradigm/openmldb/batchjob/ImportOfflineData.scala 0.00% <0.00%> (ø)
...4paradigm/openmldb/batchjob/ImportOnlineData.scala 0.00% <0.00%> (ø)
..._4paradigm/openmldb/batchjob/RunBatchAndShow.scala 0.00% <0.00%> (ø)
...com/_4paradigm/openmldb/batchjob/RunBatchSql.scala 0.00% <0.00%> (ø)
...openmldb/taskmanager/client/TaskManagerClient.java 0.00% <0.00%> (ø)
...openmldb/taskmanager/OpenmldbBatchjobManager.scala 0.00% <0.00%> (ø)
...m/openmldb/taskmanager/spark/SparkJobManager.scala 0.00% <0.00%> (ø)
...adigm/openmldb/taskmanager/util/BatchJobUtil.scala 0.00% <ø> (ø)
...radigm/openmldb/taskmanager/util/SqlFileUtil.scala 0.00% <0.00%> (ø)
... and 14 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b8ff05e...9982061. Read the comment docs.

@zhanghaohit zhanghaohit self-requested a review May 19, 2022 06:24
@tobegit3hub tobegit3hub merged commit 583fd0c into 4paradigm:main May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
batch-engine openmldb batch(offline) engine task-manager openmldb taskmanager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fail to support large SQL in TaskManager
4 participants