-
Notifications
You must be signed in to change notification settings - Fork 322
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: pass sql file absolute path and fix for yarn-client mode #2151
fix: pass sql file absolute path and fix for yarn-client mode #2151
Conversation
tobegit3hub
commented
Jul 12, 2022
- Resolve Fail to get sql file for yarn-client mode #2150 .
Codecov Report
@@ Coverage Diff @@
## main #2151 +/- ##
=============================================
+ Coverage 37.30% 75.76% +38.46%
Complexity 353 353
=============================================
Files 142 618 +476
Lines 8508 117173 +108665
Branches 1032 1031 -1
=============================================
+ Hits 3174 88781 +85607
- Misses 5123 28181 +23058
Partials 211 211
Continue to review full report at Codecov.
|
} else { | ||
sqlFilePath | ||
} | ||
|
||
println("tobe1: actualSqlFilePath: " + actualSqlFilePath) |
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.
Remove the debug code.
…igm#2151) * Pass sql file absolute path and fix for yarn-client mode * Remove the debug code