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

Cannot create index BY VALUE on a EMBEDDEDMAP property with an EMBEDDED* Linked_Type #10033

Open
padutilleul opened this issue Oct 17, 2023 · 0 comments
Milestone

Comments

@padutilleul
Copy link

OrientDB Version: 3.0

Expected behavior

creation of an index on the property values

Actual behavior

Get a java.lang.NullPointerException
Index not created

Steps to reproduce

Here is a simple SQL script to reproduce the error :

CREATE CLASS Test EXTENDS V
CREATE PROPERTY Test.map EMBEDDEDMAP EMBEDDEDLIST
CREATE INDEX testIndex ON Test (map BY VALUE) NOTUNIQUE
@tglman tglman added this to the 3.0.x milestone Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants