-
Notifications
You must be signed in to change notification settings - Fork 92
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: hugegraph-spark-loader shell string length limit #469
Conversation
fix:apache#460 I have read the CLA Document and I hereby sign the CLA
Codecov Report
@@ Coverage Diff @@
## master #469 +/- ##
============================================
- Coverage 62.52% 62.51% -0.02%
+ Complexity 1867 894 -973
============================================
Files 260 91 -169
Lines 9425 4396 -5029
Branches 873 516 -357
============================================
- Hits 5893 2748 -3145
+ Misses 3150 1445 -1705
+ Partials 382 203 -179 see 169 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@imbajin hi bro, Do I need to fix this error check? |
@@ -35,4 +35,4 @@ CMD="${SPARK_HOME}/bin/spark-submit | |||
--jars $(echo "${LIB_DIR}"/*.jar | tr ' ' ',') ${ASSEMBLY_JAR_NAME} ${HUGEGRAPH_PARAMS}" | |||
|
|||
echo "${CMD}" | |||
exec "${CMD}" | |||
exec ${CMD} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
another SHELL TRAP
@zyxxoo
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've modified this before and it works
Hi, @gaoyuan5251, you could refer this to link pr with associated issue, once the pr is merged the issue will be closed automatically. |
Do I need to repush it? Or just wait for pr to merge? @liuxiaocs7 |
fix #460
I have read the CLA Document and I hereby sign the CLA