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

Complex content expressions don't parse in dataframe API #7740

Closed
jleibs opened this issue Oct 15, 2024 · 1 comment · Fixed by #7782
Closed

Complex content expressions don't parse in dataframe API #7740

jleibs opened this issue Oct 15, 2024 · 1 comment · Fixed by #7782
Labels
🪳 bug Something isn't working feat-dataframe-api Everything related to the dataframe API

Comments

@jleibs
Copy link
Member

jleibs commented Oct 15, 2024

Example:

view = recording.view(index="timestamp",
                      contents={"/** -/map/ego_vehicle/ego_vehicle/**": ["Scalar", "RotationQuat", "Translation3D"]})
@jleibs jleibs added 🪳 bug Something isn't working feat-dataframe-api Everything related to the dataframe API labels Oct 15, 2024
@jleibs jleibs added this to the 0.19 - Dataframe and video milestone Oct 15, 2024
@jleibs
Copy link
Member Author

jleibs commented Oct 16, 2024

This is annoying... we've NEVER supported " " as content sub-expression separator. The two forms we currently support are:

list-elements: used in Blueprint content expression API + SpaceViewContents query component.

["/**", "-/map/ego_vehicle/ego_vehicle/**"]

New-line separted: used in selection panel

/**
-/map/ego_vehicle/ego_vehicle/**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working feat-dataframe-api Everything related to the dataframe API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant