-
Notifications
You must be signed in to change notification settings - Fork 44
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
[java-info] Add basic architecture java-info into main #481
Conversation
maven-projects/java-info/pom.xml
Outdated
<relativePath>../pom.xml</relativePath> | ||
</parent> | ||
|
||
<artifactId>java-info</artifactId> |
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.
It's better to use info
as package and directory name since spark and java reader/writer would use the module directly
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.
Updated, please review again.
maven-projects/pom.xml
Outdated
@@ -32,6 +32,7 @@ | |||
<modules> | |||
<module>java</module> | |||
<module>spark</module> | |||
<module>java-info</module> |
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.
Ditto
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.
Overall LGTM, we can change the directory and package name to info
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
* Add basic architecture java-info into main * Rename java-info to info
Reason for this PR
As we discussed in issue #478 , this PR aims to work for the first step.
What changes are included in this PR?
Basic architecture(including pom.xml and directory), yaml, type and util
Are these changes tested?
no
Are there any user-facing changes?
no