Skip to content
Prev Previous commit
Next Next commit
Fixed style issues
  • Loading branch information
ravipesala committed Feb 27, 2015
commit 4ee8c1877c762cb04dcd0aa941658dfa8aef3f6d
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ class Analyzer(catalog: Catalog,
// Replace the condition column names with alias names.
val transformedConds = condition.transform{
case a: Attribute if resolvedChild.resolve(a.name, resolver) != None =>
UnresolvedAttribute("subquery."+cache.get(a.name).get)
UnresolvedAttribute("subquery." + cache.get(a.name).get)
}
// Join the first projection column of subquery to the main query and add as condition
// TODO : We can avoid if the parent condition already has this condition.
Expand Down