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

use in trickle has problems with constants #749

Closed
Licenser opened this issue Feb 10, 2021 · 0 comments · Fixed by #748
Closed

use in trickle has problems with constants #749

Licenser opened this issue Feb 10, 2021 · 0 comments · Fixed by #748
Labels
bug Something isn't working language

Comments

@Licenser
Copy link
Member

Problem

There are two issues with included const in trickle:

  1. consts are not found in selects: https://github.com/tremor-rs/tremor-runtime/blob/c814b4b2bfd9a5dba4f128f064f54ec70d1b1e57/tests/queries/pp_const
  2. consts used in functions that are included fail: https://github.com/tremor-rs/tremor-runtime/blob/c814b4b2bfd9a5dba4f128f064f54ec70d1b1e57/tests/queries/pp_fn

Possible Solution(s)
We should allow consts with include in trickle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working language
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant