Skip to content

v0.7.0

Compare
Choose a tag to compare
@hwchen hwchen released this 09 Jan 21:10
· 692 commits to master since this release

Major Change

  • Bugfix: previous versions had a bug where if two dims shared a table, a cut on one table might be grafted onto the other because dims were compared using table name. This is fixed by removing grafting drills and cuts onto one dim table join, and instead using where clauses and IN in the fact table scan only. Some code cleanup required, but functionality should be fixed.
  • Major change: inner join on dim tables has been changed to right join, to expose cases where there's a row dimension id that doesn't have an equivalent in the dim table.