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 Python SDK quickstart documentation #1452

Merged
merged 2 commits into from
Mar 19, 2022

Conversation

cswjd
Copy link
Contributor

@cswjd cswjd commented Mar 15, 2022

feat: add English version of Python SDK quickstart documentation

@cswjd cswjd changed the title feat: add English version of Java SDK quickstart documentation feat: add English version of Python SDK quickstart documentation Mar 15, 2022
@cswjd
Copy link
Contributor Author

cswjd commented Mar 15, 2022

fixes #1323

@github-actions
Copy link
Contributor

github-actions bot commented Mar 15, 2022

SDK Test Report

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

Results for commit 0fac058.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 15, 2022

Linux Test Report

0 files  0 suites   0s ⏱️
0 tests 0 ✔️ 0 💤 0

Results for commit 0fac058.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

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

@@             Coverage Diff              @@
##               main    #1452      +/-   ##
============================================
+ Coverage     65.97%   66.59%   +0.61%     
- Complexity      277      281       +4     
============================================
  Files           571      577       +6     
  Lines        107578   110149    +2571     
  Branches        904      932      +28     
============================================
+ Hits          70979    73353    +2374     
- Misses        36407    36604     +197     
  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/nameserver/name_server_impl.cc 37.61% <0.00%> (-0.12%) ⬇️
... and 31 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...0fac058. Read the comment docs.

docs/en/python_sdk.md Outdated Show resolved Hide resolved
@lumianph lumianph changed the title feat: add English version of Python SDK quickstart documentation docs: add English version of Python SDK quickstart documentation Mar 18, 2022
@lumianph lumianph added documentation Improvements or additions to documentation community issues from the community labels Mar 18, 2022
@lumianph lumianph merged commit 6b926bb into 4paradigm:main Mar 19, 2022
@lumianph lumianph linked an issue Mar 22, 2022 that may be closed by this pull request
@cswjd cswjd deleted the branch5 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 Python SDK quickstart from Chinese to English
2 participants