cube-js/cube

Self reference guard in schema compiler

Open

#4 opened on Dec 31, 2018

 (0 comments) (0 reactions) (0 assignees)Rust (1,965 forks)batch import
good first issue

Repository metrics

Stars
 (19,563 stars)
PR merge metrics
 (PR metrics pending)

Description

Handle RangeError: Maximum call stack size exceeded for cases like

   foo: {
      sql: `${foo}`,
      type: `string`
    },

Contributor guide