malloy icon indicating copy to clipboard operation
malloy copied to clipboard

Field reference in nest erroneously inherits tag from reference in outer query

Open christopherswenson opened this issue 1 year ago • 0 comments

run: duckdb.sql("SELECT 1 AS one") -> {
  # x
  group_by: one
  nest: n is {
    group_by: one
  }
}

n.one is getting the # x tag when it shouldn't.

@skokenes

christopherswenson avatar Jan 29 '24 22:01 christopherswenson