spark git commit: [SPARK-15764][SQL] Replace N^2 loop in BindReferences

2016-06-06 Thread joshrosen
Repository: spark Updated Branches: refs/heads/master 4c74ee8d8 -> 0b8d69499 [SPARK-15764][SQL] Replace N^2 loop in BindReferences BindReferences contains a n^2 loop which causes performance issues when operating over large schemas: to determine the ordinal of an attribute reference, we

spark git commit: [SPARK-15764][SQL] Replace N^2 loop in BindReferences

2016-06-06 Thread joshrosen
Repository: spark Updated Branches: refs/heads/branch-2.0 d07bce49f -> 5363783af [SPARK-15764][SQL] Replace N^2 loop in BindReferences BindReferences contains a n^2 loop which causes performance issues when operating over large schemas: to determine the ordinal of an attribute reference, we