-
Notifications
You must be signed in to change notification settings - Fork 94
fix: javadoc for isthmus-cli and examples #644
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
base: main
Are you sure you want to change the base?
Conversation
examples/isthmus-api/src/main/java/io/substrait/examples/SchemaHelper.java
Outdated
Show resolved
Hide resolved
examples/isthmus-api/src/main/java/io/substrait/examples/SchemaHelper.java
Outdated
Show resolved
Hide resolved
examples/substrait-spark/src/main/java/io/substrait/examples/util/ParentStringify.java
Outdated
Show resolved
Hide resolved
examples/substrait-spark/src/main/java/io/substrait/examples/util/ParentStringify.java
Outdated
Show resolved
Hide resolved
examples/substrait-spark/src/main/java/io/substrait/examples/util/TypeStringify.java
Outdated
Show resolved
Hide resolved
isthmus-cli/src/main/java/io/substrait/isthmus/cli/RegisterAtRuntime.java
Outdated
Show resolved
Hide resolved
isthmus-cli/src/main/java/io/substrait/isthmus/cli/InitializeAtBuildTime.java
Show resolved
Hide resolved
489aa3f to
90cbed3
Compare
|
@nielspardon @bestbeforetoday @benbellick @vbarua @andrew-coleman |
|
There seems to be a merge conflict so you will need to rebase. That might explain why this PR is currently modifying the substrait submodule. |
JavaDoc fixes to ensure the examples and isthmus-cli are clean. Not expecting these to be published, as not APIs to use directly. Signed-off-by: MBWhite <whitemat@uk.ibm.com>
…SchemaHelper.java Co-authored-by: Niels Pardon <mail@niels-pardon.de>
…SchemaHelper.java Co-authored-by: Niels Pardon <mail@niels-pardon.de>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
90cbed3 to
e274a2a
Compare
|
@bestbeforetoday I've rebased this off main update - tried to update the submodule |
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
Signed-off-by: MBWhite <whitemat@uk.ibm.com>
bestbeforetoday
left a comment
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.
This change is currently adding back in the previously deleted isthmus-cli/src/main/java/io/substrait/isthmus/cli/InitializeAtBuildTime.java file.
Otherwise looks good to me. Certainly an improvement on what was (or wasn't) there before. 😄
JavaDoc fixes to ensure the examples and isthmus-cli are clean. Not expecting these to be published, as not APIs to use directly.