-
Notifications
You must be signed in to change notification settings - Fork 534
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
[INLONG-1889] add Inlong-sort-standalone module structure #1913
Conversation
inlong-sort-standalone/sort-standalone-dist/src/main/assembly/assembly.xml
Outdated
Show resolved
Hide resolved
...lone/sort-standalone-source/src/main/java/org/apache/inlong/sort/standalone/Application.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #1913 +/- ##
============================================
+ Coverage 12.26% 12.28% +0.01%
- Complexity 1155 1158 +3
============================================
Files 413 413
Lines 35225 35225
Branches 5542 5542
============================================
+ Hits 4322 4326 +4
+ Misses 30133 30132 -1
+ Partials 770 767 -3
Continue to review full report at Codecov.
|
language governing permissions and limitations under the License. --> | ||
|
||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
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.
Please use 4 spaces instead of Tab.
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.
ok, use 4 spaces instead of Tab.
* @param args | ||
*/ | ||
public static void main(String[] args) { | ||
// LOG.info("start to sort-standalone"); |
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.
Please remove those unused codes.
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.
ok, remove those unused codes.
use 4 spaces instead of Tab.
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.
LGTM
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.
+1
Title Name: [INLONG-1889]Inlong-Sort-Standalone add Inlong-sort-standalone module structure.
for such sub-module:
Fixes #1889
Motivation
Explain here the context, and why you're making that change. What is the problem you're trying to solve.
Modifications
Describe the modifications you've done.
Verifying this change
(Please pick either of the following options)
This change is a trivial rework / code cleanup without any test coverage.
(or)
This change is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Documentation