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

fix: pass sql file absolute path and fix for yarn-client mode #2151

Merged

Conversation

tobegit3hub
Copy link
Collaborator

@tobegit3hub tobegit3hub added this to the v0.6 milestone Jul 12, 2022
@tobegit3hub tobegit3hub self-assigned this Jul 12, 2022
@github-actions github-actions bot added batch-engine openmldb batch(offline) engine task-manager openmldb taskmanager labels Jul 12, 2022
@codecov
Copy link

codecov bot commented Jul 12, 2022

Codecov Report

Merging #2151 (c58a67a) into main (012db06) will increase coverage by 38.46%.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##               main    #2151       +/-   ##
=============================================
+ Coverage     37.30%   75.76%   +38.46%     
  Complexity      353      353               
=============================================
  Files           142      618      +476     
  Lines          8508   117173   +108665     
  Branches       1032     1031        -1     
=============================================
+ Hits           3174    88781    +85607     
- Misses         5123    28181    +23058     
  Partials        211      211               
Impacted Files Coverage Δ
...adigm/openmldb/batchjob/util/OpenmldbJobUtil.scala 0.00% <0.00%> (ø)
...openmldb/taskmanager/OpenmldbBatchjobManager.scala 0.00% <0.00%> (ø)
hybridse/src/vm/simple_catalog_test.cc 100.00% <0.00%> (ø)
...amples/toydb/src/testing/toydb_engine_test_base.cc 74.00% <0.00%> (ø)
src/client/taskmanager_client.h 0.00% <0.00%> (ø)
src/log/crc32c.cc 100.00% <0.00%> (ø)
hybridse/examples/toydb/src/sdk/dbms_sdk.cc 75.62% <0.00%> (ø)
src/client/tablet_client.cc 55.92% <0.00%> (ø)
src/codec/codec_bench_test.cc 100.00% <0.00%> (ø)
hybridse/src/sdk/codec_sdk.cc 70.00% <0.00%> (ø)
... and 468 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 012db06...c58a67a. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 12, 2022

SDK Test Report

  76 files    76 suites   7m 42s ⏱️
165 tests 163 ✔️ 2 💤 0
206 runs  204 ✔️ 2 💤 0

Results for commit c58a67a.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 12, 2022

Linux Test Report

       55 files       200 suites   53m 4s ⏱️
  9 227 tests   9 223 ✔️ 4 💤 0
13 578 runs  13 574 ✔️ 4 💤 0

Results for commit c58a67a.

♻️ This comment has been updated with latest results.

} else {
sqlFilePath
}

println("tobe1: actualSqlFilePath: " + actualSqlFilePath)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the debug code.

@vagetablechicken vagetablechicken merged commit 2def00d into 4paradigm:main Jul 14, 2022
tobegit3hub added a commit to tobegit3hub/OpenMLDB that referenced this pull request Jul 20, 2022
…igm#2151)

* Pass sql file absolute path and fix for yarn-client mode

* Remove the debug code
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 get sql file for yarn-client mode
4 participants