Skip to content

Commit

Permalink
more comments for the review board
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoy-googly-moogly committed Nov 8, 2024
1 parent fd68a5f commit 48e069e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/malloy/src/lang/ast/field-space/static-space.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ export class StaticSpace implements FieldSpace {
found = new StructSpaceField(definition);
}
// cswenson review todo I don't know how to count the reference properly now
// i tried only writing it as a join reference if there was more in the path
// but that failed because lookup([JOINNAME]) is called when translating JOINNAME.AGGREGATE(...)
// with a 1-length-path but that IS a join reference and there is a test
head.addReference({
type:
found instanceof StructSpaceFieldBase
Expand Down

0 comments on commit 48e069e

Please sign in to comment.