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

Fix projection pushdown with offset encodings #489

Merged
merged 1 commit into from
May 7, 2024
Merged

Conversation

jonmmease
Copy link
Collaborator

Fix projection pushdown to detect column usage inside the offset encoding inside a parent position encoding. For example:

          "x": {
            "value": 0,
            "offset": {
              "scale": "x", "field": "Horsepower"
            }
          }

I don't see documentation for this in https://vega.github.io/vega-lite/docs/encoding.html#position, but Vega-Lite produces it sometimes.

@jonmmease jonmmease merged commit c22a8e0 into main May 7, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant