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: support write single in spark connector #3443

Merged
merged 3 commits into from
Aug 23, 2023

Conversation

vagetablechicken
Copy link
Collaborator

close #3437

@github-actions github-actions bot added documentation Improvements or additions to documentation batch-engine openmldb batch(offline) engine labels Aug 16, 2023
@codecov
Copy link

codecov bot commented Aug 16, 2023

Codecov Report

Patch coverage: 6.06% and project coverage change: -0.07% ⚠️

Comparison is base (f6dc23e) 75.79% compared to head (4d1da63) 75.72%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3443      +/-   ##
============================================
- Coverage     75.79%   75.72%   -0.07%     
  Complexity      414      414              
============================================
  Files           703      704       +1     
  Lines        127658   127714      +56     
  Branches       1206     1197       -9     
============================================
- Hits          96759    96714      -45     
- Misses        30658    30759     +101     
  Partials        241      241              
Files Changed Coverage Δ
.../com/_4paradigm/openmldb/spark/OpenmldbSource.java 0.00% <0.00%> (ø)
...a/com/_4paradigm/openmldb/spark/OpenmldbTable.java 0.00% <0.00%> (ø)
...openmldb/spark/write/OpenmldbDataSingleWriter.java 0.00% <0.00%> (ø)
...adigm/openmldb/spark/write/OpenmldbDataWriter.java 0.00% <0.00%> (ø)
...penmldb/spark/write/OpenmldbDataWriterFactory.java 0.00% <0.00%> (ø)
...digm/openmldb/spark/write/OpenmldbWriteConfig.java 0.00% <0.00%> (ø)
..._4paradigm/openmldb/batch/nodes/LoadDataPlan.scala 81.81% <100.00%> (+0.37%) ⬆️
..._4paradigm/openmldb/batch/utils/HybridseUtil.scala 63.90% <100.00%> (+0.17%) ⬆️

... and 14 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vagetablechicken vagetablechicken enabled auto-merge (squash) August 23, 2023 09:06
@vagetablechicken vagetablechicken merged commit 1b8d596 into 4paradigm:main Aug 23, 2023
21 of 23 checks passed
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 documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spark connector: current version cost more memory, add a new impl
3 participants