Skip to content

Commit

Permalink
fixup! fixup! fixup! use the special QueriedTable relation for single…
Browse files Browse the repository at this point in the history
… table selects
  • Loading branch information
dobe committed Jan 29, 2015
1 parent 3cafa8c commit 276a258
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ protected AnalyzedRelation visitQuerySpecification(QuerySpecification node, Rela
("Only tables are allowed in the FROM clause, got: " + entry.getValue());
}
}
// TODO: implement multi table selects
// once this is used .normalize should for this class needs to be handled here too
return new MultiSourceSelect(
context.sources(),
selectAnalysis.outputNames(),
Expand Down

0 comments on commit 276a258

Please sign in to comment.