Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mgaido91 committed Jul 10, 2018
1 parent 11e9f0f commit a15949b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -739,7 +739,7 @@ class Analyzer(
(oldVersion, oldVersion.copy(aggregateExpressions = newAliases(aggregateExpressions)))

case oldVersion @ FlatMapGroupsInPandas(_, _, output, _)
if AttributeSet(output).intersect(conflictingAttributes).nonEmpty =>
if oldVersion.outputSet.intersect(conflictingAttributes).nonEmpty =>
(oldVersion, oldVersion.copy(output = output.map(_.newInstance())))

case oldVersion: Generate
Expand Down

0 comments on commit a15949b

Please sign in to comment.