-
Notifications
You must be signed in to change notification settings - Fork 74
MLE-25585 implement optic transitive closure in java client. #1883
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: develop
Are you sure you want to change the base?
Conversation
|
Copyright Validation Results ⏭️ Skipped (Excluded) Files
✅ Valid Files
✅ All files have valid copyright headers! |
c816ac2 to
635d244
Compare
rjrudin
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.
Looks good to me, I just noted some things that can be deleted and some warnings that IntelliJ flagged.
marklogic-client-api/src/main/java/com/marklogic/client/expression/PlanBuilder.java
Show resolved
Hide resolved
marklogic-client-api/src/main/java/com/marklogic/client/impl/PlanBuilderImpl.java
Outdated
Show resolved
Hide resolved
| * A sequence of options for transitive closure operations | ||
| * in a row pipeline. | ||
| */ | ||
| public interface PlanTransitiveClosureOptionsSeq { |
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 looks like it can be deleted, not needed by the user.
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.
Will test then delete, think you're right.
test-app/src/main/ml-data/optic/transitive-closure/transClosureTripleSet.xml
Show resolved
Hide resolved
...ogic-client-api/src/test/java/com/marklogic/client/test/rows/OpticTransitiveClosureTest.java
Show resolved
Hide resolved
...ogic-client-api/src/test/java/com/marklogic/client/test/rows/OpticTransitiveClosureTest.java
Outdated
Show resolved
Hide resolved
d1b05d9 to
975d7ea
Compare
Add generated code with minor changes. Add tests for op.transitiveClosure. Add triple data for tests. Some copyright header fixes.
975d7ea to
4705ad0
Compare
Add implementation of optic transitiveClosure function in marklogic java client api.
Add triple data for tests.
Add xdmp generated code with minor changes.
Add tests for op.transitiveClosure.