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: spark row split by delimiter failed #328

Merged
merged 1 commit into from
Aug 31, 2022
Merged

fix: spark row split by delimiter failed #328

merged 1 commit into from
Aug 31, 2022

Conversation

simon824
Copy link
Member

closed #327

@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #328 (6235c97) into master (c091e6b) will decrease coverage by 5.23%.
The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master     #328      +/-   ##
============================================
- Coverage     72.72%   67.49%   -5.24%     
+ Complexity     1849      877     -972     
============================================
  Files           242       86     -156     
  Lines          8104     4024    -4080     
  Branches        717      475     -242     
============================================
- Hits           5894     2716    -3178     
+ Misses         1827     1104     -723     
+ Partials        383      204     -179     
Impacted Files Coverage Δ
...u/hugegraph/loader/spark/HugeGraphSparkLoader.java 0.00% <0.00%> (ø)
.../baidu/hugegraph/structure/constant/Direction.java
...m/baidu/hugegraph/structure/auth/TokenPayload.java
.../baidu/hugegraph/structure/schema/SchemaLabel.java
.../baidu/hugegraph/structure/constant/Frequency.java
...om/baidu/hugegraph/structure/gremlin/Response.java
.../baidu/hugegraph/structure/schema/VertexLabel.java
...java/com/baidu/hugegraph/driver/CypherManager.java
.../baidu/hugegraph/api/traverser/CrosspointsAPI.java
...ava/com/baidu/hugegraph/api/traverser/RaysAPI.java
... and 147 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@imbajin imbajin changed the title bugfix: Spark Row split by delimiter failed fix: spark row split by delimiter failed Aug 31, 2022
@imbajin imbajin merged commit 9d34f4a into apache:master Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Spark Row split by delimiter failed
3 participants