Skip to content
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

Returning Composite index structure and field values for hex string #4755

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

ntisseyre
Copy link
Contributor

Enhancements for this API, introduced in the PR
to return not only index structure but also corresponding field values:

getIndexInfo(String hexString)

Purpose: Decodes a hex string to retrieve composite index information.
Parameters:
hexString: A hexadecimal string representing the index key.
Returns:
CompositeIndexType: The composite index details.

Copy link
Member

@porunov porunov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems the lint failed with unused imports:
‘’’
Error: /home/runner/work/janusgraph/janusgraph/janusgraph-backend-testutils/src/main/java/org/janusgraph/graphdb/JanusGraphIndexTest.java:101:8: Unused import - org.janusgraph.graphdb.types.CompositeIndexType. [UnusedImports]
‘’’

Copy link
Member

@porunov porunov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you @ntisseyre !

@porunov porunov added this to the 1.2.0 milestone Jan 26, 2025
@ntisseyre ntisseyre merged commit 46a971a into JanusGraph:master Jan 26, 2025
107 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants