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

docs: add English version of Java SDK quickstart documentation #1451

Merged
merged 2 commits into from
Mar 18, 2022

Conversation

cswjd
Copy link
Contributor

@cswjd cswjd commented Mar 15, 2022

feat: add English version of Java SDK quickstart documentation

@cswjd
Copy link
Contributor Author

cswjd commented Mar 15, 2022

close #1322

@github-actions
Copy link
Contributor

github-actions bot commented Mar 15, 2022

SDK Test Report

  70 files    70 suites   4m 56s ⏱️
157 tests 154 ✔️ 3 💤 0
196 runs  193 ✔️ 3 💤 0

Results for commit b8c2d2c.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 15, 2022

Linux Test Report

     50 files       94 suites   28m 43s ⏱️
4 282 tests 4 281 ✔️ 0 💤 1

For more details on these failures, see this check.

Results for commit b8c2d2c.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #1451 (b8c2d2c) into main (420398b) will increase coverage by 0.61%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #1451      +/-   ##
============================================
+ Coverage     65.97%   66.58%   +0.61%     
- Complexity      277      281       +4     
============================================
  Files           571      577       +6     
  Lines        107578   110149    +2571     
  Branches        904      932      +28     
============================================
+ Hits          70979    73348    +2369     
- Misses        36407    36609     +202     
  Partials        192      192              
Impacted Files Coverage Δ
hybridse/include/base/spin_lock.h 66.66% <0.00%> (-33.34%) ⬇️
...ybridse/src/passes/physical/condition_optimized.cc 79.61% <0.00%> (-3.19%) ⬇️
...4paradigm/openmldb/batch/nodes/WindowAggPlan.scala 63.31% <0.00%> (-2.73%) ⬇️
src/sdk/db_sdk.h 76.66% <0.00%> (-1.30%) ⬇️
src/catalog/tablet_catalog.cc 69.46% <0.00%> (-0.90%) ⬇️
src/cmd/sql_cmd.h 20.35% <0.00%> (-0.89%) ⬇️
src/storage/table_test.cc 99.30% <0.00%> (-0.70%) ⬇️
src/storage/mem_table.cc 76.67% <0.00%> (-0.41%) ⬇️
src/zk/zk_client.cc 83.55% <0.00%> (-0.27%) ⬇️
src/client/tablet_client.cc 35.47% <0.00%> (-0.11%) ⬇️
... and 32 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 420398b...b8c2d2c. Read the comment docs.

@lumianph lumianph added the documentation Improvements or additions to documentation label Mar 18, 2022
docs/en/java_sdk.md Outdated Show resolved Hide resolved
docs/en/java_sdk.md Outdated Show resolved Hide resolved
docs/en/java_sdk.md Outdated Show resolved Hide resolved
@lumianph lumianph changed the title feat: add English version of Java SDK quickstart documentation docs: add English version of Java SDK quickstart documentation Mar 18, 2022
@lumianph lumianph added the community issues from the community label Mar 18, 2022
@lumianph lumianph merged commit 233f3c7 into 4paradigm:main Mar 18, 2022
@lumianph lumianph linked an issue Mar 22, 2022 that may be closed by this pull request
@cswjd cswjd deleted the branch4 branch April 9, 2022 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community issues from the community documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: translate the Java SDK quickstart from Chinese to English
2 participants