Repository: spark
Updated Branches:
refs/heads/branch-1.3 48321b83d -> 767f582cf
[SPARK-6851][SQL] Create new instance for each converted parquet relation
Otherwise we end up rewriting predicates to be trivially equal (i.e. `a#1 =
a#2` -> `a#3 = a#3`), at which point the query is no longer va
Repository: spark
Updated Branches:
refs/heads/master 68ecdb7f9 -> 23d5f8864
[SPARK-6851][SQL] Create new instance for each converted parquet relation
Otherwise we end up rewriting predicates to be trivially equal (i.e. `a#1 =
a#2` -> `a#3 = a#3`), at which point the query is no longer valid.